summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/selftest_lrc.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-31drm/i915/gt: add selftest to exercise WABBAndrzej Hajda1-18/+47
2023-10-31drm/i915: Add WABB blit for Wa_16018031267 / Wa_16018063123Andrzej Hajda1-1/+1
2023-08-10drm/i915: Make i915_coherent_map_type GT-centricJonathan Cavitt1-3/+3
2023-01-09drm/i915/selftest: use igt_vma_move_to_active_unlocked if possibleAndrzej Hajda1-3/+1
2022-12-06drm/i915: Wrap all access to i915_vma.node.start|sizeChris Wilson1-8/+8
2022-11-16drm/i915/selftests: add igt_vma_move_to_active_unlockedAndrzej Hajda1-18/+5
2022-11-16drm/i915: call i915_request_await_object from _i915_vma_move_to_activeAndrzej Hajda1-9/+3
2022-09-14drm/i915/selftest: Clear the output buffers before GPU writesChris Wilson1-4/+28
2022-09-14drm/i915/selftest: Always cancel semaphore on errorChris Wilson1-9/+8
2022-09-14drm/i915/selftests: Check for incomplete LRI from the context imageChris Wilson1-7/+54
2022-09-14drm/i915/gt: Explicitly clear BB_OFFSET for new contextsChris Wilson1-0/+5
2022-07-11drm/i915/selftests: fix a couple IS_ERR() vs NULL testsDan Carpenter1-4/+4
2022-05-02drm/i915/selftests: Skip poisoning SET_PREDICATE_RESULT on dg2Chris Wilson1-1/+16
2022-05-02drm/i915/xehpsdv/dg1/tgl: Fix issue with LRI relative addressingAkeem G Abodunrin1-1/+35
2022-04-05drm/i915: Track context current active timeTvrtko Ursulin1-5/+5
2022-02-11drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula1-0/+2
2021-12-18drm/i915/gt: Use to_gt() helperMichaƂ Winiarski1-1/+1
2021-06-19drm/i915: Move submission tasklet to i915_sched_engineMatthew Brost1-3/+3
2021-06-06drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-4/+4
2021-04-27drm/i915: Update the helper to set correct mappingVenkata Sandeep Dhanalakota1-1/+3
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie1-1/+0
2021-03-24drm/i915: Strip out internal prioritiesChris Wilson1-1/+0
2021-03-24drm/i915/selftests: Prepare execlists and lrc selftests for obj->mm.lock removalMaarten Lankhorst1-8/+8
2021-03-24drm/i915: Move pinning to inside engine_wa_list_verify()Maarten Lankhorst1-1/+1
2021-01-06drm/i915/selftests: Break out of the lrc layout test after register mismatchChris Wilson1-4/+6
2021-01-05drm/i915/selftests: Switch 4k kmalloc to use get_free_page for alignmentChris Wilson1-2/+3
2020-12-24drm/i915/gt: Replace direct submit with direct call to taskletChris Wilson1-8/+9
2020-12-22drm/i915/selftests: Be paranoid and flush the tasklet before checking statusChris Wilson1-0/+3
2020-12-22drm/i915/selftests: Flush the preemption request before waitingChris Wilson1-0/+4
2020-12-21drm/i915/gt: Provide a utility to create a scratch bufferChris Wilson1-23/+1
2020-12-21drm/i915/gt: Split logical ring contexts from execlist submissionChris Wilson1-0/+1861
2020-12-10drm/i915/gt: Rename lrc.c to execlists_submission.cChris Wilson1-6481/+0
2020-09-07drm/i915/selftests: Fix locking inversion in lrc selftest.Maarten Lankhorst1-3/+12
2020-09-07drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst1-1/+1
2020-09-07drm/i915/gem: Remove disordered per-file request list for throttlingChris Wilson1-3/+2
2020-07-08drm/i915: Move the engine mask to intel_gt_infoDaniele Ceraolo Spurio1-5/+3
2020-06-18drm/i915/selftests: Enable selftesting of busy-statsChris Wilson1-47/+32
2020-06-17drm/i915/selftests: fix spelling mistake "submited" -> "submitted"Colin Ian King1-1/+1
2020-06-17drm/i915/selftests: Check preemption rollback of different ring queue depthsChris Wilson1-0/+163
2020-06-17drm/i915/selftests: Use friendly request names for live_timeslice_rewindChris Wilson1-7/+8
2020-06-17drm/i915/selftests: Exercise far preemption rollbacksChris Wilson1-0/+151
2020-06-16drm/i915/selftests: Fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva1-1/+1
2020-06-15drm/i915/selftests: Disable preemptive heartbeats over preemption testsChris Wilson1-7/+7
2020-06-13drm/i915/selftests: Trim execlists runtimeChris Wilson1-47/+19
2020-06-11drm/i915/selftests: Remove live_suppress_wait_preemptChris Wilson1-178/+0
2020-06-04drm/i915: Trim set_timer_ms() intervalsChris Wilson1-17/+12
2020-05-28drm/i915/gt: Prevent timeslicing into unpreemptable requestsChris Wilson1-1/+117
2020-05-21drm/i915/selftests: Flush the submission, not cancel it!Chris Wilson1-1/+1
2020-05-19drm/i915/selftests: Add tests for timeslicing virtual enginesChris Wilson1-3/+197
2020-05-19drm/i915/selftests: Check for an initial-breadcrumb in wait_for_submit()Chris Wilson1-1/+1