From: Anthony Koo Date: Fri, 27 Jan 2017 22:50:03 +0000 (-0500) Subject: drm/amd/display: Debug option to force enable ABM X-Git-Tag: rel_imx_4.19.35_1.1.0~11238^2~23^2~728 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=70814f6f092a91a552eef9f4580c9ddc7cdcbb32;p=linux.git drm/amd/display: Debug option to force enable ABM Signed-off-by: Anthony Koo Reviewed-by: Tony Cheng Acked-by: Harry Wentland Signed-off-by: Alex Deucher --- 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 {