summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dc_types.h
diff options
context:
space:
mode:
authorMartin Tsai <martin.tsai@amd.com>2018-02-01 20:03:17 +0800
committerAlex Deucher <alexander.deucher@amd.com>2018-02-19 14:20:01 -0500
commitb686ee20a95be992577ca1f89c97a94b711d7902 (patch)
tree6962425c44878dffe21dec9fd19b5c2639a21f89 /drivers/gpu/drm/amd/display/dc/dc_types.h
parentfa4d6d8e515299e70d685e0ea2fbefd96248ebd9 (diff)
drm/amd/display: add monitor patch for delay after DP receive power up
Signed-off-by: Martin Tsai <martin.tsai@amd.com> Reviewed-by: Charlene Liu <Charlene.Liu@amd.com> Acked-by: Harry Wentland <harry.wentland@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 fbbe92f7a33a..aa5b90e6beb7 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_types.h
+++ b/drivers/gpu/drm/amd/display/dc/dc_types.h
@@ -195,6 +195,7 @@ union display_content_support {
struct dc_panel_patch {
unsigned int disconnect_delay;
+ unsigned int dppowerup_delay;
};
struct dc_edid_caps {