All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] genericx86-64: add uxa to PACKAGECONFIG
@ 2016-03-28 18:07 Saul Wold
  0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2016-03-28 18:07 UTC (permalink / raw)
  To: poky

This adds the uxa to PACKAGECONFIG to enable the UXA AccelMethod
in the xf86-video-intel X11 graphics driver.  This address bad
graphics output with older NUC5i5 devices with Intel Graphics HD6000

[YOCTO #8312]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta-yocto-bsp/conf/machine/genericx86-64.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-yocto-bsp/conf/machine/genericx86-64.conf b/meta-yocto-bsp/conf/machine/genericx86-64.conf
index f76e35a..7d98450 100644
--- a/meta-yocto-bsp/conf/machine/genericx86-64.conf
+++ b/meta-yocto-bsp/conf/machine/genericx86-64.conf
@@ -6,3 +6,5 @@
 DEFAULTTUNE ?= "core2-64"
 require conf/machine/include/tune-core2.inc
 require conf/machine/include/genericx86-common.inc
+
+PACKAGECONFIG_append_pn-xf86-video-intel = " uxa"
-- 
2.5.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-03-28 18:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-28 18:07 [PATCH] genericx86-64: add uxa to PACKAGECONFIG Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.