From: Ilya Bakoulin Date: Tue, 24 Jun 2025 20:51:16 +0000 (-0400) Subject: drm/amd/display: Add definitions to support DID Type5 descriptors X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aef3af22a4560cad02f864c5ebd6372b516cceeb;p=thirdparty%2Flinux.git drm/amd/display: Add definitions to support DID Type5 descriptors [Why/How] Add the timing source needed to support DID Type5. Reviewed-by: Aric Cyr Signed-off-by: Ilya Bakoulin Signed-off-by: Ivan Lipski Tested-by: Daniel Wheeler Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/dc_types.h b/drivers/gpu/drm/amd/display/dc/dc_types.h index a0829bc0708ae..229a754b7b6eb 100644 --- a/drivers/gpu/drm/amd/display/dc/dc_types.h +++ b/drivers/gpu/drm/amd/display/dc/dc_types.h @@ -263,6 +263,7 @@ enum dc_timing_source { TIMING_SOURCE_EDID_4BYTE, TIMING_SOURCE_EDID_CEA_DISPLAYID_VTDB, TIMING_SOURCE_EDID_CEA_RID, + TIMING_SOURCE_EDID_DISPLAYID_TYPE5, TIMING_SOURCE_VBIOS, TIMING_SOURCE_CV, TIMING_SOURCE_TV,