drm/msm: Use correct type for physical addresses
authorArchit Taneja <architt@codeaurora.org>
Sun, 17 Apr 2016 14:58:43 +0000 (20:28 +0530)
committerRob Clark <robdclark@gmail.com>
Sat, 16 Jul 2016 14:08:34 +0000 (10:08 -0400)
commit69be1f4e6f4bd92fa96c2de80982f045f9fa9ccc
tree7aa3efc6abaa0b32586a8826257727ddba56391f
parent2d635fded22b71381b01e194a59544f2e8d71ef0
drm/msm: Use correct type for physical addresses

The u32 type used to pass the physical addresses to iommu_map can't
accommodate 64 bit addresses. Move to dma_addr_t to ensure wrong
addresses aren't provided to the IOMMU driver.

Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/msm_iommu.c