projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fcf883
)
drm/amd/display: Update timing source enums
author
Clay King
<clayking@amd.com>
Wed, 10 Dec 2025 18:39:04 +0000
(13:39 -0500)
committer
Alex Deucher
<alexander.deucher@amd.com>
Mon, 5 Jan 2026 21:59:59 +0000
(16:59 -0500)
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>
drivers/gpu/drm/amd/display/dc/dc_types.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/display/dc/dc_types.h
b/drivers/gpu/drm/amd/display/dc/dc_types.h
index
455b223
..
3e924ee
100644
(file)
--- 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,