summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/selftests
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/selftests: Fix return in assert_mmap_offset()Dan Carpenter2020-03-121-1/+1
* 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
* drm/i915: update with_intel_runtime_pm to use the rpm structureDaniele Ceraolo Spurio2019-06-141-3/+3
* drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio2019-06-144-12/+12
* drm/i915: Discard some redundant cache domain flushesChris Wilson2019-06-141-6/+0
* drm/i915: Rename i915_hw_ppgtt to i915_ppgttChris Wilson2019-06-112-7/+7
* drm/i915: Pull kref into i915_address_spaceChris Wilson2019-06-113-35/+30
* drm/i915: Skip context_barrier emission for unused contextsChris Wilson2019-06-061-4/+15
* drm/i915: Move object close under its own lockChris Wilson2019-06-061-1/+0
* drm/i915/selftests: Flush partial-tiling object onceChris Wilson2019-06-041-12/+9
* drm/i915: fix use of uninitialized pointer vaddrColin Ian King2019-05-311-1/+1
* drm/i915: add in-kernel blitter clientMatthew Auld2019-05-302-0/+237
* drm/i915: Drop the deferred active referenceChris Wilson2019-05-284-10/+10
* drm/i915: Move GEM object domain management from struct_mutex to localChris Wilson2019-05-285-7/+47
* drm/i915: Pull scatterlist utils out of i915_gem.hChris Wilson2019-05-282-0/+3
* drm/i915: Move more GEM objects under gem/Chris Wilson2019-05-2815-1/+4895
* drm/i915: Move mmap and friends to its own fileChris Wilson2019-05-281-0/+503
* drm/i915: Move phys objects to its own fileChris Wilson2019-05-281-0/+80