commit | 5479c9c9ffaedc28c6fe5dd0c76653f6cfc70684 | [log] [tgz] |
---|---|---|
author | Anoop Kumar Yerukala <ayeruk@codeaurora.org> | Sun Jul 08 14:53:06 2012 +0530 |
committer | Linux Build Service Account <lnxbuild@localhost> | Fri Aug 03 07:57:12 2012 -0600 |
tree | 7a3e3b0d301636a6aa5ebbffdada590f43fdedae | |
parent | a76eeeaf83328f3c64c530c4e3a2e08a6a2dd31b [diff] |
msm: kgsl: disable gpummu pagefault interrupts when iommu is enabled GPU MMU is used to control access to IOMMU registers on msm8960. When pagefaults occurs, accessing mmu_pagefault which is NULL causes kernel panic. Disable gpummu pagefault interrupts, since pagefaults are handled through iommu fault handler. CRs-Fixed: 380470 Change-Id: I9717f4af10b9722b0a14ba5995ee2293ae1de09f Signed-off-by: Anoop Kumar Yerukala <ayeruk@codeaurora.org>