aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/etnaviv/etnaviv_mmu.h
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_mmu.h
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_mmu.h')
-rw-r--r--drivers/gpu/drm/etnaviv/etnaviv_mmu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/etnaviv/etnaviv_mmu.h b/drivers/gpu/drm/etnaviv/etnaviv_mmu.h
index fff215a47630..dea1314fc44e 100644
--- a/drivers/gpu/drm/etnaviv/etnaviv_mmu.h
+++ b/drivers/gpu/drm/etnaviv/etnaviv_mmu.h
@@ -67,5 +67,6 @@ void etnaviv_iommu_dump(struct etnaviv_iommu *iommu, void *buf);
struct etnaviv_iommu *etnaviv_iommu_new(struct etnaviv_gpu *gpu,
struct iommu_domain *domain, enum etnaviv_iommu_version version);
+void etnaviv_iommu_restore(struct etnaviv_gpu *gpu);
#endif /* __ETNAVIV_MMU_H__ */