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