summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Squash repeated awaits on the same fenceChris Wilson2017-05-037-0/+1010
* drm/i915/selftests: Allocate inode/file dynamicallyChris Wilson2017-04-201-13/+32
* drm/i915: checking for NULL instead of IS_ERR() in mock selftestsDan Carpenter2017-04-131-1/+1
* drm/i915: Wake device for emitting request during selftestChris Wilson2017-04-121-0/+2
* drm/i915: Add stub mmio read/write routines to mock deviceChris Wilson2017-04-123-0/+78
* drm/i915: Treat WC a separate cache domainChris Wilson2017-04-122-9/+3
* drm/i915: Combine write_domain flushes to a single functionChris Wilson2017-04-122-3/+3
* drm/i915: Generate the engine name based on the instance numberOscar Mateo2017-04-111-1/+1
* drm/i915: intel_ring.engine is unusedChris Wilson2017-04-031-1/+0
* drm/i915: Clear gt.active_requests before checking idle statusChris Wilson2017-03-311-1/+3
* drm/i915: Move retire-requests into i915_gem_wait_for_idle()Chris Wilson2017-03-312-3/+0
* drm/i915: Remove intel_ring.last_retired_headChris Wilson2017-03-211-1/+0
* drm/i915: split out check for noncontiguous pfn rangeArnd Bergmann2017-03-211-1/+10
* drm/i915: Split I915_RESET_IN_PROGRESS into two flagsChris Wilson2017-03-161-6/+12
* drm/i915/selftests: Catch error from mock_file()Chris Wilson2017-03-131-1/+5
* drm/i915/selftests: Fix error path for ggtt walk_hole()Chris Wilson2017-03-131-6/+7
* drivers/gpu/drm/i915/selftests/i915_selftest.c: fix build with gcc-4.4.4Andrew Morton2017-03-101-2/+2
* drm/i915/selftests: exercise cache domain evictionMatthew Auld2017-03-091-0/+90
* drm/i915/selftests: don't leak the gem objectMatthew Auld2017-03-091-2/+7
* drm/i915: Split breadcrumbs spinlock into twoChris Wilson2017-03-031-2/+2
* drm/i915: Generalise wait for execlists to be idleChris Wilson2017-03-031-1/+1
* 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
OpenPOWER on IntegriCloud