drm/amd/display: enable clock gating and dchubp power gating
authorTony Cheng <tony.cheng@amd.com>
Fri, 6 Jan 2017 20:55:47 +0000 (15:55 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:10:41 +0000 (17:10 -0400)
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>
drivers/gpu/drm/amd/display/dc/dc.h

index f53b413..e0143f9 100644 (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;