]> git.baikalelectronics.ru Git - kernel.git/commit
drm/etnaviv: remove IOMMU dependency
authorLucas Stach <l.stach@pengutronix.de>
Thu, 7 Sep 2017 15:06:28 +0000 (17:06 +0200)
committerLucas Stach <l.stach@pengutronix.de>
Tue, 10 Oct 2017 09:36:37 +0000 (11:36 +0200)
commit358bff838593b82b597778bf2f9d88b11ed642a0
tree7008f460f19cb61c96a7eb56984409029e6e8e8a
parentd8a15daa9e723ada31deda77fd842b9816a0f9e1
drm/etnaviv: remove IOMMU dependency

Using the IOMMU API to manage the internal GPU MMU has been an
historical accident and it keeps getting in the way, as well as
entangling the driver with the inner workings of the IOMMU
subsystem.

Clean this up by removing the usage of iommu_domain, which is the
last piece linking etnaviv to the IOMMU subsystem.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
drivers/gpu/drm/etnaviv/Kconfig
drivers/gpu/drm/etnaviv/etnaviv_drv.h
drivers/gpu/drm/etnaviv/etnaviv_iommu.c
drivers/gpu/drm/etnaviv/etnaviv_iommu.h
drivers/gpu/drm/etnaviv/etnaviv_iommu_v2.c
drivers/gpu/drm/etnaviv/etnaviv_mmu.c
drivers/gpu/drm/etnaviv/etnaviv_mmu.h