mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
Added following new hals in gr falcon: u32 (*get_current_ctx)(struct gk20a *g); -> to get current context in execution. u32 (*get_ctx_ptr)(u32 ctx); -> related ctx_ptr for the context Updated gr_gk20a.c, gr_gm20b.c, gr_gp10b.c and gr_gv11b.c to use these new hals. JIRA NVGPU-1881 Change-Id: I1c1cef8e4b0ca04e3e3218d552b6e8e08fcfa7d0 Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2087039 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>