summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.7.0.bb
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2013-05-31 10:07:34 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-04 11:43:36 +0100
commitc252ed989dea10c558b7f1c8e995700a0ea8d257 (patch)
tree5c23f82a91de0c43c2d9e9ca2ddb3deb90810430 /meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.7.0.bb
parent59bb8e17c7361f54c6c0857a1fd7570142ed0721 (diff)
downloadpoky-c252ed989dea10c558b7f1c8e995700a0ea8d257.tar.gz
xf86-video-modesetting: backport fix for graphics corruption
This fixes graphics corruption that can occur when using 32 bpp pixmaps with 24 bpp framebuffer. (From OE-Core rev: dc8ad21502549b33b4c59c31df66d15d2f656df7) Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.7.0.bb')
-rw-r--r--meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.7.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.7.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.7.0.bb
index e45703fcf1..9f434025b0 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.7.0.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.7.0.bb
@@ -3,5 +3,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5e53d3fcadb1c23d122ad63cb099a918"
3 3
4DESCRIPTION = "X.Org X server -- modesetting display driver" 4DESCRIPTION = "X.Org X server -- modesetting display driver"
5 5
6SRC_URI += "file://support-32-bpp-pixmaps-when-24-bpp-fb-is-used.patch"
7
6SRC_URI[md5sum] = "38e64eb09cef9bdf1de400bbe9818321" 8SRC_URI[md5sum] = "38e64eb09cef9bdf1de400bbe9818321"
7SRC_URI[sha256sum] = "2bc55f776eaee7b4e13df13238d36c4facf1cdca095a11519baf2376f5c996ac" 9SRC_URI[sha256sum] = "2bc55f776eaee7b4e13df13238d36c4facf1cdca095a11519baf2376f5c996ac"