summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_lrc.c
AgeCommit message (Expand)Author
2018-09-05drm/i915: Reduce context HW ID lifetimeChris Wilson
2018-09-04drm/i915/icl: Fix context RPCS programmingTvrtko Ursulin
2018-08-29drm/i915/execlists: Flush tasklet directly from reset-finishChris Wilson
2018-08-16drm/i915/execlists: Include reset depth in tracesChris Wilson
2018-08-15drm/i915: Remove useless error return from intel_init_mocs_engine()Chris Wilson
2018-08-10drm/i915/icl: account for context save/restore removed bitsPaulo Zanoni
2018-08-06drm/i915: kill resource streamer supportLucas De Marchi
2018-08-01drm/i915/execlists: Terminate the context image with BB_ENDChris Wilson
2018-07-27drm/i915: Drop unneed i915 parameter from intel_ring_pin()Chris Wilson
2018-07-27drm/i915: Remove unnecessary ggtt_offset_bias from i915_gem_contextJakub BartmiĊ„ski
2018-07-27drm/i915: Remove superfluous GEN8_LR_CONTEXT_ALIGNChris Wilson
2018-07-27drm/i915: Eliminate use of PAGE_SIZE as a virtual alignmentChris Wilson
2018-07-24drm/i915: Pull unpin map into vma releaseChris 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