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:
90b9d7f
)
drm/amd/display: Debug option to force enable ABM
author
Anthony Koo
<Anthony.Koo@amd.com>
Fri, 27 Jan 2017 22:50:03 +0000
(17:50 -0500)
committer
Alex Deucher
<alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:13:08 +0000
(17:13 -0400)
Signed-off-by: Anthony Koo <anthony.koo@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@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 1308af59d839f459e9f7716426e167147f60ac49..d7f848495d8a7e1c3712ee7112a1d026aeaa6d01 100644
(file)
--- a/
drivers/gpu/drm/amd/display/dc/dc.h
+++ b/
drivers/gpu/drm/amd/display/dc/dc.h
@@
-143,6
+143,7
@@
struct dc_debug {
bool disable_dfs_bypass;
bool disable_clock_gate;
bool disable_dmcu;
+ bool force_abm_enable;
};
struct dc {