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:
Devin Kim 2012-06-14 18:32:32 -07:00 committed by Iliyan Malchev
parent ea89be9220
commit 06ce948e5c
1 changed files with 8 additions and 0 deletions

View File

@ -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;