]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit591cb70aa31b70a61d644a3e8b10601caf31ac21
tree9431cd23d79fb997e8e8604a94152b6675702cd9
parent81f2c19d036c28d862a8c17d67adcde2935929a8
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