mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 18:16:01 +03:00
RSTG_ECC errors are not expected to occur in gv11b since it does not contains R-stage memory. Hence, the reporting of this error has been replaced with BUG(). CE_NONBLOCK_PIPE interrupt is used for notification of completion of copy operation and it is not an error interrupt. Further, this notification has not been used by CUDA. So, the reporting of CE NONBLOCK_PIPE has been removed. JIRA NVGPU-6124 Bug 200616002 Change-Id: Idf027cc27cf854188503d4d4f07d0f54af1da164 Signed-off-by: Rajesh Devaraj <rdevaraj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2427125 Reviewed-by: automaticguardword <automaticguardword@nvidia.com> Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-misra <svc-mobile-misra@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> Reviewed-by: Shashank Singh <shashsingh@nvidia.com> Reviewed-by: Vaibhav Kachore <vkachore@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>