All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 1/3] tests/kms_available_modes_crc: Remove C8 test
@ 2019-05-16 16:59 Ville Syrjala
  2019-05-16 16:59 ` [igt-dev] [PATCH i-g-t 2/3] lib/igt_fb: Add support for C8 pixel format Ville Syrjala
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Ville Syrjala @ 2019-05-16 16:59 UTC (permalink / raw)
  To: igt-dev

From: Ville Syrjälä <ville.syrjala@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@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

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-05-28 13:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-16 16:59 [igt-dev] [PATCH i-g-t 1/3] tests/kms_available_modes_crc: Remove C8 test Ville Syrjala
2019-05-16 16:59 ` [igt-dev] [PATCH i-g-t 2/3] lib/igt_fb: Add support for C8 pixel format Ville Syrjala
2019-05-16 16:59 ` [igt-dev] [PATCH i-g-t 3/3] tests/kms_plane: Test " Ville Syrjala
2019-05-28 10:59   ` Maarten Lankhorst
2019-05-16 17:25 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/3] tests/kms_available_modes_crc: Remove C8 test Patchwork
2019-05-16 23:52 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2019-05-28 13:06   ` Ville Syrjälä

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.