summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2016-04-28 17:19:41 -0400
committerAlex Deucher <alexander.deucher@amd.com>2016-05-04 20:30:38 -0400
commitce90dbd9b844212a9326cbeed8013abee5ac46d2 (patch)
tree2b8474dae07173394fdf4967efed377a6eecb42e /drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c
parent909a0631b1e64428a98002ad1ea470fa83d95843 (diff)
downloadlinux-ce90dbd9b844212a9326cbeed8013abee5ac46d2.tar.gz
linux-ce90dbd9b844212a9326cbeed8013abee5ac46d2.tar.bz2
linux-ce90dbd9b844212a9326cbeed8013abee5ac46d2.zip
drm/powerplay: add missing clockgating callback for tonga
Without this clockgating is not enabled. Reviewed-by: Ken Wang <Qingqing.Wang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c')
-rw-r--r--drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c b/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c
index 9aaf194fc7cd..670b6288933f 100644
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c
@@ -6214,6 +6214,7 @@ static const struct pp_hwmgr_func tonga_hwmgr_funcs = {
.powergate_uvd = tonga_phm_powergate_uvd,
.powergate_vce = tonga_phm_powergate_vce,
.disable_clock_power_gating = tonga_phm_disable_clock_power_gating,
+ .update_clock_gatings = tonga_phm_update_clock_gatings,
.notify_smc_display_config_after_ps_adjustment = tonga_notify_smc_display_config_after_ps_adjustment,
.display_config_changed = tonga_display_configuration_changed_task,
.set_max_fan_pwm_output = tonga_set_max_fan_pwm_output,