diff options
author | Anthony Koo <[email protected]> | 2017-01-27 17:50:03 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2017-09-26 17:13:08 -0400 |
commit | 70814f6f092a91a552eef9f4580c9ddc7cdcbb32 (patch) | |
tree | 275ea355602026bcea9e6a54386a66aa62339328 | |
parent | 90b9d7fa107d1bde344af6df81927c07cb882f5e (diff) |
drm/amd/display: Debug option to force enable ABM
Signed-off-by: Anthony Koo <[email protected]>
Reviewed-by: Tony Cheng <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dc.h | 1 |
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 { |