Re: [PATCH v2 6/8] drm/etnaviv: mmu: stop using iommu map/unmap functions

2017-09-30 Thread kbuild test robot
Hi Lucas, [auto build test ERROR on drm/drm-next] [also build test ERROR on v4.14-rc2 next-20170929] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Lucas-Stach/drm-etnaviv-remove-iommu-fault-han

[PATCH v2 6/8] drm/etnaviv: mmu: stop using iommu map/unmap functions

2017-09-29 Thread Lucas Stach
This is a preparation to remove the etnaviv dependency on the IOMMU subsystem by importing the relevant parts of the iommu map/unamp functions into the driver. Signed-off-by: Lucas Stach Reviewed-By: Wladimir J. van der Laan --- v2: change return type of etnaviv_domain_unmap to void --- drivers