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:
893a2dd
)
drm/amd/display: Add disable_psr debug flag
author
Charlene Liu
<charlene.liu@amd.com>
Tue, 23 May 2017 21:15:54 +0000
(17:15 -0400)
committer
Alex Deucher
<alexander.deucher@amd.com>
Tue, 26 Sep 2017 22:07:34 +0000
(18:07 -0400)
Signed-off-by: Charlene Liu <charlene.liu@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>
drivers/gpu/drm/amd/display/dc/dc.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/display/dc/dc.h
b/drivers/gpu/drm/amd/display/dc/dc.h
index 0d3b73a37df198ab4ad8c89343bd9f31e285b711..ce052d12a10498c1a5f2b338cd15f0e804df31d8 100644
(file)
--- a/
drivers/gpu/drm/amd/display/dc/dc.h
+++ b/
drivers/gpu/drm/amd/display/dc/dc.h
@@
-180,6
+180,7
@@
struct dc_debug {
bool disable_pplib_clock_request;
bool disable_clock_gate;
bool disable_dmcu;
+ bool disable_psr;
bool force_abm_enable;
};