[PATCH 4/5] tools/amd_hdmi_compliance: Support VIC 91 and 92

Alex Hung alex.hung at amd.com
Thu Oct 24 21:03:44 UTC 2024


From: Stylon Wang <stylon.wang at amd.com>

VIC: 91, 92 are supported timings by DUT. Add these timings
to pass few CTS items

Signed-off-by: Alex Hung <alex.hung at amd.com>
Signed-off-by: Stylon Wang <stylon.wang at amd.com>
---
 tools/amd_hdmi_compliance.c | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/tools/amd_hdmi_compliance.c b/tools/amd_hdmi_compliance.c
index f06af72b0..49fc21d5a 100644
--- a/tools/amd_hdmi_compliance.c
+++ b/tools/amd_hdmi_compliance.c
@@ -266,6 +266,18 @@ static drmModeModeInfo test_modes[] = {
 		60, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
 		0x40, "2560x1080",	/* VIC 90 */
 	},
+	[91] = { 371250,
+		2560, 2778, 2822, 2970, 0,
+		1080, 1084, 1089, 1250, 0,
+		100, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+		0x40, "2560x1080",	/* VIC 91 */
+	},
+	[92] = { 495000,
+		2560, 3108, 3152, 3300, 0,
+		1080, 1084, 1089, 1250, 0,
+		120, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+		0x40, "2560x1080",	/* VIC 92 */
+	},
 	[93] = { 297000,
 		3840, 5116, 5204, 5500, 0,
 		2160, 2168, 2178, 2250, 0,
-- 
2.43.0



More information about the igt-dev mailing list