[PATCH i-g-t v3 0/2] whitelist for HDCP panels
Santhosh Reddy Guddati
santhosh.reddy.guddati at intel.com
Thu May 29 01:55:20 UTC 2025
Add whitelist functionality for monitor EDID checks.
Introduce a whitelist mechanism to handle specific monitors
that are known to face issues with certain features, such as HDCP.
This change is intended to skip test on those panels which are
blacklisted.
Santhosh Reddy Guddati (2):
lib/igt_panel: Skip hdcp tests on unsupported panels
tests/kms_content_protection: Whitelist check for panel support
lib/igt_edid.c | 27 +++++++++++++++++++
lib/igt_edid.h | 1 +
lib/igt_panel.c | 35 +++++++++++++++++++++++++
lib/igt_panel.h | 17 ++++++++++++
lib/meson.build | 1 +
tests/kms_content_protection.c | 47 ++++++++++++++++++++++++++++++++++
6 files changed, 128 insertions(+)
create mode 100644 lib/igt_panel.c
create mode 100644 lib/igt_panel.h
--
2.34.1
More information about the igt-dev
mailing list