linux_dsm_epyc7002/drivers/gpu/drm/i915/selftests
Chris Wilson 591c0fb85d drm/i915: Exercise request cancellation using a mock selftest
Add a mock selftest to preempt a request and check that we cancel it,
requeue the request and then complete its execution.

v2: Error leaks no more.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/20170223074422.4125-13-chris@chris-wilson.co.uk
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
2017-02-23 14:50:42 +00:00
..
huge_gem_object.c drm/i915: Create a fake object for testing huge allocations 2017-02-13 20:45:34 +00:00
huge_gem_object.h drm/i915: Create a fake object for testing huge allocations 2017-02-13 20:45:34 +00:00
i915_gem_coherency.c drm/i915: Silence compiler warning for seltests/i915_gem_coherency 2017-02-14 22:30:21 +00:00
i915_gem_context.c drm/i915: Force an aliasing_ppgtt test for context execution 2017-02-13 20:46:46 +00:00
i915_gem_dmabuf.c drm/i915: Add a live dmabuf selftest 2017-02-13 20:45:51 +00:00
i915_gem_evict.c drm/i915: Initial selftests for exercising eviction 2017-02-13 20:46:47 +00:00
i915_gem_gtt.c drm/i915: Convert clflushed pagetables over to WC maps 2017-02-15 10:07:18 +00:00
i915_gem_object.c drm/i915: Test exhaustion of the mmap space 2017-02-13 20:45:45 +00:00
i915_gem_request.c drm/i915: Exercise request cancellation using a mock selftest 2017-02-23 14:50:42 +00:00
i915_live_selftests.h drm/i915: Add initial selftests for hang detection and resets 2017-02-13 20:46:53 +00:00
i915_mock_selftests.h drm/i915: Add mock exercise for i915_gem_gtt_reserve 2017-02-13 20:46:48 +00:00
i915_random.c
i915_random.h
i915_selftest.c
i915_vma.c drm/i915: Test creation of partial VMA 2017-02-13 20:46:43 +00:00
intel_breadcrumbs.c drm/i915: Protect the request->global_seqno with the engine->timeline lock 2017-02-23 14:49:32 +00:00
intel_hangcheck.c drm/i915: Add initial selftests for hang detection and resets 2017-02-13 20:46:53 +00:00
intel_uncore.c drm/i915: Sanity check all registers for matching fw domains 2017-02-13 20:45:49 +00:00
mock_context.c drm/i915: Mock infrastructure for request emission 2017-02-13 20:45:31 +00:00
mock_context.h drm/i915: Mock infrastructure for request emission 2017-02-13 20:45:31 +00:00
mock_dmabuf.c drm/i915: Add some mock tests for dmabuf interop 2017-02-13 20:45:50 +00:00
mock_dmabuf.h drm/i915: Add some mock tests for dmabuf interop 2017-02-13 20:45:50 +00:00
mock_drm.c drm/i915: Mock the GEM device for self-testing 2017-02-13 20:45:28 +00:00
mock_drm.h drm/i915: Mock the GEM device for self-testing 2017-02-13 20:45:28 +00:00
mock_engine.c drm/i915: Mock infrastructure for request emission 2017-02-13 20:45:31 +00:00
mock_engine.h drm/i915: Mock infrastructure for request emission 2017-02-13 20:45:31 +00:00
mock_gem_device.c drm/i915: Mock infrastructure for request emission 2017-02-13 20:45:31 +00:00
mock_gem_device.h drm/i915: Mock infrastructure for request emission 2017-02-13 20:45:31 +00:00
mock_gem_object.h drm/i915: Mock the GEM device for self-testing 2017-02-13 20:45:28 +00:00
mock_gtt.c drm/i915: Mock a GGTT for self-testing 2017-02-13 20:45:30 +00:00
mock_gtt.h drm/i915: Mock a GGTT for self-testing 2017-02-13 20:45:30 +00:00
mock_request.c drm/i915: Exercise request cancellation using a mock selftest 2017-02-23 14:50:42 +00:00
mock_request.h drm/i915: Exercise request cancellation using a mock selftest 2017-02-23 14:50:42 +00:00
scatterlist.c