]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
drm/amd/powerplay: add thermal control task when resume.
authorRex Zhu <Rex.Zhu@amd.com>
Tue, 29 Dec 2015 03:23:57 +0000 (11:23 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 8 Jan 2016 20:39:26 +0000 (15:39 -0500)
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/eventmgr/eventactionchains.c

index 9458394aec05c63fbe7d0b22fe5fdab2aa044451..83be3cf210e01439c224e78a5681606472d40bfa 100644 (file)
@@ -143,6 +143,7 @@ static const pem_event_action *resume_event[] = {
        enable_dynamic_state_management_tasks,
        enable_clock_power_gatings_tasks,
        enable_disable_bapm_tasks,
+       initialize_thermal_controller_tasks,
        reset_boot_state_tasks,
        adjust_power_state_tasks,
        enable_disable_fps_tasks,