summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/selftests/i915_live_selftests.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2017-02-13 20:15:37 +0300
committerChris Wilson <chris@chris-wilson.co.uk>2017-02-13 23:45:51 +0300
commitced01afdf672d6ceab71f14e0aefb79b914ddd34 (patch)
treed49360cceb1492610e704b8fe1bd9d2e52fc3e41 /drivers/gpu/drm/i915/selftests/i915_live_selftests.h
parent6cca22ede8a448d341b3e4565943f54bd8b8dcd0 (diff)
downloadlinux-ced01afdf672d6ceab71f14e0aefb79b914ddd34.tar.xz
drm/i915: Add a live dmabuf selftest
Though we have good coverage of our dmabuf interface through the mock tests, we also want to check the heavy module unload paths of the live i915 driver. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170213171558.20942-26-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/gpu/drm/i915/selftests/i915_live_selftests.h')
-rw-r--r--drivers/gpu/drm/i915/selftests/i915_live_selftests.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/selftests/i915_live_selftests.h b/drivers/gpu/drm/i915/selftests/i915_live_selftests.h
index be7892d05290..fc605695d118 100644
--- a/drivers/gpu/drm/i915/selftests/i915_live_selftests.h
+++ b/drivers/gpu/drm/i915/selftests/i915_live_selftests.h
@@ -12,4 +12,5 @@ selftest(sanitycheck, i915_live_sanitycheck) /* keep first (igt selfcheck) */
selftest(uncore, intel_uncore_live_selftests)
selftest(requests, i915_gem_request_live_selftests)
selftest(objects, i915_gem_object_live_selftests)
+selftest(dmabuf, i915_gem_dmabuf_live_selftests)
selftest(coherency, i915_gem_coherency_live_selftests)