summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2014-04-28 07:43:32 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2014-04-30 10:11:37 -0300
commit6304c2630249f7497df95ec9f9ad19b2a9119983 (patch)
tree45987f1633d6955161c9b5f4c50fe27e8fa15ef6
parent818f17bdbe85da44e6841d360a0a4673bfad46fe (diff)
downloadmeta-fsl-arm-6304c2630249f7497df95ec9f9ad19b2a9119983.tar.gz
xf86-video-imxfb-vivante: Update to 3.10.17-1.0.0 GA
Equivalent fix-hdmi-preferred patch was applied so remove with new version. Change-Id: I71be1a71b11415fced061ce6b7d13bf758c67bed Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-graphics/xorg-driver/xf86-video-imxfb-vivante/fix-hdmi-preferred-mode.patch23
-rw-r--r--recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.17-1.0.0.bb10
2 files changed, 4 insertions, 29 deletions
diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante/fix-hdmi-preferred-mode.patch b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante/fix-hdmi-preferred-mode.patch
deleted file mode 100644
index 2c2f564..0000000
--- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante/fix-hdmi-preferred-mode.patch
+++ /dev/null
@@ -1,23 +0,0 @@
1Fix HDMI preferred mode choosing
2
3This fixes the HDMI setting to use the preferred mode instead of the
4lowest resolution by default.
5
6Upstream-Status: Pending
7
8Signed-off-by: Jon Nettleton <jon.nettleton@gmail.com>
9Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
10
11diff --git a/EXA/src/vivante_fbdev/imx_display.c b/EXA/src/vivante_fbdev/imx_display.c
12index af6dcfc..cf49003 100644
13--- a/EXA/src/vivante_fbdev/imx_display.c
14+++ b/EXA/src/vivante_fbdev/imx_display.c
15@@ -879,6 +879,8 @@ imxDisplayGetModes(ScrnInfoPtr pScrn, const char* fbDeviceName)
16 (mode->HDisplay > 0) &&
17 (mode->VDisplay > 0)) {
18
19+ mode->type = M_T_PREFERRED;
20+
21 xf86PrintModeline(pScrn->scrnIndex, mode);
22 modesList = xf86ModesAdd(modesList, mode);
23 }
diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.17-1.0.0.bb b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.17-1.0.0.bb
index b4734bd..67d8863 100644
--- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.17-1.0.0.bb
+++ b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.17-1.0.0.bb
@@ -12,12 +12,10 @@ DEPENDS += "virtual/xserver virtual/libx11 virtual/libgal-x11 gpu-viv-bin-mx6q p
12 12
13LIC_FILES_CHKSUM = "file://EXA/src/vivante_fbdev/vivante.h;endline=19;md5=641ac6e6d013833e36290797f4d7089c" 13LIC_FILES_CHKSUM = "file://EXA/src/vivante_fbdev/vivante.h;endline=19;md5=641ac6e6d013833e36290797f4d7089c"
14 14
15# FIXME: Drop 'beta' suffix for GA release 15SRC_URI = "${FSL_MIRROR}/xserver-xorg-video-imx-viv-${PV}.tar.gz"
16SRC_URI = "${FSL_MIRROR}/xserver-xorg-video-imx-viv-${PV}_beta.tar.gz"
17SRC_URI[md5sum] = "fee0e4820fe3f89e5f36a0b343e4a33f"
18SRC_URI[sha256sum] = "b65aef86943cb0fcd2dd7ded01215038dcf2761779ce39186ab3c8c2d4b010b1"
19 16
20SRC_URI += "file://fix-hdmi-preferred-mode.patch" 17SRC_URI[md5sum] = "697d9a3fb244eb95eae4207bf2d9c321"
18SRC_URI[sha256sum] = "9178c6b721e55645bedf6d2cfaf836f5c6e2684673215358a6b6845c10a7a085"
21 19
22EXTRA_OEMAKE += "-C EXA/src -f makefile.linux prefix=${D}/usr \ 20EXTRA_OEMAKE += "-C EXA/src -f makefile.linux prefix=${D}/usr \
23 sysroot=${STAGING_DIR_TARGET} \ 21 sysroot=${STAGING_DIR_TARGET} \
@@ -29,7 +27,7 @@ CFLAGS += "-I${STAGING_INCDIR}/xorg \
29 -I${STAGING_INCDIR}/drm \ 27 -I${STAGING_INCDIR}/drm \
30 -I../../DRI_1.10.4/src" 28 -I../../DRI_1.10.4/src"
31 29
32S = "${WORKDIR}/xserver-xorg-video-imx-viv-${PV}_beta/" 30S = "${WORKDIR}/xserver-xorg-video-imx-viv-${PV}/"
33 31
34# FIXME: The Freescale provided Makefile has hardcodec include paths 32# FIXME: The Freescale provided Makefile has hardcodec include paths
35# and this does not work in case prefix is different than /usr, 33# and this does not work in case prefix is different than /usr,