diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2015-01-14 16:37:28 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-01-22 10:38:58 -0500 |
commit | ed50890de61ddf04541f823430b9ed1ed9d1e937 (patch) | |
tree | f87078143825866b3b3fae8360c0ea7c7d3c9c42 | |
parent | 1afde6b265924874e7f07a9d5214058fce1663bb (diff) |
drm/radeon: comment out some currently unused eg dpm code
Keep it around for reference.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/radeon/cypress_dpm.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) | |||
2005 | return 0; | 2005 | return 0; |
2006 | } | 2006 | } |
2007 | 2007 | ||
2008 | #if 0 | ||
2008 | void cypress_dpm_reset_asic(struct radeon_device *rdev) | 2009 | void cypress_dpm_reset_asic(struct radeon_device *rdev) |
2009 | { | 2010 | { |
2010 | rv770_restrict_performance_levels_before_switch(rdev); | 2011 | rv770_restrict_performance_levels_before_switch(rdev); |
2011 | rv770_set_boot_state(rdev); | 2012 | rv770_set_boot_state(rdev); |
2012 | } | 2013 | } |
2014 | #endif | ||
2013 | 2015 | ||
2014 | void cypress_dpm_display_configuration_changed(struct radeon_device *rdev) | 2016 | void cypress_dpm_display_configuration_changed(struct radeon_device *rdev) |
2015 | { | 2017 | { |