mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 18:42:29 +03:00
handle_tex_exception hal is not set for safety build. Add CONFIG_NVGPU_HAL_NON_FUSA checking for that hal. log_mme_exception hal is supported only for turing. Add CONFIG_NVGPU_DGPU checking for that hal. gr_intr_handle_class_error always return -EINVAL. Change the return as void to avoid unwanted error checking. nvgpu_gr_intr_get_channel_from_ctx function parameter curr_tsgid will never be NULL based on the current call. Remove unwanted (curr_tsgid != NULL) check from this function. Jira NVGPU-4454 Change-Id: I165d1cc5f9e308dfb11d905b59151b44f63a31bb Signed-off-by: vinodg <vinodg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2259763 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>