mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 18:16:01 +03:00
Moved fb interrupt handling related code to fb intr sub-unit. Moved following hals from fb hal to fb intr hal and renamed to: void (*enable)(struct gk20a *g); void (*disable)(struct gk20a *g); void (*isr)(struct gk20a *g); gk20a_readl/writel are replaced with nvgpu_read/writel. Hals are populated with new function names and code is modified to call new hals. Moved ecc interrupt to gv11b_fb_intr_handle_ecc in a separate file: fb_intr_ecc_gv11b.c/h JIRA NVGPU-2034 Change-Id: I80c7110c902c4e082561cf7cbe65c20eb9acb661 Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2090070 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>