diff mbox series

[xf86-video-intel] sna/video/overlay: Declare support for depth 8 and 30

Message ID 20191028125842.29590-1-ville.syrjala@linux.intel.com (mailing list archive)
State New, archived
Headers show
Series [xf86-video-intel] sna/video/overlay: Declare support for depth 8 and 30 | expand

Commit Message

Ville Syrjälä Oct. 28, 2019, 12:58 p.m. UTC
From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Add 8 and 30 to the list of supported screen depths. The colorkey
massaging will be handled by the kernel so we don't have to worry
about it unlike with the sprite colorkey uapi.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
---
 src/sna/sna_video_overlay.c | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/src/sna/sna_video_overlay.c b/src/sna/sna_video_overlay.c
index 7c7bb4833662..079648719bcc 100644
--- a/src/sna/sna_video_overlay.c
+++ b/src/sna/sna_video_overlay.c
@@ -57,9 +57,11 @@  static Atom xvGamma0, xvGamma1, xvGamma2, xvGamma3, xvGamma4, xvGamma5;
 #define IMAGE_MAX_HEIGHT_LEGACY	1088
 
 static XvFormatRec Formats[] = {
+	{ .depth = 8, },
 	{ .depth = 15, },
 	{ .depth = 16, },
 	{ .depth = 24, },
+	{ .depth = 30, },
 };
 
 static const XvAttributeRec Attributes[] = {