summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/execlists: Onion unwind for logical_ring_init() failureChris Wilson2018-09-201-7/+11
* drm/i915/execlists: Use coherent writes into the context imageChris Wilson2018-09-141-2/+4
* drm/i915/execlists: Delay updating ring register state after resumeChris Wilson2018-09-141-18/+15
* drm/i915: Reduce context HW ID lifetimeChris Wilson2018-09-051-0/+8
* drm/i915/icl: Fix context RPCS programmingTvrtko Ursulin2018-09-041-13/+74
* drm/i915/execlists: Flush tasklet directly from reset-finishChris Wilson2018-08-291-11/+6
* drm/i915/execlists: Include reset depth in tracesChris Wilson2018-08-161-2/+4
* drm/i915: Remove useless error return from intel_init_mocs_engine()Chris Wilson2018-08-161-5/+1
* drm/i915/icl: account for context save/restore removed bitsPaulo Zanoni2018-08-101-8/+6
* drm/i915: kill resource streamer supportLucas De Marchi2018-08-061-6/+4
* drm/i915/execlists: Terminate the context image with BB_ENDChris Wilson2018-08-011-0/+4
* drm/i915: Drop unneed i915 parameter from intel_ring_pin()Chris Wilson2018-07-271-1/+1
* drm/i915: Remove unnecessary ggtt_offset_bias from i915_gem_contextJakub BartmiĊ„ski2018-07-271-3/+2
* drm/i915: Remove superfluous GEN8_LR_CONTEXT_ALIGNChris Wilson2018-07-271-1/+1
* drm/i915: Eliminate use of PAGE_SIZE as a virtual alignmentChris Wilson2018-07-271-1/+1
* drm/i915: Pull unpin map into vma releaseChris Wilson2018-07-241-1/+1
* drm/i915/execlists: Move the assertion we have the rpm wakeref downChris Wilson2018-07-191-14/+11
* 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/+2
* 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/+0
* drm/i915/execlists: Switch to rb_root_cachedChris Wilson2018-07-111-21/+11
* drm/i915: Only reset hangcheck at the start of an activity cycleChris Wilson2018-07-101-1/+0
* 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/+4
* drm/i915/execlists: Stop storing the CSB read pointer in the mmio registerChris Wilson2018-06-281-2/+0
* 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/+65
* drm/i915/execlists: Process one CSB update at a timeChris Wilson2018-06-281-141/+137
* drm/i915/execlists: Pull CSB reset under the timeline.lockChris Wilson2018-06-281-12/+4
* drm/i915/execlists: Pull submit after dequeue under timeline lockChris Wilson2018-06-281-20/+12
* 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/+6
* 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/+2
* 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/+4
* drm/i915: Pull the context->pin_count dec into the common intel_context_unpinChris Wilson2018-05-181-12/+1
* 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