mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-23 02:43:38 -04:00
drm/radeon: comment out some currently unused kv dpm code
Keep it around for reference. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -1925,6 +1925,7 @@ void kv_dpm_setup_asic(struct radeon_device *rdev)
|
||||
kv_init_sclk_t(rdev);
|
||||
}
|
||||
|
||||
#if 0
|
||||
void kv_dpm_reset_asic(struct radeon_device *rdev)
|
||||
{
|
||||
struct kv_power_info *pi = kv_get_pi(rdev);
|
||||
@@ -1945,6 +1946,7 @@ void kv_dpm_reset_asic(struct radeon_device *rdev)
|
||||
kv_set_enabled_level(rdev, pi->graphics_boot_level);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
//XXX use sumo_dpm_display_configuration_changed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user