[RFC v4 20/22] lib/igt_kms: Increase the colorops count

Bhanuprakash Modem bhanuprakash.modem at intel.com
Wed Feb 14 06:39:51 UTC 2024


Everytime we introduce a new colorops, total colorops count
will increase by (number of pipes * number of planes per pipe)

Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.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 9dc54d961..66823a84c 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 64
 
 static struct {
 	uint32_t connector_type;
-- 
2.43.0



More information about the igt-dev mailing list