summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/selftest_execlists.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: call i915_request_await_object from _i915_vma_move_to_activeAndrzej Hajda2022-11-161-11/+3
* drm/i915/selftests: Stop using kthread_stop()Tvrtko Ursulin2022-10-201-25/+23
* drm/i915/selftests: Remove flush_scheduled_work() from live_execlistsTvrtko Ursulin2022-09-231-2/+0
* drm/i915/guc: Fix issues with live_preempt_cancelMatthew Brost2022-07-291-5/+11
* drm/i915: Remove the vm open countThomas Hellström2022-03-071-43/+43
* drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula2022-02-111-0/+1
* drm/i915/gt: Use to_gt() helperMichał Winiarski2021-12-171-3/+3
* drm/i915/guc: Connect UAPI to GuC multi-lrc interfaceMatthew Brost2021-10-151-6/+6
* drm/i915: remove IS_ACTIVELucas De Marchi2021-10-071-7/+7
* drm/i915: Rename i915_gem_context_get_vm_rcu to i915_gem_context_get_eb_vmDaniel Vetter2021-09-061-1/+1
* drm/i915/guc: GuC virtual enginesMatthew Brost2021-07-271-6/+6
* drm/i915/selftests: Allow for larger engine countsJohn Harrison2021-07-221-2/+8
* drm/i915/selftests: Take a VM in kernel_context()Jason Ekstrand2021-07-081-10/+10
* drm/i915/gem: Disallow bonding of virtual engines (v3)Jason Ekstrand2021-07-081-229/+0
* drm/i915: Stop storing the ring size in the ring pointer (v3)Jason Ekstrand2021-07-081-1/+1
* drm/i915: Move submission tasklet to i915_sched_engineMatthew Brost2021-06-181-7/+7
* drm/i915: Move engine->schedule to i915_sched_engineMatthew Brost2021-06-181-8/+8
* drm/i915: Move active tracking to i915_sched_engineMatthew Brost2021-06-181-2/+2
* drm/i915/selftests: Reorder tasklet_disable vs local_bh_disableChris Wilson2021-06-141-23/+32
* drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi2021-06-051-2/+2
* drm/i915/gt: Move submission_method into intel_gtChris Wilson2021-05-251-1/+1
* Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie2021-04-081-35/+19
|\
| * drm/i915/gt: use new tasklet API for execution listEmil Renner Berthing2021-03-241-2/+2
| * drm/i915/gt: Remove repeated words from commentsChris Wilson2021-03-241-1/+1
| * drm/i915/gt: SPDX cleanupChris Wilson2021-03-241-2/+1
| * drm/i915: Remove I915_USER_PRIORITY_SHIFTChris Wilson2021-03-241-29/+15
| * drm/i915: Strip out internal prioritiesChris Wilson2021-03-241-1/+0
* | drm/i915/selftests: Prepare execlists and lrc selftests for obj->mm.lock removalMaarten Lankhorst2021-03-241-9/+9
* | drm/i915: Move pinning to inside engine_wa_list_verify()Maarten Lankhorst2021-03-241-2/+3
|/
* drm/i915/selftests: Fix some error codesDan Carpenter2021-01-111-1/+3
* drm/i915/gt: Only disable preemption on gen8 render enginesChris Wilson2021-01-081-35/+5
* drm/i915/gt: Allow failed resets without assertionChris Wilson2021-01-051-0/+75
* drm/i915/selftests: Set error returnsChris Wilson2021-01-051-2/+6
* drm/i915/gt: Resubmit the virtual engine on schedule-outChris Wilson2020-12-241-1/+1
* drm/i915/gt: Replace direct submit with direct call to taskletChris Wilson2020-12-241-2/+8
* drm/i915/selftests: Be paranoid and flush the tasklet before checking statusChris Wilson2020-12-221-0/+3
* drm/i915/selftests: Kick timeslice until selftest yieldsChris Wilson2020-12-221-1/+1
* drm/i915/gt: Provide a utility to create a scratch bufferChris Wilson2020-12-211-28/+2
* drm/i915/gt: Split logical ring contexts from execlist submissionChris Wilson2020-12-211-1775/+1
* drm/i915/gt: Rename lrc.c to execlists_submission.cChris Wilson2020-12-091-0/+6481