summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dc_types.h
diff options
context:
space:
mode:
authorJoshua Aberback <joshua.aberback@amd.com>2018-11-02 18:00:54 -0400
committerAlex Deucher <alexander.deucher@amd.com>2018-11-30 12:02:03 -0500
commit02e056e870a19a598e27868dd5ff78e7af4efae4 (patch)
tree5b851f43905746eb3a883116ef3574a052a53707 /drivers/gpu/drm/amd/display/dc/dc_types.h
parent2119aa17c963e59710617c70bb7b59e89c5ff447 (diff)
drm/amd/display: Remove unused panel patch "disconnect_delay"
[Why] This patch is for use by dm, no need for it in dc. Signed-off-by: Joshua Aberback <joshua.aberback@amd.com> Reviewed-by: Jun Lei <Jun.Lei@amd.com> Acked-by: Leo Li <sunpeng.li@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, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc_types.h b/drivers/gpu/drm/amd/display/dc/dc_types.h
index 6e12d640d020..91911ef8d746 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_types.h
+++ b/drivers/gpu/drm/amd/display/dc/dc_types.h
@@ -191,7 +191,6 @@ union display_content_support {
};
struct dc_panel_patch {
- unsigned int disconnect_delay;
unsigned int dppowerup_delay;
unsigned int extra_t12_ms;
};