summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/selftests/i915_gem_gtt.c
AgeCommit message (Expand)Author
2022-01-05drm/i915: Remove unused i915->ggttAndi Shyti
2022-01-05drm/i915/selftests: Use to_gt() helper for GGTT accessesMichał Winiarski
2021-12-20drm/i915: Remove pages_mutex and intel_gtt->vma_ops.set/clear_pages members, v3.Maarten Lankhorst
2021-12-17drm/i915/selftests: Use to_gt() helperAndi Shyti
2021-09-24drm/i915: Reduce the number of objects subject to memcpy recoverThomas Hellström
2021-09-06drm/i915: Rename i915_gem_context_get_vm_rcu to i915_gem_context_get_eb_vmDaniel Vetter
2021-06-10Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2021-06-07drm/i915: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi
2021-06-02Merge tag 'drm-intel-gt-next-2021-05-28' of git://anongit.freedesktop.org/drm...Dave Airlie
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-04-27drm/i915/gtt: map the PD up frontMatthew Auld
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen
2021-03-24drm/i915/selftests: Prepare gtt tests for obj->mm.lock removalMaarten Lankhorst
2021-03-24drm/i915: Move HAS_STRUCT_PAGE to obj->flagsMaarten Lankhorst
2021-02-21Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-01-26drm/i915/selftest: Fix potential memory leakPan Bian
2020-12-16drm/i915/gt: Move gen8 CS emitters into gen8_engine_cs.hChris Wilson
2020-09-21drm/i915/selftest: Create mock_destroy_deviceDaniel Vetter
2020-09-07drm/i915/gt: Switch to object allocations for page directoriesChris Wilson
2020-09-07drm/i915: Preallocate stashes for vma page-directoriesChris Wilson
2020-05-29drm/i915/gem: Give each object class a friendly nameChris Wilson
2020-04-24drm/i915: Only close vma we openChris Wilson
2020-04-02drm/i915/gem: Drop cached obj->bind_countChris Wilson
2020-01-07drm/i915/gtt: split up i915_gem_gttMatthew Auld
2019-11-29drm/i915/selftests: Always lock the drm_mm around insert/removeChris Wilson
2019-11-25drm/i915/selftests: Move mock_vma to the heap to reduce stack_frameChris Wilson
2019-11-08drm/i915/selftests: Complete transition to a real struct file mockChris Wilson
2019-11-07drm/i915/selftests: Replace mock_file hackery with drm's true fakeChris Wilson
2019-10-29drm/i915/selftests: check for missing apertureMatthew Auld
2019-10-22drm/i915/gem: Distinguish each object typeChris Wilson
2019-10-08drm/i915/region: support volatile objectsMatthew Auld
2019-10-04drm/i915/selftests: Drop vestigal struct_mutex guardsChris Wilson
2019-10-04drm/i915: Move context management under GEMChris Wilson
2019-10-04drm/i915: Drop struct_mutex from around i915_retire_requests()Chris Wilson
2019-10-04drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson
2019-10-04drm/i915: Only track bound elements of the GTTChris Wilson
2019-10-02drm/i915/selftests: Extract random_offset() for use with a prngChris Wilson
2019-09-19drm/i915/selftests: Exercise CS TLB invalidationChris Wilson
2019-09-10drm/i915/selftests: Take runtime wakeref for igt_ggtt_lowlevelChris Wilson
2019-06-21drm/i915: Convert i915_gem_flush_ggtt_writes to intel_gtTvrtko Ursulin
2019-06-20drm/i915/gtt: Defer address space cleanup to an RCU workerChris Wilson
2019-06-14drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio
2019-06-12drm/i915: Combine unbound/bound list tracking for objectsChris Wilson
2019-06-11drm/i915: Rename i915_hw_ppgtt to i915_ppgttChris Wilson
2019-06-11drm/i915: Pull kref into i915_address_spaceChris Wilson
2019-05-28drm/i915: Move more GEM objects under gem/Chris Wilson
2019-03-22drm/i915: Create/destroy VM (ppGTT) for use with contextsChris Wilson
2019-03-21drm/i915: Separate GEM context construction and registration to userspaceChris Wilson
2019-02-28drm/i915: Make object/vma allocation caches globalChris Wilson
2019-02-17drm/i915/selftests: Move local mock_ggtt allocations to the heapChris Wilson