]> 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)
commit430ea8271d1fdcfea4e28ef21d9b8ec33d7d0823
tree7008f460f19cb61c96a7eb56984409029e6e8e8a
parentd329d6769ab8585eeb91fc69a283e09b6867f07d
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