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

Rodrigo Siqueira Jordao Rodrigo.Siqueira at amd.com
Tue Oct 29 16:04:43 UTC 2024



On 10/24/24 3:03 PM, Alex Hung wrote:
> 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 */
> +	},

I also think this commit should be squashed in the first commit.

>   	[93] = { 297000,
>   		3840, 5116, 5204, 5500, 0,
>   		2160, 2168, 2178, 2250, 0,



More information about the igt-dev mailing list