summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/i915_gem_gtt.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-21Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+1
2021-01-26drm/i915/selftest: Fix potential memory leakPan Bian1-1/+1
2020-12-16drm/i915/gt: Move gen8 CS emitters into gen8_engine_cs.hChris Wilson1-0/+1
2020-09-21drm/i915/selftest: Create mock_destroy_deviceDaniel Vetter1-1/+1
2020-09-07drm/i915/gt: Switch to object allocations for page directoriesChris Wilson1-0/+23
2020-09-07drm/i915: Preallocate stashes for vma page-directoriesChris Wilson1-24/+36
2020-05-29drm/i915/gem: Give each object class a friendly nameChris Wilson1-0/+1
2020-04-24drm/i915: Only close vma we openChris Wilson1-22/+10
2020-04-02drm/i915/gem: Drop cached obj->bind_countChris Wilson1-1/+0
2020-01-07drm/i915/gtt: split up i915_gem_gttMatthew Auld1-44/+34
2019-11-29drm/i915/selftests: Always lock the drm_mm around insert/removeChris Wilson1-0/+4
2019-11-25drm/i915/selftests: Move mock_vma to the heap to reduce stack_frameChris Wilson1-7/+12
2019-11-08drm/i915/selftests: Complete transition to a real struct file mockChris Wilson1-4/+4
2019-11-07drm/i915/selftests: Replace mock_file hackery with drm's true fakeChris Wilson1-2/+2
2019-10-29drm/i915/selftests: check for missing apertureMatthew Auld1-0/+3
2019-10-22drm/i915/gem: Distinguish each object typeChris Wilson1-1/+2
2019-10-08drm/i915/region: support volatile objectsMatthew Auld1-3/+2
2019-10-04drm/i915/selftests: Drop vestigal struct_mutex guardsChris Wilson1-2/+0
2019-10-04drm/i915: Move context management under GEMChris Wilson1-5/+10
2019-10-04drm/i915: Drop struct_mutex from around i915_retire_requests()Chris Wilson1-5/+1
2019-10-04drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson1-25/+33
2019-10-04drm/i915: Only track bound elements of the GTTChris Wilson1-1/+1
2019-10-02drm/i915/selftests: Extract random_offset() for use with a prngChris Wilson1-5/+9
2019-09-19drm/i915/selftests: Exercise CS TLB invalidationChris Wilson1-0/+308
2019-09-10drm/i915/selftests: Take runtime wakeref for igt_ggtt_lowlevelChris Wilson1-4/+6
2019-06-21drm/i915: Convert i915_gem_flush_ggtt_writes to intel_gtTvrtko Ursulin1-1/+1
2019-06-20drm/i915/gtt: Defer address space cleanup to an RCU workerChris Wilson1-2/+0
2019-06-14drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio1-4/+4
2019-06-12drm/i915: Combine unbound/bound list tracking for objectsChris Wilson1-1/+1
2019-06-11drm/i915: Rename i915_hw_ppgtt to i915_ppgttChris Wilson1-3/+3
2019-06-11drm/i915: Pull kref into i915_address_spaceChris Wilson1-7/+3
2019-05-28drm/i915: Move more GEM objects under gem/Chris Wilson1-2/+3
2019-03-22drm/i915: Create/destroy VM (ppGTT) for use with contextsChris Wilson1-1/+0
2019-03-21drm/i915: Separate GEM context construction and registration to userspaceChris Wilson1-1/+1
2019-02-28drm/i915: Make object/vma allocation caches globalChris Wilson1-1/+1
2019-02-17drm/i915/selftests: Move local mock_ggtt allocations to the heapChris Wilson1-5/+11
2019-01-28drm/i915: Pull VM lists under the VM mutex.Chris Wilson1-0/+3
2019-01-28drm/i915: Stop tracking MRU activity on VMAChris Wilson1-1/+1
2019-01-22drm/i915/selftests: Create a clean GGTT for vma/gtt selftestingChris Wilson1-44/+64
2019-01-14drm/i915/selftests: Mark up rpm wakerefsChris Wilson1-4/+6
2019-01-14drm/i915: Markup paired operations on wakerefsChris Wilson1-2/+2
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