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

Christian König christian.koenig at amd.com
Tue Oct 10 06:56:05 UTC 2017


Am 10.10.2017 um 08:20 schrieb sguttula:
> 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>

I would reorder the patch, e.g. commit #2 first, then #1.

But apart from that they are Acked-by: Christian König 
<christian.koenig at amd.com>

Regards,
Christian.

>
> 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




More information about the mesa-dev mailing list