summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2021-09-02 10:05:19 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-02 21:22:54 +0100
commit359e1cb62fe294a49d5694e56c47356be04d84e6 (patch)
treec3dd8db64223cd00ba5f55eb2fb41d967490359e /meta/recipes-graphics/mesa
parenta1c9d67c2b9201d0d0eee3a653402d1ffcaae9b1 (diff)
downloadpoky-359e1cb62fe294a49d5694e56c47356be04d84e6.tar.gz
mesa: enable crocus driver for older intel graphics
See here for the full story: https://www.phoronix.com/scan.php?page=news_item&px=Intel-Crocus-Default-Gallium3D Once crocus does become the default over i965, upstream is likely to retire classic pre-gallium drivers altogether, which (with the exception of i965, superseded by crocus) are all for retrocomputing hardware. (From OE-Core rev: dfc5f935b5b1759f73b2ddd86d2b291436dbc705) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r--meta/recipes-graphics/mesa/mesa.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 35c170cfd6..0a7a3ca7bc 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -132,9 +132,8 @@ PACKAGECONFIG[v3d] = ""
132GALLIUMDRIVERS = "swrast" 132GALLIUMDRIVERS = "swrast"
133# gallium swrast was found to crash Xorg on startup in x32 qemu 133# gallium swrast was found to crash Xorg on startup in x32 qemu
134GALLIUMDRIVERS:x86-x32 = "" 134GALLIUMDRIVERS:x86-x32 = ""
135# Add crocus when 21.2 is out to the list below to support the full range of Intel GPUs 135GALLIUMDRIVERS:append:x86:class-target = ",i915,iris,crocus"
136GALLIUMDRIVERS:append:x86:class-target = ",i915,iris" 136GALLIUMDRIVERS:append:x86-64:class-target = ",i915,iris,crocus"
137GALLIUMDRIVERS:append:x86-64:class-target = ",i915,iris"
138 137
139GALLIUMDRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'etnaviv', ',etnaviv', '', d)}" 138GALLIUMDRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'etnaviv', ',etnaviv', '', d)}"
140GALLIUMDRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'freedreno', ',freedreno', '', d)}" 139GALLIUMDRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'freedreno', ',freedreno', '', d)}"