summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_lrc.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-12drm/i915/execlists: Force write serialisation into context image vs executionChris Wilson1-1/+13
2018-09-20drm/i915/execlists: Onion unwind for logical_ring_init() failureChris Wilson1-7/+11
2018-09-14drm/i915/execlists: Use coherent writes into the context imageChris Wilson1-2/+4
2018-09-14drm/i915/execlists: Delay updating ring register state after resumeChris Wilson1-18/+15
2018-09-05drm/i915: Reduce context HW ID lifetimeChris Wilson1-0/+8
2018-09-04drm/i915/icl: Fix context RPCS programmingTvrtko Ursulin1-13/+74
2018-08-29drm/i915/execlists: Flush tasklet directly from reset-finishChris Wilson1-11/+6
2018-08-16drm/i915/execlists: Include reset depth in tracesChris Wilson1-2/+4
2018-08-15drm/i915: Remove useless error return from intel_init_mocs_engine()Chris Wilson1-5/+1
2018-08-10drm/i915/icl: account for context save/restore removed bitsPaulo Zanoni1-8/+6
2018-08-06drm/i915: kill resource streamer supportLucas De Marchi1-6/+4
2018-08-01drm/i915/execlists: Terminate the context image with BB_ENDChris Wilson1-0/+4
2018-07-27drm/i915: Drop unneed i915 parameter from intel_ring_pin()Chris Wilson1-1/+1
2018-07-27drm/i915: Remove unnecessary ggtt_offset_bias from i915_gem_contextJakub BartmiĊ„ski1-3/+2
2018-07-27drm/i915: Remove superfluous GEN8_LR_CONTEXT_ALIGNChris Wilson1-1/+1
2018-07-27drm/i915: Eliminate use of PAGE_SIZE as a virtual alignmentChris Wilson1-1/+1
2018-07-24drm/i915: Pull unpin map into vma releaseChris Wilson1-1/+1
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