hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/video/rockchip/mpp/mpp_iommu.c
....@@ -463,6 +463,12 @@
463463 else
464464 mpp_task_dump_hw_reg(mpp);
465465
466
+ /*
467
+ * Mask iommu irq, in order for iommu not repeatedly trigger pagefault.
468
+ * Until the pagefault task finish by hw timeout.
469
+ */
470
+ rockchip_iommu_mask_irq(mpp->dev);
471
+
466472 return 0;
467473 }
468474