summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/selftests/i915_gem_object_blt.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gem: Zap the i915_gem_object_blt codeThomas Hellström2021-06-171-597/+0
* Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie2021-04-081-2/+2
|\
| * drm/i915: Remove I915_USER_PRIORITY_SHIFTChris Wilson2021-03-241-2/+2
* | drm/i915/selftests: Prepare object blit tests for obj->mm.lock removal.Maarten Lankhorst2021-03-241-3/+3
|/
* drm/i915/selftests: Exercise all copy engines with the blt routinesChris Wilson2020-06-041-21/+34
* drm/i915/selftests: Avoid choosing zero for phys_szChris Wilson2020-02-121-2/+4
* drm/i915/selftests: Trim blitter block sizeChris Wilson2020-02-101-26/+46
* drm/i915: Serialise with engine-pm around requests on the kernel_contextChris Wilson2019-11-251-5/+13
* drm/i915/selftests: Remove unused local variable 'file'Chris Wilson2019-11-121-2/+1
* drm/i915/selftests: Perform some basic cycle counting of MI opsChris Wilson2019-11-111-2/+13
* drm/i915/selftests: Exercise parallel blit operations on a single ctxChris Wilson2019-11-111-36/+57
* drm/i915/selftests: Complete transition to a real struct file mockChris Wilson2019-11-081-4/+4
* drm/i915/selftests: Replace mock_file hackery with drm's true fakeChris Wilson2019-11-071-2/+2
* drm/i915/selftests: Start kthreads before stoppingChris Wilson2019-11-011-0/+2
* drm/i915/selftests: Measure basic throughput of blit routinesChris Wilson2019-10-281-0/+172
* drm/i915/selftests/blt: add some kthreads into the mixMatthew Auld2019-10-251-25/+153
* drm/i915: Drop struct_mutex from around i915_retire_requests()Chris Wilson2019-10-041-4/+0
* drm/i915/blt: support copying objectsMatthew Auld2019-08-101-0/+106
* drm/i915/blt: bump the size restrictionMatthew Auld2019-08-101-5/+17
* drm/i915/gt: Use intel_gt as the primary object for handling resetsChris Wilson2019-07-121-1/+3
* drm/i915/selftests: Common live setup/teardownChris Wilson2019-07-031-8/+3
* drm/i915: fix use of uninitialized pointer vaddrColin Ian King2019-05-311-1/+1
* drm/i915: add in-kernel blitter clientMatthew Auld2019-05-301-0/+110