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>
This commit is contained in:
Tony Cheng
2017-01-06 15:55:47 -05:00
committed by Alex Deucher
parent f33ad37feb
commit e0d7ce783a

View File

@@ -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;