summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/selftest_lrc.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-18drm/i915/gt: Avoid resetting ring->head outside of its timeline mutexChris Wilson1-1/+1
2020-02-12drm/i915/execlists: Reclaim the hanging virtual requestChris Wilson1-0/+156
2020-02-12drm/i915/execlists: Take a reference while capturing the guilty requestChris Wilson1-2/+1
2020-02-12drm/i915/gt: Allow temporary suspension of inflight requestsChris Wilson1-0/+103
2020-01-06drm/i915: Merge i915_request.flags with i915_request.fence.flagsChris Wilson1-1/+1
2020-01-06drm/i915/selftests: Impose a timeout for request submissionChris Wilson1-5/+21
2020-01-03drm/i915/gt: Clear LRC image inlineChris Wilson1-7/+6
2020-01-03drm/i915/gt: Include a bunch more rcs image stateChris Wilson1-0/+7
2019-12-21drm/i915: Remove i915->kernel_contextChris Wilson1-118/+83
2019-12-20drm/i915: Drop GEM context as a direct link from i915_requestChris Wilson1-10/+10
2019-11-25drm/i915: Serialise with engine-pm around requests on the kernel_contextChris Wilson1-3/+3
2019-11-22drm/i915/selftests: Force bonded submission to overlapChris Wilson1-3/+59
2019-11-21drm/i915/selftests: Always hold a reference on a waited upon requestChris Wilson1-21/+66
2019-11-15drm/i915/selftests: Exercise long preemption chainsChris Wilson1-0/+196
2019-11-02drm/i915/execlists: Verify context register state before executionChris Wilson1-3/+3
2019-11-01drm/i915/selftests: Start kthreads before stoppingChris Wilson1-0/+2
2019-10-29drm/i915/gt: Make timeslice duration configurableChris Wilson1-4/+13
2019-10-28drm/i915/selftests: Check a few more fixed locations within the context imageChris Wilson1-1/+26
2019-10-26drm/i915/tgl: Adjust the location of RING_MI_MODE in the context imageChris Wilson1-0/+70
2019-10-23drm/i915/execlists: Cancel banned contexts on schedule-outChris Wilson1-0/+321
2019-10-23drm/i915/execlists: Force preemptionChris Wilson1-0/+100
2019-10-22drm/i915: Drop assertion that ce->pin_mutex guards state updatesChris Wilson1-5/+0
2019-10-18drm/i915/execlists: Don't merely skip submission if maybe timeslicingChris Wilson1-5/+163
2019-10-18drm/i915: Pass in intel_gt at some for_each_engine sitesTvrtko Ursulin1-19/+19
2019-10-16drm/i915/selftests: Teach execlists to take intel_gt as its argumentChris Wilson1-147/+143
2019-10-16drm/i915/selftests: Drop stale struct_mutexChris Wilson1-8/+1
2019-10-14drm/i915/selftests: Check that GPR are cleared for new contextsChris Wilson1-19/+166
2019-10-14drm/i915/selftests: Check known register values within the contextChris Wilson1-0/+126
2019-10-10drm/i915/selftests: Check that registers are preserved between virtual enginesChris Wilson1-0/+180
2019-10-07drm/i915/selftests: Appease lockdepChris Wilson1-2/+2
2019-10-04drm/i915/selftests: Drop vestigal struct_mutex guardsChris Wilson1-124/+24
2019-10-04drm/i915: Move context management under GEMChris Wilson1-1/+5
2019-10-04drm/i915: Drop struct_mutex from around i915_retire_requests()Chris Wilson1-12/+11
2019-10-04drm/i915: Coordinate i915_active with its own mutexChris Wilson1-3/+7
2019-10-03drm/i915/selftests: Exercise potential false lite-restoreChris Wilson1-0/+180
2019-09-27drm/i915: Pass intel_gt to has-reset?Chris Wilson1-1/+1
2019-09-24drm/i915/selftests: Verify the LRC register layout between init and HWChris Wilson1-0/+142
2019-09-20drm/i915: Mark i915_request.timeline as a volatile, rcu pointerChris Wilson1-1/+1
2019-09-12drm/i915/selftests: Keep the engine awake while we keep for preemptionChris Wilson1-0/+10
2019-08-19drm/i915: Serialize against vma movesChris Wilson1-3/+5
2019-08-12drm/i915/selftests: Prevent the timeslice expiring during suppression testsChris Wilson1-1/+4
2019-08-08drm/i915: Fix up the inverse mapping for default ctx->engines[]Chris Wilson1-1/+1
2019-08-06drm/i915/gt: Move the [class][inst] lookup for engines onto the GTChris Wilson1-6/+9
2019-07-31drm/i915/selftests: Pass intel_context to igt_spinnerChris Wilson1-48/+67
2019-07-16drm/i915/execlists: Disable preemption under GVTChris Wilson1-0/+6
2019-07-15drm/i915/selftests: Ignore self-preemption suppression under gvtChris Wilson1-0/+3
2019-07-12drm/i915/gt: Use intel_gt as the primary object for handling resetsChris Wilson1-19/+19
2019-07-09drm/i915: add infrastructure to hold off preemption on a requestLionel Landwerlin1-0/+109
2019-07-09drm/i915/selftests: Fill in a little more of the dummy fenceChris Wilson1-0/+4
2019-07-03drm/i915/selftests: Common live setup/teardownChris Wilson1-15/+1