summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorAnthony Koo <Anthony.Koo@amd.com>2017-01-27 17:50:03 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 17:13:08 -0400
commit70814f6f092a91a552eef9f4580c9ddc7cdcbb32 (patch)
tree275ea355602026bcea9e6a54386a66aa62339328 /drivers/gpu
parent90b9d7fa107d1bde344af6df81927c07cb882f5e (diff)
downloadlinux-70814f6f092a91a552eef9f4580c9ddc7cdcbb32.tar.bz2
drm/amd/display: Debug option to force enable ABM
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>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h
index 1308af59d839..d7f848495d8a 100644
--- 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 {