diff options
author | Tony Cheng <tony.cheng@amd.com> | 2017-01-06 15:55:47 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-09-26 17:10:41 -0400 |
commit | e0d7ce783a88824cc7e3af0f1aa2d1076364cbf4 (patch) | |
tree | 06f7da95df0ff265b82c35d3103673b17d362fb0 /drivers/gpu | |
parent | f33ad37feb12639e3b4015d27840395793107d7b (diff) | |
download | linux-stable-e0d7ce783a88824cc7e3af0f1aa2d1076364cbf4.tar.gz linux-stable-e0d7ce783a88824cc7e3af0f1aa2d1076364cbf4.tar.bz2 linux-stable-e0d7ce783a88824cc7e3af0f1aa2d1076364cbf4.zip |
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')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dc.h | 3 |
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; |