mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
91ac1541a591a831a78fc0359d011411ba8dde25
The soft-depedenency for the governor_pod_scaling_v2 driver was initially added to ensure this driver is loaded when built as an out-of-tree module. The driver has now been renamed to governor_pod_scaling but instead of simply updating the soft-dependency name a new soft-dependency was added specifically with the new driver name. This is not necessary and this also breaks frequency scaling support for kernels for kernel to prior to v5.15. Fix this by removing this compile time check and legacy soft-dependency. Bug 4074863 Bug 4223170 Change-Id: Ie3179446896c388ec13b63a1af368149ed4b145c Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2948084 Reviewed-by: Sagar Kamble <skamble@nvidia.com> Reviewed-by: Brad Griffis <bgriffis@nvidia.com> Reviewed-by: Johnny Liu <johnliu@nvidia.com> Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
Description
No description provided