[PATCH v5 26/37] lib/igt_kms: increase MAX_NUM_COLOROPS to 128
Harry Wentland
harry.wentland at amd.com
Mon Aug 19 20:58:12 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 4e45841ac393..fc3a76250925 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
typedef bool (*igt_connector_attr_set)(int dir, const char *attr, const char *value);
--
2.46.0
More information about the igt-dev
mailing list