summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/i915_vma.c
Commit message (Expand)AuthorAgeFilesLines
* 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-141-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