diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2015-01-15 00:15:46 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-01-22 18:38:53 +0300 |
commit | 64e580447f063fce4f4ed0f21b01bec979a3ed7a (patch) | |
tree | 85c8ef37e323d8521591404e9cbbec5951aff99e /drivers/gpu/drm/radeon/ci_smc.c | |
parent | bcd705a0defb7a7ccdb2d9bdaa8719b166879ab8 (diff) | |
download | linux-64e580447f063fce4f4ed0f21b01bec979a3ed7a.tar.xz |
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.c | 2 |
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 e78bcad7a43e..35c6f648ba04 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) { |