mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
As a part of refactoring this CL removes clk_mon unit from clk unit. Clk_mon is used for monitoring of clk and it is an independent unit. This patch does the following. *Move the clk_mon struct from clk.h to clk_mon_tu104.h *create a new clk_mon gpu_ops and assign clk_mon specific ops there. *Move all the function to clk_mon_tu104.c *Update the yaml file NVGPU-4689 Change-Id: Ia72bf28a93ce9a7936c277076f365c4b6593b032 Signed-off-by: Abdul Salam <absalam@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2336230 Reviewed-by: automaticguardword <automaticguardword@nvidia.com> Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-misra <svc-mobile-misra@nvidia.com> Reviewed-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-by: Vaibhav Kachore <vkachore@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>