summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/execlists: Apply a full mb before execution for BraswellChris Wilson2018-12-191-1/+6
* drm/i915/execlists: Force write serialisation into context image vs executionChris Wilson2018-11-211-1/+13
* drm/i915/execlists: Move the assertion we have the rpm wakeref downChris Wilson2018-07-191-14/+11Star
* drm/i915/guc: Keep guc submission permanently engagedChris Wilson2018-07-191-2/+2
* drm/i915/selftests: Force a preemption hangChris Wilson2018-07-161-0/+3
* drm/i915/execlists: Always clear preempt status on cancelling allChris Wilson2018-07-161-4/+2Star
* drm/i915/execlists: Disable submission tasklet upon wedgingChris Wilson2018-07-161-0/+8
* drm/i915/execlists: Drop clear_gtiir() on GPU resetChris Wilson2018-07-131-68/+0Star
* drm/i915/execlists: Switch to rb_root_cachedChris Wilson2018-07-111-21/+11Star
* drm/i915: Only reset hangcheck at the start of an activity cycleChris Wilson2018-07-101-1/+0Star
* drm/i915/execlists: Direct submission of new requests (avoid tasklet/ksoftirqd)Chris Wilson2018-06-281-36/+66
* drm/i915/execlists: Trust the CSBChris Wilson2018-06-281-25/+4Star
* drm/i915/execlists: Stop storing the CSB read pointer in the mmio registerChris Wilson2018-06-281-2/+0Star
* drm/i915/execlists: Reset CSB write pointer after resetChris Wilson2018-06-281-2/+21
* drm/i915/execlists: Unify CSB access pointersChris Wilson2018-06-281-68/+65Star
* drm/i915/execlists: Process one CSB update at a timeChris Wilson2018-06-281-141/+137Star
* drm/i915/execlists: Pull CSB reset under the timeline.lockChris Wilson2018-06-281-12/+4Star
* drm/i915/execlists: Pull submit after dequeue under timeline lockChris Wilson2018-06-281-20/+12Star
* drm/i915: Context objects can never be active when freedChris Wilson2018-06-251-1/+3
* drm/i915/execlists: Check for ce->state before destroyChris Wilson2018-06-251-1/+3
* drm/i915/execlists: Pull the w/a LRI emission into a helperChris Wilson2018-06-181-16/+43
* drm/i915: Enable provoking vertex fix on Gen9 systems.Kenneth Graunke2018-06-181-1/+11
* drm/i915/execlists: Reset the CSB head tracking on reset/sanitizationChris Wilson2018-06-151-9/+6Star
* drm/i915/execlists: Push the tasklet kick after reset to reset_finishChris Wilson2018-06-141-6/+7
* drm/i915/execlists: Avoid putting the error pointerChris Wilson2018-06-111-4/+2Star
* drm/i915: Wrap around the tail offset before setting ring->tailChris Wilson2018-06-111-2/+4
* drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson2018-06-051-5/+5
* drm/i915/perf: fix ctx_id read with GuC & ICLLionel Landwerlin2018-06-041-0/+5
* drm/i915: drop one bit on the hw_id when using gucLionel Landwerlin2018-06-041-1/+1
* drm/i915: After reset on sanitization, reset the engine backendsChris Wilson2018-05-311-3/+5
* drm/i915/execlists: Wait for ELSP submission on restartChris Wilson2018-05-251-1/+10
* drm/i915: Flush the ring stop bit after clearing RING_HEAD in resetChris Wilson2018-05-251-0/+22
* drm/i915/execlists: Handle copying default context state for atomic resetChris Wilson2018-05-191-11/+4Star
* drm/i915: Pull the context->pin_count dec into the common intel_context_unpinChris Wilson2018-05-181-12/+1Star
* drm/i915: Store a pointer to intel_context in i915_requestChris Wilson2018-05-181-54/+71
* drm/i915: Move request->ctx asideChris Wilson2018-05-181-14/+17
* drm/i915/execlists: HWACK checking superseded checking port[0].countChris Wilson2018-05-171-2/+0Star
* drm/i915: Stop parking the signaler around resetChris Wilson2018-05-161-0/+6
* drm/i915/execlists: Flush pending preemption events during resetChris Wilson2018-05-161-1/+35
* drm/i915/execlists: Split out CSB processingChris Wilson2018-05-161-39/+52
* drm/i915: Split execlists/guc reset preparationsChris Wilson2018-05-161-10/+2Star
* drm/i915: Move engine reset prepare/finish to backendsChris Wilson2018-05-161-3/+44
* drm/i915/execlists: Refactor out complete_preempt_context()Chris Wilson2018-05-161-10/+13
* drm/i915/execlists: Use rmb() to order CSB readsChris Wilson2018-05-111-0/+1
* drm/i915/icl: Introduce initial Icelake WorkaroundsOscar Mateo2018-05-111-0/+2
* drm/i915/execlists: Make submission tasklet hardirq safeChris Wilson2018-05-091-13/+29
* drm/i915: don't leak the pin_map on errorMatthew Auld2018-05-081-4/+6
* drm/i915/execlists: Cache the priolist when reschedulingChris Wilson2018-05-081-3/+10
* drm/i915/execlists: Drop unused parameter to lookup_priolist()Chris Wilson2018-05-081-5/+3Star
* drm/i915/execlists: Drop preemption arbitrations points along the ringChris Wilson2018-05-041-3/+6