summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/selftest_lrc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/selftest: use igt_vma_move_to_active_unlocked if possibleAndrzej Hajda2023-01-091-3/+1
* drm/i915: Wrap all access to i915_vma.node.start|sizeChris Wilson2022-12-061-8/+8
* drm/i915/selftests: add igt_vma_move_to_active_unlockedAndrzej Hajda2022-11-161-18/+5
* drm/i915: call i915_request_await_object from _i915_vma_move_to_activeAndrzej Hajda2022-11-161-9/+3
* drm/i915/selftest: Clear the output buffers before GPU writesChris Wilson2022-09-141-4/+28
* drm/i915/selftest: Always cancel semaphore on errorChris Wilson2022-09-141-9/+8
* drm/i915/selftests: Check for incomplete LRI from the context imageChris Wilson2022-09-141-7/+54
* drm/i915/gt: Explicitly clear BB_OFFSET for new contextsChris Wilson2022-09-141-0/+5
* drm/i915/selftests: fix a couple IS_ERR() vs NULL testsDan Carpenter2022-07-111-4/+4
* drm/i915/selftests: Skip poisoning SET_PREDICATE_RESULT on dg2Chris Wilson2022-05-021-1/+16
* drm/i915/xehpsdv/dg1/tgl: Fix issue with LRI relative addressingAkeem G Abodunrin2022-05-021-1/+35
* drm/i915: Track context current active timeTvrtko Ursulin2022-04-051-5/+5
* drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula2022-02-111-0/+2
* drm/i915/gt: Use to_gt() helperMichaƂ Winiarski2021-12-171-1/+1
* drm/i915: Move submission tasklet to i915_sched_engineMatthew Brost2021-06-181-3/+3
* drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi2021-06-051-4/+4
* drm/i915: Update the helper to set correct mappingVenkata Sandeep Dhanalakota2021-04-271-1/+3
* Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie2021-04-081-1/+0
|\
| * 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-8/+8
* | drm/i915: Move pinning to inside engine_wa_list_verify()Maarten Lankhorst2021-03-241-1/+1
|/
* drm/i915/selftests: Break out of the lrc layout test after register mismatchChris Wilson2021-01-061-4/+6
* drm/i915/selftests: Switch 4k kmalloc to use get_free_page for alignmentChris Wilson2021-01-051-2/+3
* drm/i915/gt: Replace direct submit with direct call to taskletChris Wilson2020-12-241-8/+9
* drm/i915/selftests: Be paranoid and flush the tasklet before checking statusChris Wilson2020-12-221-0/+3
* drm/i915/selftests: Flush the preemption request before waitingChris Wilson2020-12-221-0/+4
* drm/i915/gt: Provide a utility to create a scratch bufferChris Wilson2020-12-211-23/+1
* drm/i915/gt: Split logical ring contexts from execlist submissionChris Wilson2020-12-211-0/+1861
* drm/i915/gt: Rename lrc.c to execlists_submission.cChris Wilson2020-12-091-6481/+0
* drm/i915/selftests: Fix locking inversion in lrc selftest.Maarten Lankhorst2020-09-071-3/+12
* drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst2020-09-071-1/+1
* drm/i915/gem: Remove disordered per-file request list for throttlingChris Wilson2020-09-071-3/+2
* drm/i915: Move the engine mask to intel_gt_infoDaniele Ceraolo Spurio2020-07-081-5/+3
* drm/i915/selftests: Enable selftesting of busy-statsChris Wilson2020-06-181-47/+32
* drm/i915/selftests: fix spelling mistake "submited" -> "submitted"Colin Ian King2020-06-171-1/+1
* drm/i915/selftests: Check preemption rollback of different ring queue depthsChris Wilson2020-06-171-0/+163
* drm/i915/selftests: Use friendly request names for live_timeslice_rewindChris Wilson2020-06-171-7/+8
* drm/i915/selftests: Exercise far preemption rollbacksChris Wilson2020-06-171-0/+151
* drm/i915/selftests: Fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva2020-06-161-1/+1
* drm/i915/selftests: Disable preemptive heartbeats over preemption testsChris Wilson2020-06-151-7/+7
* drm/i915/selftests: Trim execlists runtimeChris Wilson2020-06-131-47/+19
* drm/i915/selftests: Remove live_suppress_wait_preemptChris Wilson2020-06-111-178/+0
* drm/i915: Trim set_timer_ms() intervalsChris Wilson2020-06-041-17/+12
* drm/i915/gt: Prevent timeslicing into unpreemptable requestsChris Wilson2020-05-281-1/+117
* drm/i915/selftests: Flush the submission, not cancel it!Chris Wilson2020-05-211-1/+1
* drm/i915/selftests: Add tests for timeslicing virtual enginesChris Wilson2020-05-191-3/+197
* drm/i915/selftests: Check for an initial-breadcrumb in wait_for_submit()Chris Wilson2020-05-191-1/+1
* drm/i915/selftests: Restore to default heartbeatChris Wilson2020-05-191-44/+23
* drm/i915/selftests: Change priority overflow detectionChris Wilson2020-05-191-3/+3
* drm/i915/selftests: Refactor sibling selectionChris Wilson2020-05-181-41/+27