diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2015-01-14 22:18:32 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-01-22 16:38:53 +0100 |
commit | 9876913179cbfa3440bb010fbc8825c8c4467a47 (patch) | |
tree | 5fc6916352fd601606471c5f02c5bb119c60d8f9 /drivers/gpu/drm/radeon/si_dpm.c | |
parent | drm/radeon: comment out some currently unused ci dpm code (diff) | |
download | linux-9876913179cbfa3440bb010fbc8825c8c4467a47.tar.xz linux-9876913179cbfa3440bb010fbc8825c8c4467a47.zip |
drm/radeon: comment out some currently unused si dpm code
Keep it around for reference.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/si_dpm.c')
-rw-r--r-- | drivers/gpu/drm/radeon/si_dpm.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c index 8e36c24b995d..7be11651b7e6 100644 --- a/drivers/gpu/drm/radeon/si_dpm.c +++ b/drivers/gpu/drm/radeon/si_dpm.c @@ -3362,11 +3362,13 @@ int si_dpm_force_performance_level(struct radeon_device *rdev, return 0; } +#if 0 static int si_set_boot_state(struct radeon_device *rdev) { return (si_send_msg_to_smc(rdev, PPSMC_MSG_SwitchToInitialState) == PPSMC_Result_OK) ? 0 : -EINVAL; } +#endif static int si_set_sw_state(struct radeon_device *rdev) { @@ -6579,13 +6581,14 @@ void si_dpm_post_set_power_state(struct radeon_device *rdev) ni_update_current_ps(rdev, new_ps); } - +#if 0 void si_dpm_reset_asic(struct radeon_device *rdev) { si_restrict_performance_levels_before_switch(rdev); si_disable_ulv(rdev); si_set_boot_state(rdev); } +#endif void si_dpm_display_configuration_changed(struct radeon_device *rdev) { |