aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/cypress_dpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/radeon/cypress_dpm.c')
-rw-r--r--drivers/gpu/drm/radeon/cypress_dpm.c2
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
2008void cypress_dpm_reset_asic(struct radeon_device *rdev) 2009void 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
2014void cypress_dpm_display_configuration_changed(struct radeon_device *rdev) 2016void cypress_dpm_display_configuration_changed(struct radeon_device *rdev)
2015{ 2017{