[RFC PATCH v5 26/32] lib/igt_kms: increase MAX_NUM_COLOROPS to 128

Harry Wentland harry.wentland at amd.com
Mon Feb 26 21:14:10 UTC 2024


From: Alex Hung <alex.hung at amd.com>

Signed-off-by: Alex Hung <alex.hung at amd.com>
---
 lib/igt_kms.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/igt_kms.c b/lib/igt_kms.c
index 7af126f54c26..d9a27a442427 100644
--- a/lib/igt_kms.c
+++ b/lib/igt_kms.c
@@ -90,7 +90,7 @@
 #define MAX_CONNECTORS 32
 #define MAX_EDID 2
 #define DISPLAY_TILE_BLOCK 0x12
-#define MAX_NUM_COLOROPS 32
+#define MAX_NUM_COLOROPS 128
 
 static struct {
 	uint32_t connector_type;
-- 
2.44.0



More information about the igt-dev mailing list