summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/selftests (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Drop dma_buf->k(un)mapDaniel Vetter2019-11-251-16/+0
* drm/i915: Remove dma_buf_kmap selftestDaniel Vetter2019-11-251-101/+0
* drm/i915: Move swizzle_bit under i915_ggttChris Wilson2019-10-161-4/+4
* drm/i915/selftests: fix null pointer dereference on pointer dataColin Ian King2019-10-091-1/+1
* drm/i915/region: support volatile objectsMatthew Auld2019-10-081-8/+4
* drm/i915/region: support contiguous allocationsMatthew Auld2019-10-081-32/+39
* drm/i915: introduce intel_memory_regionMatthew Auld2019-10-081-0/+78
* drm/i915/selftests: Drop vestigal struct_mutex guardsChris Wilson2019-10-044-21/+2
* drm/i915: Move context management under GEMChris Wilson2019-10-043-107/+104
* drm/i915: Remove logical HW IDChris Wilson2019-10-042-15/+6
* drm/i915: Move request runtime management onto gtChris Wilson2019-10-042-3/+4
* drm/i915: Merge wait_for_timelines with retire_requestChris Wilson2019-10-041-1/+1
* drm/i915: Remove the GEM idle workerChris Wilson2019-10-041-3/+0
* drm/i915: Drop struct_mutex from around i915_retire_requests()Chris Wilson2019-10-044-39/+29
* drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson2019-10-044-20/+12
* drm/i915/selftests: Exercise context switching in parallelChris Wilson2019-09-301-0/+225
* drm/i915/selftests: Tighten the timeout testing for partial mmapsChris Wilson2019-09-101-32/+223
* drm/i915/selftests: Remove unused __engines_name()Chris Wilson2019-09-031-15/+0
* drm/i915/selftests: Try to recycle context allocationsChris Wilson2019-08-281-1/+5
* drm/i915/selftests: Remove accidental serialization between gpu_fillChris Wilson2019-08-281-11/+72
* drm/i915/selftests: Markup impossible error pointersChris Wilson2019-08-271-0/+3
* drm/i915/selftests: Teach igt_gpu_fill_dw() to take intel_contextChris Wilson2019-08-244-96/+116
* Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi2019-08-221-4/+4
|\
| * Merge tag 'drm-misc-next-2019-08-08' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-08-091-4/+4
| |\
| | * drm/i915: Fix up broken mergeDaniel Vetter2019-07-221-4/+4
* | | drm/i915: Serialize against vma movesChris Wilson2019-08-194-8/+25
* | | drm/i915/blt: support copying objectsMatthew Auld2019-08-101-0/+106
* | | drm/i915/selftests: move gpu-write-dw into utilsMatthew Auld2019-08-104-236/+169
* | | drm/i915/blt: bump the size restrictionMatthew Auld2019-08-102-10/+28
* | | drm/i915: Fix up the inverse mapping for default ctx->engines[]Chris Wilson2019-08-081-1/+1
* | | drm/i915/gem: Make caps.scheduler staticChris Wilson2019-08-061-2/+2
* | | drm/i915/selftests: Pass intel_context to igt_spinnerChris Wilson2019-07-311-25/+18
|/ /
* | drm/i915/gt: Provide a local intel_context.vmChris Wilson2019-07-301-1/+1
* | drm/i915: Move aliasing_ppgtt underneath its i915_ggttChris Wilson2019-07-301-1/+1
* | drm/i915/gt: Use intel_gt as the primary object for handling resetsChris Wilson2019-07-126-23/+30
* | drm/i915/selftests: Hold the vma manager lock while modifying mmap_offsetChris Wilson2019-07-111-4/+16
* | drm/i915/selftests: Ensure we don't clamp a random offset to 32bChris Wilson2019-07-111-1/+1
* | drm/i915/selftests: Be engine agnosticChris Wilson2019-07-044-26/+59
* | drm/i915/selftests: Drain the freedlists between exec passesChris Wilson2019-07-041-0/+6
* | drm/i915/selftests: Lock the drm_mm while modifyingChris Wilson2019-07-031-0/+4
* | drm/i915/selftests: Common live setup/teardownChris Wilson2019-07-033-17/+7
* | drm/i915/gt: Pass intel_gt to pm routinesChris Wilson2019-06-251-2/+2
* | drm/i915/blt: Remove recursive vma->lockChris Wilson2019-06-221-11/+0
* | drm/i915: Throw away the active object retirement complexityChris Wilson2019-06-211-9/+0
* | drm/i915: Remove waiting & retiring from shrinker pathsChris Wilson2019-06-211-0/+3
* | drm/i915: Save trip via top-level i915 in a few more placesTvrtko Ursulin2019-06-212-4/+2
* | drm/i915: Move i915_gem_chipset_flush to intel_gtTvrtko Ursulin2019-06-211-1/+3
* | drm/i915: Convert i915_gem_flush_ggtt_writes to intel_gtTvrtko Ursulin2019-06-211-1/+2
* | drm/i915/selftests: Use request managed wakerefsChris Wilson2019-06-201-28/+7
|/
* drm/i915: Stop passing I915_WAIT_LOCKED to i915_request_wait()Chris Wilson2019-06-191-10/+4