mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-28 23:24:50 +00:00
drm/radeon: comment out some currently unused eg dpm code
Keep it around for reference. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
1afde6b265
commit
ed50890de6
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue