DRM_FORMAT_C8 is needed for kms_rotation_crc test

Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikk...@gmail.com>
---
 lib/igt_fb.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/igt_fb.c b/lib/igt_fb.c
index d4eaed7..00d52f7 100644
--- a/lib/igt_fb.c
+++ b/lib/igt_fb.c
@@ -67,6 +67,7 @@ static struct format_desc_struct {
        DF(XRGB8888,    RGB24,          32, 24),
        DF(XRGB2101010, RGB30,          32, 30),
        DF(ARGB8888,    ARGB32,         32, 32),
+       DF(C8,          A8,              8,  8),
 };
 #undef DF
 
-- 
2.7.4

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to