summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/ci_smc.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2015-01-14 16:15:46 -0500
committerAlex Deucher <alexander.deucher@amd.com>2015-01-22 10:38:53 -0500
commit64e580447f063fce4f4ed0f21b01bec979a3ed7a (patch)
tree85c8ef37e323d8521591404e9cbbec5951aff99e /drivers/gpu/drm/radeon/ci_smc.c
parentbcd705a0defb7a7ccdb2d9bdaa8719b166879ab8 (diff)
downloadop-kernel-dev-64e580447f063fce4f4ed0f21b01bec979a3ed7a.zip
op-kernel-dev-64e580447f063fce4f4ed0f21b01bec979a3ed7a.tar.gz
drm/radeon: comment out some currently unused ci dpm code
Keep it around for reference. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/ci_smc.c')
-rw-r--r--drivers/gpu/drm/radeon/ci_smc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/ci_smc.c b/drivers/gpu/drm/radeon/ci_smc.c
index e78bcad..35c6f648 100644
--- a/drivers/gpu/drm/radeon/ci_smc.c
+++ b/drivers/gpu/drm/radeon/ci_smc.c
@@ -184,6 +184,7 @@ PPSMC_Result ci_send_msg_to_smc(struct radeon_device *rdev, PPSMC_Msg msg)
return (PPSMC_Result)tmp;
}
+#if 0
PPSMC_Result ci_wait_for_smc_inactive(struct radeon_device *rdev)
{
u32 tmp;
@@ -201,6 +202,7 @@ PPSMC_Result ci_wait_for_smc_inactive(struct radeon_device *rdev)
return PPSMC_Result_OK;
}
+#endif
int ci_load_smc_ucode(struct radeon_device *rdev, u32 limit)
{
OpenPOWER on IntegriCloud