From: Charlene Liu Date: Tue, 23 May 2017 21:15:54 +0000 (-0400) Subject: drm/amd/display: Add disable_psr debug flag X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=29eba8e88f3665b5099d0c4ef7180b631846aa0b;p=openwrt%2Fstaging%2Fblogic.git drm/amd/display: Add disable_psr debug flag Signed-off-by: Charlene Liu Reviewed-by: Charlene Liu 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 0d3b73a37df1..ce052d12a104 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -180,6 +180,7 @@ struct dc_debug { bool disable_pplib_clock_request; bool disable_clock_gate; bool disable_dmcu; + bool disable_psr; bool force_abm_enable; };