aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/i915/selftests/i915_vma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-08drm/i915: Rename ggtt_view as gtt_viewNiranjana Vishwanathapura1-34/+34
2022-08-18drm/i915/selftests: Use correct selfest calls for live testsMatthew Brost1-1/+1
2022-02-23Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm/drm-intel into drm-intel-nextRodrigo Vivi1-14/+16
2022-02-11drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula1-0/+1
2022-01-18drm/i915: Add i915_vma_unbind_unlocked, and take obj lock for i915_vma_unbind, v2.Maarten Lankhorst1-4/+4
2022-01-05drm/i915: Remove unused i915->ggttAndi Shyti1-9/+11
2022-01-05drm/i915/selftests: Use to_gt() helper for GGTT accessesMichał Winiarski1-1/+1
2021-12-20drm/i915: Ensure i915_vma tests do not get -ENOSPC with the locking changes.Maarten Lankhorst1-1/+16
2021-09-06drm/i915: Drop __rcu from gem_context->vmDaniel Vetter1-1/+1
2021-09-06drm/i915: Rename i915_gem_context_get_vm_rcu to i915_gem_context_get_eb_vmDaniel Vetter1-1/+1
2021-04-20drm/i915/selftests: Skip aperture remapping selftest where there is no apertureChris Wilson1-0/+3
2021-03-29drm/i915/selftest: Add remap/rotate vma subtests when dst_stride!=width/heightImre Deak1-7/+86
2021-03-29drm/i915: Add support for FBs requiring a POT stride alignmentImre Deak1-0/+13
2021-03-29drm/i915: s/stride/src_stride/ in the intel_remapped_plane_info structImre Deak1-30/+30
2021-03-29drm/i915/selftest: Unify use of intel_remapped_plane_info in igt_vma_rotate_remap()Imre Deak1-29/+34
2021-03-29drm/i915/selftest: Make sure to init i915_ggtt_view in igt_vma_rotate_remap()Imre Deak1-1/+1
2021-03-29drm/i915/selftest: Fix debug message in igt_vma_remapped_gtt()Imre Deak1-1/+1
2021-03-29drm/i915/selftest: Fix error handling in igt_vma_remapped_gtt()Imre Deak1-1/+1
2020-09-21drm/i915/selftest: Create mock_destroy_deviceDaniel Vetter1-1/+1
2020-09-07drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.Maarten Lankhorst1-1/+1
2020-05-06drm/i915/execlists: Track inflight CCIDChris Wilson1-1/+1
2019-10-04drm/i915: Move context management under GEMChris Wilson1-2/+5
2019-10-04drm/i915: Remove logical HW IDChris Wilson1-1/+1
2019-10-04drm/i915: Drop struct_mutex from around i915_retire_requests()Chris Wilson1-4/+0
2019-10-04drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson1-4/+2
2019-08-29drm/i915: s/for_each_sgt_dma/for_each_sgt_daddr/Matthew Auld1-1/+1
2019-07-23drm/i915/selftests: Let igt_vma_partial et al breatheChris Wilson1-0/+10
2019-06-14drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio1-2/+2
2019-06-11drm/i915: Pull kref into i915_address_spaceChris Wilson1-2/+2
2019-05-28drm/i915: Move GEM object domain management from struct_mutex to localChris Wilson1-0/+2
2019-05-28drm/i915: Pull scatterlist utils out of i915_gem.hChris Wilson1-0/+1
2019-05-28drm/i915: Move more GEM objects under gem/Chris Wilson1-2/+3
2019-05-20drm/i915/selftests: Add live vma selftestVille Syrjälä1-0/+142
2019-05-20drm/i915/selftests: Add mock selftest for remapped vmasVille Syrjälä1-8/+90
2019-05-20drm/i915: Add a new "remapped" gtt_viewVille Syrjälä1-3/+3
2019-02-17drm/i915/selftests: Move local mock_ggtt allocations to the heapChris Wilson1-5/+11
2019-01-28drm/i915: Move vma lookup to its own lockChris Wilson1-2/+2
2019-01-22drm/i915/selftests: Create a clean GGTT for vma/gtt selftestingChris Wilson1-34/+43
2018-06-28drm/i915: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-1/+1
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson1-16/+15
2018-05-04drm/i915/selftests: fix spelling mistake: "parmaters" -> "parameters"Colin Ian King1-1/+1
2017-11-14drm/i915/selftests: Always initialise errChris Wilson1-1/+1
2017-06-20drm/i915: Allow contexts to be unreferenced locklesslyChris Wilson1-2/+6
2017-06-16drm/i915: Eliminate lots of iterations over the execobjects arrayChris Wilson1-13/+3
2017-02-13drm/i915: Test creation of partial VMAChris Wilson1-0/+192
2017-02-13drm/i915: Verify page layout for rotated VMAChris Wilson1-0/+179
2017-02-13drm/i915: Exercise i915_vma_pin/i915_vma_insertChris Wilson1-0/+151
2017-02-13drm/i915: Test creation of VMAChris Wilson1-0/+224