Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de6267d0 authored by Alex Deucher's avatar Alex Deucher
Browse files

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



Keep it around for reference.

Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent dafc519d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3862,11 +3862,13 @@ void ni_dpm_post_set_power_state(struct radeon_device *rdev)
	ni_update_current_ps(rdev, new_ps);
}

#if 0
void ni_dpm_reset_asic(struct radeon_device *rdev)
{
	ni_restrict_performance_levels_before_switch(rdev);
	rv770_set_boot_state(rdev);
}
#endif

union power_info {
	struct _ATOM_POWERPLAY_INFO info;