aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/i915_gem_gtt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-2/+2
2018-10-26drm/i915: Mark up GTT sizes as u64Chris Wilson1-3/+3
2018-09-27drm/i915: Remove i915.enable_ppgtt overrideChris Wilson1-2/+2
2018-07-10drm/i915/selftests: Constrain mock_gtt tests to fit within RAMChris Wilson1-1/+2
2018-07-06drm/i915/selftests: Limit live_gtt allocation test to fit within RAMChris Wilson1-7/+13
2018-07-05drm/i915/selftests: Use full release for local ppgtt allocationChris Wilson1-2/+1
2018-07-04drm/i915/gtt: Pull global wc page stash under its own lockingChris Wilson1-1/+1
2018-07-03drm/i915/selftests: Drop struct_mutex around lowlevel pggtt allocationChris Wilson1-7/+8
2018-07-03drm/i915/selftests: Release the struct_mutex to free the objectsChris Wilson1-0/+23
2018-06-28drm/i915: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-1/+1
2018-06-12drm/i915/gtt: Subclass gen6_hw_ppgttChris Wilson1-8/+2
2018-06-07drm/i915/gtt: Push allocation to hw ppgtt constructorChris Wilson1-6/+10
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson1-55/+55
2018-02-16drm: move read_domains and write_domain into i915Christian König1-2/+2
2018-02-15drm/i915/selftests: fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva1-1/+1
2018-02-01drm/i915/selftests: add missing gtt shrinker testMatthew Auld1-0/+84
2018-01-02drm/i915/selftests: Tweak igt_ggtt_page to speed it upChris Wilson1-16/+14
2017-12-12drm/i915: make mappable struct resource centricMatthew Auld1-2/+2
2017-11-17drm/i915/selftests: Report ENOMEM clearly for an allocation failureChris Wilson1-10/+26
2017-11-16drm/i915/selftests: exercise_ggtt may have nothing to doChris Wilson1-1/+1
2017-11-14drm/i915/selftests: Always initialise errChris Wilson1-4/+4
2017-11-07drm/i915/selftests: Take rpm wakeref around GGTT lowlevel testsChris Wilson1-0/+4
2017-10-09drm/i915: s/sg_mask/sg_page_sizes/Matthew Auld1-4/+4
2017-10-07drm/i915: introduce page_size membersMatthew Auld1-1/+4
2017-10-07drm/i915: push set_pages down to the callersMatthew Auld1-5/+7
2017-06-22drm/i915: pass the vma to insert_entriesMatthew Auld1-2/+8
2017-03-13drm/i915/selftests: Fix error path for ggtt walk_hole()Chris Wilson1-6/+7
2017-03-09drm/i915/selftests: don't leak the gem objectMatthew Auld1-2/+7
2017-02-25drm/i915: Assert all sg are initialised in fake_dma_object for selftestsChris Wilson1-0/+2
2017-02-24drm/i915: Timeout lowlevel_hole GTT selftest earlyChris Wilson1-6/+7
2017-02-15drm/i915: Convert clflushed pagetables over to WC mapsChris Wilson1-4/+4
2017-02-14drm/i915: Silence compiler for GTT selftestsChris Wilson1-1/+1
2017-02-14drm/i915: Avoid overflow in computing pot_hole loop terminationChris Wilson1-1/+1
2017-02-13drm/i915: Exercise crossing pot boundaries in the GTTChris Wilson1-0/+94
2017-02-13drm/i915: Exercise manipulate of single pages in the GGTTChris Wilson1-0/+91
2017-02-13drm/i915: Add mock tests for GTT/VMA handlingChris Wilson1-0/+43
2017-02-13drm/i915: Add mock exercise for i915_gem_gtt_insertChris Wilson1-0/+208
2017-02-13drm/i915: Add mock exercise for i915_gem_gtt_reserveChris Wilson1-0/+195
2017-02-13drm/i915: Use fault-injection to force the shrinker to run in live GTT testsChris Wilson1-0/+98
2017-02-13drm/i915: Live testing of lowlevel GTT operationsChris Wilson1-0/+98
2017-02-13drm/i915: Exercise filling and removing random ranges from the live GTTChris Wilson1-0/+113
2017-02-13drm/i915: Fill different pages of the GTTChris Wilson1-0/+93
2017-02-13drm/i915: Exercise filling the top/bottom portions of the global GTTChris Wilson1-1/+60
2017-02-13drm/i915: Exercise filling the top/bottom portions of the ppgttChris Wilson1-0/+362
2017-02-13drm/i915: Add initial selftests for i915_gem_gttChris Wilson1-0/+99