drm/amd/display: add disconnect_delay to dc_panel_patch

Some display need disconnect delay. Adding this parameter for future use

Signed-off-by: Derek Lai <Derek.Lai@amd.com>
Reviewed-by: Charlene Liu <Charlene.Liu@amd.com>
Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Derek Lai 2018-08-23 15:13:23 +08:00 committed by Alex Deucher
parent e6ada54126
commit 491e08c9b8
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ union display_content_support {
}; };
struct dc_panel_patch { struct dc_panel_patch {
unsigned int disconnect_delay;
unsigned int dppowerup_delay; unsigned int dppowerup_delay;
unsigned int extra_t12_ms; unsigned int extra_t12_ms;
}; };