summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon
diff options
context:
space:
mode:
authorAlex Deucher2015-01-14 22:33:44 +0100
committerAlex Deucher2015-01-22 16:38:56 +0100
commit6421d6128a92fa71d8cff8e75053c29846c53bd6 (patch)
treef1599f7301f38e836b7671d682c7783124150b0f /drivers/gpu/drm/radeon
parentdrm/radeon: comment out some currently unused btc dpm code (diff)
downloadkernel-qcow2-linux-6421d6128a92fa71d8cff8e75053c29846c53bd6.tar.gz
kernel-qcow2-linux-6421d6128a92fa71d8cff8e75053c29846c53bd6.tar.xz
kernel-qcow2-linux-6421d6128a92fa71d8cff8e75053c29846c53bd6.zip
drm/radeon: comment out some currently unused tn dpm code
Keep it around for reference. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon')
-rw-r--r--drivers/gpu/drm/radeon/trinity_dpm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/trinity_dpm.c b/drivers/gpu/drm/radeon/trinity_dpm.c
index b4ec5c4e7969..38dacb7a3689 100644
--- a/drivers/gpu/drm/radeon/trinity_dpm.c
+++ b/drivers/gpu/drm/radeon/trinity_dpm.c
@@ -1269,6 +1269,7 @@ void trinity_dpm_setup_asic(struct radeon_device *rdev)
trinity_release_mutex(rdev);
}
+#if 0
void trinity_dpm_reset_asic(struct radeon_device *rdev)
{
struct trinity_power_info *pi = trinity_get_pi(rdev);
@@ -1284,6 +1285,7 @@ void trinity_dpm_reset_asic(struct radeon_device *rdev)
}
trinity_release_mutex(rdev);
}
+#endif
static u16 trinity_convert_voltage_index_to_value(struct radeon_device *rdev,
u32 vid_2bit)