projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6ada54
)
drm/amd/display: add disconnect_delay to dc_panel_patch
author
Derek Lai
<Derek.Lai@amd.com>
Thu, 23 Aug 2018 07:13:23 +0000
(15:13 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Tue, 11 Sep 2018 03:43:03 +0000
(22:43 -0500)
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>
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 58a6ef80a60e1b8d2adb7c38a7ad0935dc568cb9..4fb62780a69625e6f5d8e02d1ffdc0129d1dd2f4 100644
(file)
--- a/
drivers/gpu/drm/amd/display/dc/dc_types.h
+++ b/
drivers/gpu/drm/amd/display/dc/dc_types.h
@@
-191,6
+191,7
@@
union display_content_support {
};
struct dc_panel_patch {
+ unsigned int disconnect_delay;
unsigned int dppowerup_delay;
unsigned int extra_t12_ms;
};