aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/etnaviv/etnaviv_gpu.c
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2016-08-16 11:54:51 +0200
committerLucas Stach <l.stach@pengutronix.de>2016-09-15 15:29:35 +0200
commite095c8feb8feed9e2c8ef76f8ec8491f46985e24 (patch)
treeab5d01c15e1826ce62e95a8c4e9fd2517a657043 /drivers/gpu/drm/etnaviv/etnaviv_gpu.c
parentdrm/etnaviv: move linear window setup into etnaviv_iommuv1_restore (diff)
downloadlinux-dev-e095c8feb8feed9e2c8ef76f8ec8491f46985e24.tar.xz
linux-dev-e095c8feb8feed9e2c8ef76f8ec8491f46985e24.zip
drm/etnaviv: indirect IOMMU restore through etnaviv MMU
So we can call the v2 restore code once it is there. Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Diffstat (limited to 'drivers/gpu/drm/etnaviv/etnaviv_gpu.c')
-rw-r--r--drivers/gpu/drm/etnaviv/etnaviv_gpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/etnaviv/etnaviv_gpu.c b/drivers/gpu/drm/etnaviv/etnaviv_gpu.c
index 0dde3f7fc678..40610595a2d3 100644
--- a/drivers/gpu/drm/etnaviv/etnaviv_gpu.c
+++ b/drivers/gpu/drm/etnaviv/etnaviv_gpu.c
@@ -569,7 +569,7 @@ static void etnaviv_gpu_hw_init(struct etnaviv_gpu *gpu)
}
/* setup the MMU */
- etnaviv_iommuv1_restore(gpu);
+ etnaviv_iommu_restore(gpu);
/* Start command processor */
prefetch = etnaviv_buffer_init(gpu);