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>
This commit is contained in:
Ville Syrjälä 2018-10-22 16:59:28 +03:00 committed by Chris Wilson
parent bf4f85a8ba
commit f09051dfab
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
static Atom xvBrightness, xvContrast, xvSyncToVblank, xvColorspace;
static XvFormatRec Formats[] = {
{15}, {16}, {24}
{15}, {16}, {24}, {30}
};
static const XvAttributeRec Attributes[] = {