summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2018-10-22 16:59:28 +0300
committerChris Wilson <chris@chris-wilson.co.uk>2018-10-22 17:31:07 +0100
commitf09051dfabe3ccaab6b68f1bf324a84c2f2258a3 (patch)
tree5b35d31308a576ccbf3f6f5b6c629deceb8de6d0
parentbf4f85a8ba414b66ea98c11b76cb2f1830f9bf26 (diff)
sna/video/textured: Enable textured Xv wih depth 30
Texured Xv works just fine with depth 30. Allow it. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r--src/sna/sna_video_textured.c2
1 files changed, 1 insertions, 1 deletions
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[] = {