Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/radeon: comment out some currently unused eg dpm code

Keep it around for reference.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

+2
+2
drivers/gpu/drm/radeon/cypress_dpm.c
··· 2005 2005 return 0; 2006 2006 } 2007 2007 2008 + #if 0 2008 2009 void cypress_dpm_reset_asic(struct radeon_device *rdev) 2009 2010 { 2010 2011 rv770_restrict_performance_levels_before_switch(rdev); 2011 2012 rv770_set_boot_state(rdev); 2012 2013 } 2014 + #endif 2013 2015 2014 2016 void cypress_dpm_display_configuration_changed(struct radeon_device *rdev) 2015 2017 {