[Mesa-dev] [PATCH] st/va: Make VAAPI_DISABLE_INTERLACE default true
Christian König
deathsimple at vodafone.de
Thu Sep 15 17:41:05 UTC 2016
Am 15.09.2016 um 16:43 schrieb Andy Furniss:
> Since bf901a2
> st/va: also honors interlaced preference when providing a video format
> existing scripts and most use cases will need true.
>
> Signed-off-by: Andy Furniss <adf.lists at gmail.com>
Reviewed-by: Christian König <christian.koenig at amd.com>.
> ---
> src/gallium/state_trackers/va/surface.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gallium/state_trackers/va/surface.c
> b/src/gallium/state_trackers/va/surface.c
> index 00df69d..e73e17e 100644
> --- a/src/gallium/state_trackers/va/surface.c
> +++ b/src/gallium/state_trackers/va/surface.c
> @@ -43,7 +43,7 @@
>
> #include "va_private.h"
>
> -DEBUG_GET_ONCE_BOOL_OPTION(nointerlace, "VAAPI_DISABLE_INTERLACE",
> FALSE);
> +DEBUG_GET_ONCE_BOOL_OPTION(nointerlace, "VAAPI_DISABLE_INTERLACE",
> TRUE);
>
> #include <va/va_drmcommon.h>
>
More information about the mesa-dev
mailing list