mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
pmu_gk20a.c includes hw_mc_gk20a.h other than hw_pwr_gk20a.h to access & configure pmu interrupt, this breaks single hw header for HAL file. Moved PMU interrupt enable to MC unit by creating/modifying current mc ops intr_unit_config to intr_pmu_unit_config to configure PMU interrupt specifically as this ops is only used by PMU unit JIRA NVGPU-3239 Change-Id: I2514f17197708047b46ea712cf4569a5b3bfab2a Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2126420 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>