[Mesa-dev] [PATCH 1/2] configure:enabling va for surfaceless platform

sguttula suresh.guttula at amd.com
Tue Oct 10 06:20:49 UTC 2017


This patch will fix some failures on surfaceless platforms
when we enable va.

Cc: mesa-stable at lists.freedesktop.org
Cc: Emil Velikov <emil.velikov at collabora.com> 
Cc: Christian König <christian.koenig at amd.com>
Cc: Deepak Sharma <deepak.sharma at amd.com>
Signed-off-by: sguttula <suresh.guttula at amd.com>
Reviewed-by: Deepak Sharma <deepak.sharma at amd.com>

Change-Id: I9a1b568ff308bf171d691da32a623cd2ef4c6ace
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 1e7a3be..299e1a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2088,7 +2088,7 @@ else
     have_omx_platform=no
 fi
 
-if echo $platforms | grep -q "x11\|drm\|wayland"; then
+if echo $platforms | grep -q "x11\|drm\|wayland\|surfaceless"; then
     have_va_platform=yes
 else
     have_va_platform=no
-- 
2.7.4



More information about the mesa-dev mailing list