drm/i915/selftests: Disable iommu for the mock device
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 14 Sep 2017 16:22:40 +0000 (17:22 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 18 Sep 2017 15:57:35 +0000 (16:57 +0100)
commitb5891fb520f742ce48b097c6b8a0b2db1e2bb979
tree113f9868bcc6331ed79daf12a168e317f2ef7183
parent1298d51c44fddcb609ea6c9fa37b76028593963b
drm/i915/selftests: Disable iommu for the mock device

On some machines, the iommu cannot allocate a domain for the mock device
causing the dma_map_sg() to fail, and the selftest to fail with -ENOMEM.
For the mock selftests, we are using a fake device and do not care about
iommu; so convince intel_iommu to treat us as a dummy device with an
identity mapping (and no iommu domain).

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=101080
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20170914162240.18310-1-chris@chris-wilson.co.uk
Tested-by: Elizabeth De La Torre Mena <elizabethx.de.la.torre.mena@intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com
drivers/gpu/drm/i915/selftests/mock_gem_device.c