mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
Remove below hals since the corresponding functions are same on all platforms and they are h/w independent g->ops.gr.enable_ctxsw() g->ops.gr.disable_ctxsw() g->ops.gr.reset() Call the functions directly at all places Remove CONFIG_NVGPU_DEBUGGER from places where these functions are called since they are not debugger dependent This also helps to disable CONFIG_NVGPU_DEBUGGER and to keep recovery sequence intact Jira NVGPU-3506 Change-Id: Id2b208ca23dc4667e78edcd8ad242a8558e0ff64 Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2137255 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-misra <svc-mobile-misra@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Vinod Gopalakrishnakurup <vinodg@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>