mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
mako: temoprarily blocked mdp error message
blocked until enabling LCD. if not, too much errors in console Change-Id: I38bc1bec4559f9d4d830d8f6e024cb5a121abf35
This commit is contained in:
parent
ea89be9220
commit
06ce948e5c
1 changed files with 8 additions and 0 deletions
|
@ -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)
|
void mdp4_iommu_attach(void)
|
||||||
{
|
{
|
||||||
static int done;
|
static int done;
|
||||||
|
|
Loading…
Reference in a new issue