drm/msm: move msm_gpummu.c to adreno/a2xx_gpummu.c
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Mon, 1 Apr 2024 02:42:34 +0000 (05:42 +0300)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Mon, 22 Apr 2024 13:22:49 +0000 (16:22 +0300)
commitd86b9c575e8bd8880467bb51de4054b930b56ef3
treef5b9f0e4876abf78f5978b4a09ce0c238393e7f9
parent53f72c19ffab53e2baff08d64f35883946ab70b8
drm/msm: move msm_gpummu.c to adreno/a2xx_gpummu.c

The msm_gpummu.c implementation is used only on A2xx and it is tied to
the A2xx registers. Rename the source file accordingly.

Reviewed-by: Akhil P Oommen <quic_akhilpo@quicinc.com>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/585846/
Link: https://lore.kernel.org/r/20240401-fd-xml-shipped-v5-4-4bdb277a85a1@linaro.org
drivers/gpu/drm/msm/Makefile
drivers/gpu/drm/msm/adreno/a2xx_gpu.c
drivers/gpu/drm/msm/adreno/a2xx_gpu.h
drivers/gpu/drm/msm/adreno/a2xx_gpummu.c [new file with mode: 0644]
drivers/gpu/drm/msm/msm_gpummu.c [deleted file]
drivers/gpu/drm/msm/msm_mmu.h