summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dc.h
diff options
context:
space:
mode:
authorTony Cheng <tony.cheng@amd.com>2017-01-06 15:55:47 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 17:10:41 -0400
commite0d7ce783a88824cc7e3af0f1aa2d1076364cbf4 (patch)
tree06f7da95df0ff265b82c35d3103673b17d362fb0 /drivers/gpu/drm/amd/display/dc/dc.h
parentf33ad37feb12639e3b4015d27840395793107d7b (diff)
drm/amd/display: enable clock gating and dchubp power gating
also refactor to clean reduce loc to achieve same logic Signed-off-by: Tony Cheng <tony.cheng@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Reviewed-by: Yongqiang Sun <yongqiang.sun@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dc.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h
index f53b41339951..e0143f9f0421 100644
--- a/drivers/gpu/drm/amd/display/dc/dc.h
+++ b/drivers/gpu/drm/amd/display/dc/dc.h
@@ -145,7 +145,8 @@ struct dc_debug {
bool disable_stutter;
bool disable_dcc;
bool disable_dfs_bypass;
- bool disable_power_gate;
+ bool disable_dpp_power_gate;
+ bool disable_hubp_power_gate;
bool disable_clock_gate;
bool disable_dmcu;
bool disable_color_module;