]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbe4ef2c27052981f9a9f57c77086979a37e6ef8f
tree2c674e3e0b4522de3962a8dd6d462d8a1f5f3d64
parentfe318f4bfa08e0f77feaf6ea035648ed00eff2de
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: 81f2c19d036c ("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