diff --git a/drivers/video/msm/mdp4_overlay.c b/drivers/video/msm/mdp4_overlay.c index 89ae2544b447..114404543231 100644 --- a/drivers/video/msm/mdp4_overlay.c +++ b/drivers/video/msm/mdp4_overlay.c @@ -3452,6 +3452,14 @@ static struct msm_iommu_ctx msm_iommu_split_ctx_names[] = { }, }; +static int mdp_iommu_fault_handler(struct iommu_domain *domain, + struct device *dev, unsigned long iova, int flags) +{ + /* FIXME: temporarily blocked until enabling LCD */ + /* pr_err("MDP IOMMU page fault: iova 0x%lx", iova); */ + return 0; +} + void mdp4_iommu_attach(void) { static int done;