summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dc_types.h
diff options
context:
space:
mode:
authorDale Zhao <dale.zhao@amd.com>2022-03-10 17:20:39 -0500
committerAlex Deucher <alexander.deucher@amd.com>2022-03-15 14:41:34 -0400
commit906fbba2c9d48678fd182d0de4dd193d9dd0cc9c (patch)
tree1b3eafceaae4166a24ce0ba892710f6cf814385c /drivers/gpu/drm/amd/display/dc/dc_types.h
parentc791d75a64f5c628a9c9a7d9b9ec01ef0357e6a3 (diff)
downloadlinux-stable-906fbba2c9d48678fd182d0de4dd193d9dd0cc9c.tar.gz
linux-stable-906fbba2c9d48678fd182d0de4dd193d9dd0cc9c.tar.bz2
linux-stable-906fbba2c9d48678fd182d0de4dd193d9dd0cc9c.zip
drm/amd/display: Add new enum for EDID status
[Why] We must support a new type of partial edid return in the future [How] Add interface and case hander for partial edid Reviewed-by: Charlene Liu <Charlene.Liu@amd.com> Acked-by: Agustin Gutierrez <agustin.gutierrez@amd.com> Signed-off-by: Dale Zhao <dale.zhao@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/display/dc/dc_types.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc_types.h1
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 48859d5fc172..2ba9f528c0fe 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_types.h
+++ b/drivers/gpu/drm/amd/display/dc/dc_types.h
@@ -138,6 +138,7 @@ enum dc_edid_status {
EDID_BAD_CHECKSUM,
EDID_THE_SAME,
EDID_FALL_BACK,
+ EDID_PARTIAL_VALID,
};
enum act_return_status {