mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
Avoid using suspend_freq to set the Fmax for the device, since it will re-enable the actmon watermark interrupts again if the suspend_freq is not zero in the devfreq_suspend_device call. Since we want to make sure device is running at Fmax but avoid using suspend_freq, we can forcelly override the resume_freq with the scaling_max_freq to reach the same effect. Bug 4271562 Signed-off-by: Johnny Liu <johnliu@nvidia.com> Change-Id: Ia19a7ef9de14643abf1b174b6180e40a847de132 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2974074 Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>