Loading drivers/media/platform/msm/vidc/msm_vidc_res_parse.c +7 −1 Original line number Diff line number Diff line Loading @@ -1029,7 +1029,13 @@ int msm_vidc_smmu_fault_handler(struct iommu_domain *domain, } core->smmu_fault_handled = true; mutex_unlock(&core->lock); return 0; /* * Return -EINVAL to elicit the default behaviour of smmu driver. * If we return -EINVAL, then smmu driver assumes page fault handler * is not installed and prints a list of useful debug information like * FAR, SID etc. This information is not printed if we return 0. */ return -EINVAL; } static int msm_vidc_populate_context_bank(struct device *dev, Loading Loading
drivers/media/platform/msm/vidc/msm_vidc_res_parse.c +7 −1 Original line number Diff line number Diff line Loading @@ -1029,7 +1029,13 @@ int msm_vidc_smmu_fault_handler(struct iommu_domain *domain, } core->smmu_fault_handled = true; mutex_unlock(&core->lock); return 0; /* * Return -EINVAL to elicit the default behaviour of smmu driver. * If we return -EINVAL, then smmu driver assumes page fault handler * is not installed and prints a list of useful debug information like * FAR, SID etc. This information is not printed if we return 0. */ return -EINVAL; } static int msm_vidc_populate_context_bank(struct device *dev, Loading