summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Assert all sg are initialised in fake_dma_object for selftestsChris Wilson2017-02-251-0/+2
* drm/i915: Timeout lowlevel_hole GTT selftest earlyChris Wilson2017-02-241-6/+7
* drm/i915: Exercise request cancellation using a mock selftestChris Wilson2017-02-233-0/+85
* drm/i915: Protect the request->global_seqno with the engine->timeline lockChris Wilson2017-02-231-3/+3
* drm/i915: Convert clflushed pagetables over to WC mapsChris Wilson2017-02-151-4/+4
* drm/i915: Silence compiler warning for seltests/i915_gem_coherencyChris Wilson2017-02-141-1/+1
* drm/i915: Silence compiler for GTT selftestsChris Wilson2017-02-141-1/+1
* drm/i915: Avoid overflow in computing pot_hole loop terminationChris Wilson2017-02-141-1/+1
* drm/i915: Emit to ringbuffer directlyTvrtko Ursulin2017-02-141-16/+17
* drm/i915: Add initial selftests for hang detection and resetsChris Wilson2017-02-132-0/+538
* drm/i915: Exercise crossing pot boundaries in the GTTChris Wilson2017-02-131-0/+94
* drm/i915: Exercise manipulate of single pages in the GGTTChris Wilson2017-02-131-0/+91
* drm/i915: Add mock tests for GTT/VMA handlingChris Wilson2017-02-131-0/+43
* drm/i915: Add mock exercise for i915_gem_gtt_insertChris Wilson2017-02-131-0/+208
* drm/i915: Add mock exercise for i915_gem_gtt_reserveChris Wilson2017-02-132-0/+196
* drm/i915: Initial selftests for exercising evictionChris Wilson2017-02-132-0/+261
* drm/i915: Force an aliasing_ppgtt test for context executionChris Wilson2017-02-131-3/+58
* drm/i915: Live testing for context executionChris Wilson2017-02-132-0/+405
* drm/i915: Test creation of partial VMAChris Wilson2017-02-131-0/+192
* drm/i915: Verify page layout for rotated VMAChris Wilson2017-02-131-0/+179
* drm/i915: Exercise i915_vma_pin/i915_vma_insertChris Wilson2017-02-131-0/+151
* drm/i915: Test creation of VMAChris Wilson2017-02-132-0/+225
* drm/i915: Use fault-injection to force the shrinker to run in live GTT testsChris Wilson2017-02-131-0/+98
* drm/i915: Live testing of lowlevel GTT operationsChris Wilson2017-02-131-0/+98
* drm/i915: Exercise filling and removing random ranges from the live GTTChris Wilson2017-02-131-0/+113
* drm/i915: Fill different pages of the GTTChris Wilson2017-02-131-0/+93
* drm/i915: Exercise filling the top/bottom portions of the global GTTChris Wilson2017-02-131-1/+60
* drm/i915: Exercise filling the top/bottom portions of the ppgttChris Wilson2017-02-131-0/+362
* drm/i915: Add initial selftests for i915_gem_gttChris Wilson2017-02-132-0/+100
* drm/i915: Add a live dmabuf selftestChris Wilson2017-02-132-0/+10
* drm/i915: Add some mock tests for dmabuf interopChris Wilson2017-02-134-0/+512
* drm/i915: Sanity check all registers for matching fw domainsChris Wilson2017-02-131-0/+59
* drm/i915: Test all fw tables during mock selftestsChris Wilson2017-02-132-13/+37
* drm/i915: Move uncore selfchecks to live selftest infrastructureChris Wilson2017-02-132-0/+101
* drm/i915: Test coherency of and barriers between cache domainsChris Wilson2017-02-132-0/+385
* drm/i915: Test exhaustion of the mmap spaceChris Wilson2017-02-131-0/+138
* drm/i915: Test partial mappingsChris Wilson2017-02-131-0/+293
* drm/i915: Add a live seftest for GEM objectsChris Wilson2017-02-132-0/+50
* drm/i915: Add selftests for object allocation, physChris Wilson2017-02-132-0/+121
* drm/i915: Live testing of empty requestsChris Wilson2017-02-131-0/+155
* drm/i915: Test request ordering between enginesChris Wilson2017-02-131-0/+132
* drm/i915: Test simultaneously submitting requests to all enginesChris Wilson2017-02-131-0/+184
* drm/i915: Simple selftest to exercise live requestsChris Wilson2017-02-132-0/+148
* drm/i915: Add a simple fence selftest to i915_gem_requestChris Wilson2017-02-131-0/+61
* drm/i915: Add a simple request selftest for waitingChris Wilson2017-02-131-0/+71
* drm/i915: Add selftests for i915_gem_requestChris Wilson2017-02-132-0/+69
* drm/i915: Create a fake object for testing huge allocationsChris Wilson2017-02-132-0/+180
* drm/i915: Mock infrastructure for request emissionChris Wilson2017-02-139-18/+479
* drm/i915: Mock a GGTT for self-testingChris Wilson2017-02-133-0/+204
* drm/i915: Mock the GEM device for self-testingChris Wilson2017-02-135-0/+205