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:
parent
bf4f85a8ba
commit
f09051dfab
|
|
@ -39,7 +39,7 @@
|
|||
static Atom xvBrightness, xvContrast, xvSyncToVblank, xvColorspace;
|
||||
|
||||
static XvFormatRec Formats[] = {
|
||||
{15}, {16}, {24}
|
||||
{15}, {16}, {24}, {30}
|
||||
};
|
||||
|
||||
static const XvAttributeRec Attributes[] = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue