mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 18:16:01 +03:00
RC_TYPE_PBDMA_FAULT is the only recovery type for all the pbdma intr functions. Thus, rc_type variable is changed to a boolean type in all implementations of handle_pbdma_intr* functions. "handled" variable is unused and removed from all the implementations of handle_pbdma_intr* functions. handle_pbdma_intr* HAL ops are renamed to handle_intr*. Jira NVGPU-2950 Change-Id: I9605d930225a38ed76f25b6a94cb02d855f522dd Signed-off-by: Debarshi Dutta <ddutta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2083748 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>