[PATCH V8 24/36] lib/igt_kms: increase MAX_NUM_COLOROPS to 128
Alex Hung
alex.hung at amd.com
Wed Apr 30 01:34:42 UTC 2025
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 55069c6b5..4b8105c94 100644
--- a/lib/igt_kms.c
+++ b/lib/igt_kms.c
@@ -92,7 +92,7 @@
#define MAX_CONNECTORS 32
#define MAX_EDID 2
#define DISPLAY_TILE_BLOCK 0x12
-#define MAX_NUM_COLOROPS 32
+#define MAX_NUM_COLOROPS 128
typedef bool (*igt_connector_attr_set)(int dir, const char *attr, const char *value);
--
2.43.0
More information about the igt-dev
mailing list