aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/i915_vma.c
AgeCommit message (Expand)Author
2022-09-08drm/i915: Rename ggtt_view as gtt_viewNiranjana Vishwanathapura
2022-08-18drm/i915/selftests: Use correct selfest calls for live testsMatthew Brost
2022-02-23Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...Rodrigo Vivi
2022-02-11drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula
2022-01-18drm/i915: Add i915_vma_unbind_unlocked, and take obj lock for i915_vma_unbind...Maarten Lankhorst
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: Ensure i915_vma tests do not get -ENOSPC with the locking changes.Maarten Lankhorst
2021-09-06drm/i915: Drop __rcu from gem_context->vmDaniel Vetter
2021-09-06drm/i915: Rename i915_gem_context_get_vm_rcu to i915_gem_context_get_eb_vmDaniel Vetter
2021-04-20drm/i915/selftests: Skip aperture remapping selftest where there is no apertureChris Wilson
2021-03-29drm/i915/selftest: Add remap/rotate vma subtests when dst_stride!=width/heightImre Deak
2021-03-29drm/i915: Add support for FBs requiring a POT stride alignmentImre Deak
2021-03-29drm/i915: s/stride/src_stride/ in the intel_remapped_plane_info structImre Deak
2021-03-29drm/i915/selftest: Unify use of intel_remapped_plane_info in igt_vma_rotate_r...Imre Deak
2021-03-29drm/i915/selftest: Make sure to init i915_ggtt_view in igt_vma_rotate_remap()Imre Deak
2021-03-29drm/i915/selftest: Fix debug message in igt_vma_remapped_gtt()Imre Deak
2021-03-29drm/i915/selftest: Fix error handling in igt_vma_remapped_gtt()Imre Deak
2020-09-21drm/i915/selftest: Create mock_destroy_deviceDaniel Vetter
2020-09-07drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.Maarten Lankhorst
2020-05-06drm/i915/execlists: Track inflight CCIDChris Wilson
2019-10-04drm/i915: Move context management under GEMChris Wilson
2019-10-04drm/i915: Remove logical HW IDChris 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-08-29drm/i915: s/for_each_sgt_dma/for_each_sgt_daddr/Matthew Auld
2019-07-23drm/i915/selftests: Let igt_vma_partial et al breatheChris Wilson
2019-06-14drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio
2019-06-11drm/i915: Pull kref into i915_address_spaceChris Wilson
2019-05-28drm/i915: Move GEM object domain management from struct_mutex to localChris Wilson
2019-05-28drm/i915: Pull scatterlist utils out of i915_gem.hChris Wilson
2019-05-28drm/i915: Move more GEM objects under gem/Chris Wilson
2019-05-20drm/i915/selftests: Add live vma selftestVille Syrjälä
2019-05-20drm/i915/selftests: Add mock selftest for remapped vmasVille Syrjälä
2019-05-20drm/i915: Add a new "remapped" gtt_viewVille Syrjälä
2019-02-17drm/i915/selftests: Move local mock_ggtt allocations to the heapChris Wilson
2019-01-28drm/i915: Move vma lookup to its own lockChris Wilson
2019-01-22drm/i915/selftests: Create a clean GGTT for vma/gtt selftestingChris Wilson
2018-06-28drm/i915: Replace drm_dev_unref with drm_dev_putThomas Zimmermann
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson
2018-05-04drm/i915/selftests: fix spelling mistake: "parmaters" -> "parameters"Colin Ian King
2017-11-14drm/i915/selftests: Always initialise errChris Wilson
2017-06-20drm/i915: Allow contexts to be unreferenced locklesslyChris Wilson
2017-06-16drm/i915: Eliminate lots of iterations over the execobjects arrayChris Wilson
2017-02-13drm/i915: Test creation of partial VMAChris Wilson
2017-02-13drm/i915: Verify page layout for rotated VMAChris Wilson
2017-02-13drm/i915: Exercise i915_vma_pin/i915_vma_insertChris Wilson
2017-02-13drm/i915: Test creation of VMAChris Wilson