[igt-dev] [PATCH i-g-t 1/3] tests/kms_available_modes_crc: Remove C8 test

Ville Syrjala ville.syrjala at linux.intel.com
Thu May 16 16:59:13 UTC 2019


From: Ville Syrjälä <ville.syrjala at linux.intel.com>

The test is not setting up the legacy LUT for C8 as the kernel
expects. Since I'm going to add rudimentary C8 support to igt_fb
and kms_plane anyway let's just drop it from here.

Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
---
 tests/kms_available_modes_crc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/kms_available_modes_crc.c b/tests/kms_available_modes_crc.c
index 50b5522afe44..077727677b70 100644
--- a/tests/kms_available_modes_crc.c
+++ b/tests/kms_available_modes_crc.c
@@ -127,7 +127,6 @@ static const struct {
 				BYTES_PP_4 = 4} bpp;
 	uint32_t	value;
 } fillers[] = {
-	{ DRM_FORMAT_C8, 0, BYTES_PP_1, 0xff},
 	{ DRM_FORMAT_XBGR2101010, 0, BYTES_PP_4, 0xffffffff},
 	{ 0, 0, 0, 0 }
 };
-- 
2.21.0



More information about the igt-dev mailing list