drm/amd/display: Debug option to force enable ABM
authorAnthony Koo <Anthony.Koo@amd.com>
Fri, 27 Jan 2017 22:50:03 +0000 (17:50 -0500)
committerAlex 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

index 1308af59d839f459e9f7716426e167147f60ac49..d7f848495d8a7e1c3712ee7112a1d026aeaa6d01 100644 (file)
@@ -143,6 +143,7 @@ struct dc_debug {
        bool disable_dfs_bypass;
        bool disable_clock_gate;
        bool disable_dmcu;
+       bool force_abm_enable;
 };
 
 struct dc {