drm/msm: Fix up the rest of the messed up address sizes
authorJordan Crouse <jcrouse@codeaurora.org>
Mon, 22 Jun 2020 16:55:38 +0000 (10:55 -0600)
committerRob Clark <robdclark@chromium.org>
Mon, 22 Jun 2020 19:12:29 +0000 (12:12 -0700)
commit30480e6ed508e3ff7a3e03c975696aa5196ffe8a
tree2c674e3e0b4522de3962a8dd6d462d8a1f5f3d64
parent078e8f8ce8ad96fdcb5ca4dc8714d266a77eefc3
drm/msm: Fix up the rest of the messed up address sizes

msm_gem_address_space_create() changed to take a start/length instead
of a start/end for the iova space but all of the callers were just
cut and pasted from the old usage. Most of the mistakes have been fixed
up so just catch up the rest.

Fixes: ccac7ce373c1 ("drm/msm: Refactor address space initialization")
Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@chromium.org>
drivers/gpu/drm/msm/adreno/a2xx_gpu.c
drivers/gpu/drm/msm/adreno/a6xx_gmu.c
drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c
drivers/gpu/drm/msm/disp/mdp4/mdp4_kms.c
drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c