summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/i915_gem_gtt.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gtt: Subclass gen6_hw_ppgttChris Wilson2018-06-121-8/+2Star
* drm/i915/gtt: Push allocation to hw ppgtt constructorChris Wilson2018-06-071-6/+10
* drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson2018-06-051-55/+55
* drm: move read_domains and write_domain into i915Christian König2018-02-161-2/+2
* drm/i915/selftests: fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva2018-02-151-1/+1
* drm/i915/selftests: add missing gtt shrinker testMatthew Auld2018-02-011-0/+84
* drm/i915/selftests: Tweak igt_ggtt_page to speed it upChris Wilson2018-01-021-16/+14Star
* drm/i915: make mappable struct resource centricMatthew Auld2017-12-121-2/+2
* drm/i915/selftests: Report ENOMEM clearly for an allocation failureChris Wilson2017-11-171-10/+26
* drm/i915/selftests: exercise_ggtt may have nothing to doChris Wilson2017-11-161-1/+1
* drm/i915/selftests: Always initialise errChris Wilson2017-11-151-4/+4
* drm/i915/selftests: Take rpm wakeref around GGTT lowlevel testsChris Wilson2017-11-071-0/+4
* drm/i915: s/sg_mask/sg_page_sizes/Matthew Auld2017-10-091-4/+4
* drm/i915: introduce page_size membersMatthew Auld2017-10-071-1/+4
* drm/i915: push set_pages down to the callersMatthew Auld2017-10-071-5/+7
* drm/i915: pass the vma to insert_entriesMatthew Auld2017-06-221-2/+8
* drm/i915/selftests: Fix error path for ggtt walk_hole()Chris Wilson2017-03-131-6/+7
* drm/i915/selftests: don't leak the gem objectMatthew Auld2017-03-091-2/+7
* 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: Convert clflushed pagetables over to WC mapsChris Wilson2017-02-151-4/+4
* 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: 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-131-0/+195
* 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-131-0/+99