From: Clay King <[email protected]> Added missing enum for CEA VIC
Reviewed-by: Joshua Aberback <[email protected]> Signed-off-by: Clay King <[email protected]> Signed-off-by: Chenyu Chen <[email protected]> --- drivers/gpu/drm/amd/display/dc/dc_types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/amd/display/dc/dc_types.h b/drivers/gpu/drm/amd/display/dc/dc_types.h index 455b22350ae8..3e924ee0811d 100644 --- a/drivers/gpu/drm/amd/display/dc/dc_types.h +++ b/drivers/gpu/drm/amd/display/dc/dc_types.h @@ -275,6 +275,7 @@ enum dc_timing_source { TIMING_SOURCE_CV, TIMING_SOURCE_TV, TIMING_SOURCE_HDMI_VIC, + TIMING_SOURCE_CEA_VIC, /* implicitly specified by display device, still safe but less important*/ TIMING_SOURCE_DEFAULT, -- 2.43.0
