mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
2af9d5787cfd593a9073151c0ba949fbf358eff7
Move g->ops.gr.commit_global_pagepool() hal to hal.gr.init unit as g->ops.gr.init.commit_global_pagepool() Also move g->ops.gr.pagepool_default_size() hal to g->ops.gr.init.pagepool_default_size() Add global_ctx boolean flag as parameer to g->ops.gr.init.commit_global_pagepool() to distinguish between committing global pagepool v/s ctxsw pagepool buffers Remove register header accessors from gr_gk20a_commit_global_ctx_buffers() and move them to hal functions Move hal definitions to gm20b/gp10b hal files appropriately Remove g->ops.gr.pagepool_default_size() hal for gv11b since gv11b can re-use gp10b hal Jira NVGPU-2961 Change-Id: Id532defe05edf2e5d291fec9ec1aeb5b8e33c544 Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2077217 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-by: Vinod Gopalakrishnakurup <vinodg@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Description
No description provided