[Intel-gfx] [PATCH xf86-video-intel v7 2/2] sna: Added AYUV format support for textured and sprite video adapters.
Chris Wilson
chris at chris-wilson.co.uk
Fri Nov 9 16:11:39 UTC 2018
Quoting Stanislav Lisovskiy (2018-11-09 14:14:40)
> diff --git a/src/sna/sna_video_textured.c b/src/sna/sna_video_textured.c
> index a784fe2e..46c213ef 100644
> --- a/src/sna/sna_video_textured.c
> +++ b/src/sna/sna_video_textured.c
> @@ -68,6 +68,7 @@ static const XvImageRec gen4_Images[] = {
> XVIMAGE_I420,
> XVIMAGE_NV12,
> XVIMAGE_UYVY,
> + XVIMAGE_AYUV,
> XVMC_YUV,
> };
This exposes the format to all gen4+ machines, but you've only added the
sampling kernel to gen9?
-Chris
More information about the Intel-gfx
mailing list