From: Hans Verkuil <[email protected]>

This bit was added in CTA-861-G.

Signed-off-by: Hans Verkuil <[email protected]>
---
 edid-decode.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/edid-decode.c b/edid-decode.c
index caf35907..d0da48e2 100644
--- a/edid-decode.c
+++ b/edid-decode.c
@@ -1818,6 +1818,8 @@ cea_colorimetry_block(unsigned char *x)
            if (x[2] >> i)
                printf("    %s\n", colorimetry_map[i]);
        }
+       if (x[3] & 0x80)
+               printf("    DCI-P3\n");
     }
 }
 
-- 
2.14.1

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to