diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2018-10-22 16:59:28 +0300 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2018-10-22 17:31:07 +0100 |
commit | f09051dfabe3ccaab6b68f1bf324a84c2f2258a3 (patch) | |
tree | 5b35d31308a576ccbf3f6f5b6c629deceb8de6d0 /src | |
parent | bf4f85a8ba414b66ea98c11b76cb2f1830f9bf26 (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>
Diffstat (limited to 'src')
-rw-r--r-- | src/sna/sna_video_textured.c | 2 |
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[] = { |