summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharlene Liu <charlene.liu@amd.com>2017-05-23 17:15:54 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 18:07:34 -0400
commit29eba8e88f3665b5099d0c4ef7180b631846aa0b (patch)
tree9fa9866b2cc1ec106f1144f10e93f1ceffa81c7b
parent893a2dd4a3ffceb3b3fa88353d8270de06195b10 (diff)
downloadlinux-29eba8e88f3665b5099d0c4ef7180b631846aa0b.tar.bz2
drm/amd/display: Add disable_psr debug flag
Signed-off-by: Charlene Liu <charlene.liu@amd.com> Reviewed-by: Charlene Liu <Charlene.Liu@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-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 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;
};