]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drm/radeon: comment out some currently unused ni dpm code
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 14 Jan 2015 21:26:31 +0000 (16:26 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 22 Jan 2015 15:38:55 +0000 (10:38 -0500)
Keep it around for reference.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/ni_dpm.c

index 6d2f16cf2c1cf2cfcc5dd4e4c1baec731d221426..7bc9f8d9804aa18db5bf63f6e93dc5557bcdce11 100644 (file)
@@ -3862,11 +3862,13 @@ void ni_dpm_post_set_power_state(struct radeon_device *rdev)
        ni_update_current_ps(rdev, new_ps);
 }
 
+#if 0
 void ni_dpm_reset_asic(struct radeon_device *rdev)
 {
        ni_restrict_performance_levels_before_switch(rdev);
        rv770_set_boot_state(rdev);
 }
+#endif
 
 union power_info {
        struct _ATOM_POWERPLAY_INFO info;