summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/i915_gem_gtt.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Pull VM lists under the VM mutex.Chris Wilson2019-01-281-0/+3
* drm/i915: Stop tracking MRU activity on VMAChris Wilson2019-01-281-1/+1
* drm/i915/selftests: Create a clean GGTT for vma/gtt selftestingChris Wilson2019-01-221-44/+64
* drm/i915/selftests: Mark up rpm wakerefsChris Wilson2019-01-141-4/+6
* drm/i915: Markup paired operations on wakerefsChris Wilson2019-01-141-2/+2
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-2/+2
* drm/i915: Mark up GTT sizes as u64Chris Wilson2018-10-261-3/+3
* drm/i915: Remove i915.enable_ppgtt overrideChris Wilson2018-09-271-2/+2
* drm/i915/selftests: Constrain mock_gtt tests to fit within RAMChris Wilson2018-07-101-1/+2
* drm/i915/selftests: Limit live_gtt allocation test to fit within RAMChris Wilson2018-07-061-7/+13
* drm/i915/selftests: Use full release for local ppgtt allocationChris Wilson2018-07-051-2/+1Star
* drm/i915/gtt: Pull global wc page stash under its own lockingChris Wilson2018-07-041-1/+1
* drm/i915/selftests: Drop struct_mutex around lowlevel pggtt allocationChris Wilson2018-07-031-7/+8
* drm/i915/selftests: Release the struct_mutex to free the objectsChris Wilson2018-07-031-0/+23
* drm/i915: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-06-281-1/+1
* 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