From f09051dfabe3ccaab6b68f1bf324a84c2f2258a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Syrj=C3=A4l=C3=A4?= Date: Mon, 22 Oct 2018 16:59:28 +0300 Subject: [PATCH] sna/video/textured: Enable textured Xv wih depth 30 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Texured Xv works just fine with depth 30. Allow it. Signed-off-by: Ville Syrjälä Reviewed-by: Chris Wilson --- src/sna/sna_video_textured.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sna/sna_video_textured.c b/src/sna/sna_video_textured.c index a784fe2e..dd38d4d4 100644 --- a/src/sna/sna_video_textured.c +++ b/src/sna/sna_video_textured.c @@ -39,7 +39,7 @@ static Atom xvBrightness, xvContrast, xvSyncToVblank, xvColorspace; static XvFormatRec Formats[] = { - {15}, {16}, {24} + {15}, {16}, {24}, {30} }; static const XvAttributeRec Attributes[] = {