aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-14drm/i915/gtt: Only keep gen6 page directories pinned while activeChris Wilson1-0/+28
2018-06-12drm/i915/ringbuffer: Serialize load of PD_DIRChris Wilson1-12/+37
2018-06-11drm/i915: Wrap around the tail offset before setting ring->tailChris Wilson1-0/+6
2018-06-11drm/i915/ringbuffer: Fix context restore upon resetChris Wilson1-64/+61
2018-06-11drm/i915/ringbuffer: Brute force context restoreChris Wilson1-0/+27
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson1-2/+2
2018-06-05drm/i915/ringbuffer: Make context pin/unpin symmetricChris Wilson1-24/+43
2018-05-18drm/i915: Pull the context->pin_count dec into the common intel_context_unpinChris Wilson1-6/+0
2018-05-18drm/i915: Store a pointer to intel_context in i915_requestChris Wilson1-39/+61
2018-05-18drm/i915: Move request->ctx asideChris Wilson1-6/+6
2018-05-16drm/i915: Stop parking the signaler around resetChris Wilson1-0/+2
2018-05-16drm/i915: Move engine reset prepare/finish to backendsChris Wilson1-3/+20
2018-05-02drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson1-9/+16
2018-05-02drm/i915: Move timeline from GTT to ringChris Wilson1-2/+8
2018-04-30drm/i915: Only track live rings for retiringChris Wilson1-4/+0
2018-04-30drm/i915: Retire requests along ringsChris Wilson1-1/+5
2018-04-30drm/i915: Wrap engine->context_pin() and engine->context_unpin()Chris Wilson1-9/+10
2018-04-25drm/i915: Use memset64() to align the ring with MI_NOOPChris Wilson1-6/+8
2018-04-14drm/i915: Check whitelist registers across resetsChris Wilson1-3/+1
2018-04-11drm/i915: Split out functions for different kinds of workaroundsOscar Mateo1-2/+6
2018-04-11drm/i915: Move a bunch of workaround-related code to its own fileOscar Mateo1-0/+1
2018-03-19drm/i915: Prefer memset64() when filling the iomapChris Wilson1-3/+4
2018-03-15drm/i915: move gen8 irq shifts to intel_lrc.cDaniele Ceraolo Spurio1-2/+2
2018-03-15drm/i915: store all mmio bases in intel_enginesDaniele Ceraolo Spurio1-1/+0
2018-03-09drm/i915: Update ring position from request on retiringChris Wilson1-0/+1
2018-02-21drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson1-100/+96
2018-02-09drm/i915: Use INTEL_GEN everywhereTvrtko Ursulin1-1/+1
2018-02-08drm/i915: Fix kerneldoc warnings for intel_ringbufferChris Wilson1-9/+1
2018-02-07drm/i915: Tidy up some error messages around reset failureChris Wilson1-9/+9
2017-11-23drm/i915: Move mi_set_context() into the legacy ringbuffer submissionChris Wilson1-1/+185
2017-11-23drm/i915: Unwind incomplete legacy context switchesChris Wilson1-0/+1
2017-11-20drm/i915: Remove i915.semaphores modparamChris Wilson1-2/+2
2017-11-20drm/i915: Remove obsolete ringbuffer emission for gen8+Chris Wilson1-368/+63
2017-11-20drm/i915: Automatic i915_switch_context for legacyChris Wilson1-0/+4
2017-11-15drm/i915: Make request's wait-for-space explicitChris Wilson1-20/+36
2017-11-10drm/i915: Stop caching the "golden" renderstateChris Wilson1-1/+4
2017-11-10drm/i915: Record the default hw state after reset upon loadChris Wilson1-12/+33
2017-11-10drm/i915: Mark the context state as dirty/writtenChris Wilson1-3/+3
2017-10-27drm/i915: Empty the ring before disablingChris Wilson1-1/+5
2017-10-25drm/i915: Add a hook for making the engines idle (parking) and unparkingChris Wilson1-1/+4
2017-10-16drm/i915: Remove walk over obj->vma_list for the shrinkerChris Wilson1-1/+7
2017-10-13drm/i915: Keep the rings stopped until they have been re-initializedChris Wilson1-5/+3
2017-10-09drm/i915: Provide an assert for when we expect forcewake to be heldChris Wilson1-1/+10
2017-09-22drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko1-4/+4
2017-09-18drm/i915: Cancel all ready but queued requests when wedgingChris Wilson1-0/+20
2017-09-15drm/i915: Mask everything in ring HWSTAM on gen6+ in ringbuffer modeVille Syrjälä1-0/+3
2017-09-13drm/i915/lrc: allocate separate page for HWSPDaniele Ceraolo Spurio1-124/+1
2017-09-08drm/i915: Add a default case in gen7 hwsp switch-caseMichel Thierry1-5/+6
2017-07-27drm/i915: Enforce that CS packets are qword alignedChris Wilson1-0/+3
2017-06-20drm/i915: Do not re-calculate num_rings locallyTvrtko Ursulin1-3/+2