drm/msm: Update the MMU helper function APIs
authorJordan Crouse <jcrouse@codeaurora.org>
Fri, 22 May 2020 22:03:16 +0000 (16:03 -0600)
committerRob Clark <robdclark@chromium.org>
Sat, 23 May 2020 20:38:16 +0000 (13:38 -0700)
commitfb212ad6cc58c0fd8c0f76578d4392f71e595bd5
tree9431cd23d79fb997e8e8604a94152b6675702cd9
parentccac7ce373c1b5175bcf733fe6223129b8975788
drm/msm: Update the MMU helper function APIs

Instead of using a bare unsigned type for the length value for map/unmap
functions pass in a size_t to more correctly match up with the underlying
APIs.

Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
Tested-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Rob Clark <robdclark@chromium.org>
drivers/gpu/drm/msm/msm_gpummu.c
drivers/gpu/drm/msm/msm_iommu.c
drivers/gpu/drm/msm/msm_mmu.h