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