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