mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
- Add defintions of the gfx/compute classes and methods that are generated from the hw/sw class header files. Use these definitions instead of the hard-coded ones so that mismatches may be caught by the HAL checker. - Abstract out the sw method handling functionality of gr.intr.handle_sw_method into gr.intr.handle_gfx_sw_method and gr.intr.handle_compute_sw_method and have gr.intr.handle_sw_method call these two new HALs. Jira NVGPU-9217 Change-Id: Ia30fcba6174878d9b5b7b5910c564c879a702ddc Signed-off-by: Austin Tajiri <atajiri@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2885547 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>