From: Alex Deucher Date: Wed, 14 Jan 2015 21:37:28 +0000 (-0500) Subject: drm/radeon: comment out some currently unused eg dpm code X-Git-Tag: v4.0-rc1~74^2~28^2~27 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=ed50890de61ddf04541f823430b9ed1ed9d1e937;p=linux-2.6-block.git drm/radeon: comment out some currently unused eg dpm code Keep it around for reference. Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/radeon/cypress_dpm.c b/drivers/gpu/drm/radeon/cypress_dpm.c index 9aad0327e4d1..ca058589ddef 100644 --- a/drivers/gpu/drm/radeon/cypress_dpm.c +++ b/drivers/gpu/drm/radeon/cypress_dpm.c @@ -2005,11 +2005,13 @@ int cypress_dpm_set_power_state(struct radeon_device *rdev) return 0; } +#if 0 void cypress_dpm_reset_asic(struct radeon_device *rdev) { rv770_restrict_performance_levels_before_switch(rdev); rv770_set_boot_state(rdev); } +#endif void cypress_dpm_display_configuration_changed(struct radeon_device *rdev) {