summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2011-01-25 15:15:09 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-01-28 16:49:13 +0000
commit0e879c25dc94bbd7c3fabcf1944de57350f5e68f (patch)
treeb7003e5f43d4ab2deece9c870d3a005251c5f18c /meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb
parent4bda50f28919d62410feabae530e6f7186812938 (diff)
downloadpoky-0e879c25dc94bbd7c3fabcf1944de57350f5e68f.tar.gz
xf86-video-omapfb: upgrade to 044617665d6737f4909aab96
Also apply four patches from Koen to fix four issus: - The tv-out gets added last and the driver tries to reconfigure dvi to TV resolutions, which fails - The new DSS mode breaks XV, so force plain mode - Picture is garbled after switching resolutions - Virtual size too big CC: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb')
-rw-r--r--meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb
index 2d9875e7e0..054b96ab47 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb
@@ -10,6 +10,10 @@ PR = "r1"
10PV = "0.1.1+git${SRCPV}" 10PV = "0.1.1+git${SRCPV}"
11 11
12SRC_URI = "git://git.pingu.fi/xf86-video-omapfb.git;protocol=http \ 12SRC_URI = "git://git.pingu.fi/xf86-video-omapfb.git;protocol=http \
13 file://omap-revert-set-CRTC-limit.patch \
14 file://omap-revert-set-virtual-size.patch \
15 file://omap-force-plain-mode.patch \
16 file://omap-blacklist-tv-out.patch \
13 " 17 "
14 18
15S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"