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