[oe-commits] [openembedded-core] 14/18: xf86-video-intel: use uxa to replace sna as the default acceleration mode

git at git.openembedded.org git at git.openembedded.org
Fri Sep 22 16:17:07 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit a60e3838e7b87f0b61f2bce34d782f46ecba51b7
Author: Li Zhou <li.zhou at windriver.com>
AuthorDate: Thu Sep 21 10:16:18 2017 +0800

    xf86-video-intel: use uxa to replace sna as the default acceleration mode
    
    The sna mode causes screen distortion issue on board MinnowMAX
    described in this link:
    https://bugs.freedesktop.org/show_bug.cgi?id=100700
    The uxa mode is verified to not have above issue.
    uxa is more stable and has more releases than sna.
    So use uxa to replace sna as the default acceleration mode.
    
    Signed-off-by: Li Zhou <li.zhou at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb
index f86de6f..138dfdd 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb
@@ -24,7 +24,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
 
 DEPENDS += "virtual/libx11 drm libpciaccess pixman"
 
-PACKAGECONFIG ??= "xvmc sna udev ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri dri1 dri2', '', d)}"
+PACKAGECONFIG ??= "xvmc uxa udev ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri dri1 dri2', '', d)}"
 
 PACKAGECONFIG[dri] = "--enable-dri,--disable-dri"
 PACKAGECONFIG[dri1] = "--enable-dri1,--disable-dri1,xf86driproto"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list