diff options
| author | Clay King <clayking@amd.com> | 2025-12-10 13:39:04 -0500 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2026-01-05 16:59:59 -0500 |
| commit | 0d2abc02910b10d25684d111f4d8b1265a35e03c (patch) | |
| tree | ed3c530ef559030390977859330929f583e48550 /drivers/gpu/drm/amd | |
| parent | 7fcf8832000702577236fbe9c8ab48135a41a186 (diff) | |
drm/amd/display: Update timing source enums
Added missing enum for CEA VIC
Reviewed-by: Joshua Aberback <joshua.aberback@amd.com>
Signed-off-by: Clay King <clayking@amd.com>
Signed-off-by: Chenyu Chen <chen-yu.chen@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/dc_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, |
