summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-07-08 23:14:51 +0200
committerAlex Deucher <alexander.deucher@amd.com>2013-07-08 23:40:00 +0200
commit7e1f3c0419b0be9f20e08848ab23221a6dc3d77e (patch)
tree2f9b4ad7a81f81e54c1727712f1195d70c41df88 /drivers/gpu
parentdrm/radeon/dpm: fix display_gap programming on rv7xx (diff)
downloadlinux-7e1f3c0419b0be9f20e08848ab23221a6dc3d77e.tar.xz
linux-7e1f3c0419b0be9f20e08848ab23221a6dc3d77e.zip
drm/radeon: remove stray line in old pm code
Looks like a remnant from an old rebase. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/radeon/radeon_pm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_pm.c b/drivers/gpu/drm/radeon/radeon_pm.c
index 2557e8bab5cc..b163102eccd4 100644
--- a/drivers/gpu/drm/radeon/radeon_pm.c
+++ b/drivers/gpu/drm/radeon/radeon_pm.c
@@ -1251,7 +1251,6 @@ static void radeon_pm_compute_clocks_old(struct radeon_device *rdev)
if (rdev->pm.num_power_states < 2)
return;
- INIT_WORK(&rdev->pm.dpm.thermal.work, radeon_dpm_thermal_work_handler);
mutex_lock(&rdev->pm.mutex);
rdev->pm.active_crtcs = 0;