summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/i915_vma.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Rename ggtt_view as gtt_viewNiranjana Vishwanathapura2022-09-081-34/+34
* drm/i915/selftests: Use correct selfest calls for live testsMatthew Brost2022-08-191-1/+1
* Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...Rodrigo Vivi2022-02-231-14/+16
|\
| * drm/i915: Add i915_vma_unbind_unlocked, and take obj lock for i915_vma_unbind...Maarten Lankhorst2022-01-181-4/+4
| * drm/i915: Remove unused i915->ggttAndi Shyti2022-01-051-9/+11
| * drm/i915/selftests: Use to_gt() helper for GGTT accessesMichał Winiarski2022-01-051-1/+1
* | drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula2022-02-111-0/+1
|/
* drm/i915: Ensure i915_vma tests do not get -ENOSPC with the locking changes.Maarten Lankhorst2021-12-201-1/+16
* drm/i915: Drop __rcu from gem_context->vmDaniel Vetter2021-09-061-1/+1
* drm/i915: Rename i915_gem_context_get_vm_rcu to i915_gem_context_get_eb_vmDaniel Vetter2021-09-061-1/+1
* drm/i915/selftests: Skip aperture remapping selftest where there is no apertureChris Wilson2021-04-201-0/+3
* drm/i915/selftest: Add remap/rotate vma subtests when dst_stride!=width/heightImre Deak2021-03-291-7/+86
* drm/i915: Add support for FBs requiring a POT stride alignmentImre Deak2021-03-291-0/+13
* drm/i915: s/stride/src_stride/ in the intel_remapped_plane_info structImre Deak2021-03-291-30/+30
* drm/i915/selftest: Unify use of intel_remapped_plane_info in igt_vma_rotate_r...Imre Deak2021-03-291-29/+34
* drm/i915/selftest: Make sure to init i915_ggtt_view in igt_vma_rotate_remap()Imre Deak2021-03-291-1/+1
* drm/i915/selftest: Fix debug message in igt_vma_remapped_gtt()Imre Deak2021-03-291-1/+1
* drm/i915/selftest: Fix error handling in igt_vma_remapped_gtt()Imre Deak2021-03-291-1/+1
* drm/i915/selftest: Create mock_destroy_deviceDaniel Vetter2020-09-211-1/+1
* drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.Maarten Lankhorst2020-09-071-1/+1
* drm/i915/execlists: Track inflight CCIDChris Wilson2020-05-071-1/+1
* drm/i915: Move context management under GEMChris Wilson2019-10-041-2/+5
* drm/i915: Remove logical HW IDChris Wilson2019-10-041-1/+1
* drm/i915: Drop struct_mutex from around i915_retire_requests()Chris Wilson2019-10-041-4/+0
* drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson2019-10-041-4/+2
* drm/i915: s/for_each_sgt_dma/for_each_sgt_daddr/Matthew Auld2019-08-291-1/+1
* drm/i915/selftests: Let igt_vma_partial et al breatheChris Wilson2019-07-231-0/+10
* drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio2019-06-141-2/+2
* drm/i915: Pull kref into i915_address_spaceChris Wilson2019-06-111-2/+2
* drm/i915: Move GEM object domain management from struct_mutex to localChris Wilson2019-05-281-0/+2
* drm/i915: Pull scatterlist utils out of i915_gem.hChris Wilson2019-05-281-0/+1
* drm/i915: Move more GEM objects under gem/Chris Wilson2019-05-281-2/+3
* drm/i915/selftests: Add live vma selftestVille Syrjälä2019-05-201-0/+142
* drm/i915/selftests: Add mock selftest for remapped vmasVille Syrjälä2019-05-201-8/+90
* drm/i915: Add a new "remapped" gtt_viewVille Syrjälä2019-05-201-3/+3
* drm/i915/selftests: Move local mock_ggtt allocations to the heapChris Wilson2019-02-171-5/+11
* drm/i915: Move vma lookup to its own lockChris Wilson2019-01-281-2/+2
* drm/i915/selftests: Create a clean GGTT for vma/gtt selftestingChris Wilson2019-01-221-34/+43
* drm/i915: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-06-281-1/+1
* drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson2018-06-051-16/+15
* drm/i915/selftests: fix spelling mistake: "parmaters" -> "parameters"Colin Ian King2018-05-041-1/+1
* drm/i915/selftests: Always initialise errChris Wilson2017-11-151-1/+1
* drm/i915: Allow contexts to be unreferenced locklesslyChris Wilson2017-06-201-2/+6
* drm/i915: Eliminate lots of iterations over the execobjects arrayChris Wilson2017-06-161-13/+3
* drm/i915: Test creation of partial VMAChris Wilson2017-02-131-0/+192
* drm/i915: Verify page layout for rotated VMAChris Wilson2017-02-131-0/+179
* drm/i915: Exercise i915_vma_pin/i915_vma_insertChris Wilson2017-02-131-0/+151
* drm/i915: Test creation of VMAChris Wilson2017-02-131-0/+224