mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
Add new API nvgpu_gr_setup_free_subctx() in common.gr.ctx to free subctx Call this via hal g->ops.gr.setup.free_subctx() Subctx allocations happens through gr.setup api right now hence it makes sense to provide subctx free api through same unit Remove g->ops.channel.free_ctx_header() hal since we now have gr.setup hal Remove gv11b/subctx_gv11b.* files since they are no longer needed and all the code in them has been moved to common units Jira NVGPU-1886 Change-Id: I3d58fc3665ed9b6ffba830249a4cd30af7b857f4 Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2094994 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>