mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
Originally, nvgpu uses deferrable timer for devfreq polling by default, this leads to issues below because of unstable polling interval. - out of time frequency scaling - unstable GPU frequency scaling This change lets users be able to specify devfreq timer through dt. If the dt node 'devfreq-timer' equals to 'delayed', then gpu will uses delayed timer for devfreq polling. Bug 3823798 Change-Id: Idc0849b4a6b8af52fda8e88f5c831f183b7a27de Signed-off-by: shaochunk <shaochunk@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2897026 Reviewed-by: Divya Singhatwaria <dsinghatwari@nvidia.com> Reviewed-by: Rajkumar Kasirajan <rkasirajan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>