]> asedeno.scripts.mit.edu Git - linux.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)
commitb670908384bda92c42076cf36614ee4f97763253
tree7008f460f19cb61c96a7eb56984409029e6e8e8a
parent27d38062a20326a7b86d1f3ebba42c2a37d8415d
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