summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-04drm/i915: Micro-optimise hotpath through intel_ring_begin()Chris Wilson1-31/+36
2017-05-04drm/i915: Report the ring->space from intel_ring_update_space()Chris Wilson1-4/+8
2017-05-04drm/i915: Avoid the branch in computing intel_ring_space()Chris Wilson1-11/+13
2017-05-04drm/i915: Use engine->context_pin() to report the intel_ringChris Wilson1-12/+13
2017-04-28drm/i915: Sanitize engine context sizesJoonas Lahtinen1-2/+2
2017-04-27drm/i915: Defer context state allocation for legacy ring submissionChris Wilson1-0/+50
2017-04-25drm/i915: Poison the request before emitting commandsChris Wilson1-0/+1
2017-04-25drm/i915: Differentiate between sw write location into ring and last hw readChris Wilson1-14/+27
2017-04-20drm/i915: Use discardable buffers for ringsChris Wilson1-1/+1
2017-04-11drm/i915: Use the same vfunc for BSD2 ring initOscar Mateo1-14/+0
2017-04-11drm/i915: Use safer intel_uncore_wait_for_register in ring-initChris Wilson1-3/+3
2017-04-11drm/i915: Stop sleeping from inside gen6_bsd_submit_request()Chris Wilson1-5/+5