mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
queue specific sources should use general logging interfaces like nvgpu_err, nvgpu_log_info and not PMU specific nvgpu_pmu_dbg. With this we can remove pmu.h inclusion in engine_mem_queue.c and engine_fb_queue.c. This uncovers some new header inclusions that we have to do for compilation of both these files. More cleanup of PMU fields and related headers to follow. JIRA NVGPU-1994 Change-Id: I728746094de85f338fcae940f10ee1731d397048 Signed-off-by: Sagar Kamble <skamble@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2019415 GVS: Gerrit_Virtual_Submit Reviewed-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>