summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson2018-05-021-9/+16
* drm/i915: Move timeline from GTT to ringChris Wilson2018-05-021-2/+8
* drm/i915: Only track live rings for retiringChris Wilson2018-04-301-4/+0
* drm/i915: Retire requests along ringsChris Wilson2018-04-301-1/+5
* drm/i915: Wrap engine->context_pin() and engine->context_unpin()Chris Wilson2018-04-301-9/+10
* drm/i915: Use memset64() to align the ring with MI_NOOPChris Wilson2018-04-251-6/+8
* drm/i915: Check whitelist registers across resetsChris Wilson2018-04-141-3/+1
* drm/i915: Split out functions for different kinds of workaroundsOscar Mateo2018-04-111-2/+6
* drm/i915: Move a bunch of workaround-related code to its own fileOscar Mateo2018-04-111-0/+1
* drm/i915: Prefer memset64() when filling the iomapChris Wilson2018-03-191-3/+4
* drm/i915: move gen8 irq shifts to intel_lrc.cDaniele Ceraolo Spurio2018-03-151-2/+2
* drm/i915: store all mmio bases in intel_enginesDaniele Ceraolo Spurio2018-03-151-1/+0
* drm/i915: Update ring position from request on retiringChris Wilson2018-03-091-0/+1
* drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-211-100/+96
* drm/i915: Use INTEL_GEN everywhereTvrtko Ursulin2018-02-091-1/+1
* drm/i915: Fix kerneldoc warnings for intel_ringbufferChris Wilson2018-02-081-9/+1
* drm/i915: Tidy up some error messages around reset failureChris Wilson2018-02-071-9/+9
* drm/i915: Move mi_set_context() into the legacy ringbuffer submissionChris Wilson2017-11-231-1/+185
* drm/i915: Unwind incomplete legacy context switchesChris Wilson2017-11-231-0/+1
* drm/i915: Remove i915.semaphores modparamChris Wilson2017-11-201-2/+2
* drm/i915: Remove obsolete ringbuffer emission for gen8+Chris Wilson2017-11-201-368/+63
* drm/i915: Automatic i915_switch_context for legacyChris Wilson2017-11-201-0/+4
* drm/i915: Make request's wait-for-space explicitChris Wilson2017-11-151-20/+36
* drm/i915: Stop caching the "golden" renderstateChris Wilson2017-11-101-1/+4
* drm/i915: Record the default hw state after reset upon loadChris Wilson2017-11-101-12/+33
* drm/i915: Mark the context state as dirty/writtenChris Wilson2017-11-101-3/+3
* drm/i915: Empty the ring before disablingChris Wilson2017-10-271-1/+5
* drm/i915: Add a hook for making the engines idle (parking) and unparkingChris Wilson2017-10-251-1/+4
* drm/i915: Remove walk over obj->vma_list for the shrinkerChris Wilson2017-10-161-1/+7
* drm/i915: Keep the rings stopped until they have been re-initializedChris Wilson2017-10-131-5/+3
* drm/i915: Provide an assert for when we expect forcewake to be heldChris Wilson2017-10-091-1/+10
* drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko2017-09-221-4/+4
* drm/i915: Cancel all ready but queued requests when wedgingChris Wilson2017-09-181-0/+20
* drm/i915: Mask everything in ring HWSTAM on gen6+ in ringbuffer modeVille Syrjälä2017-09-151-0/+3
* drm/i915/lrc: allocate separate page for HWSPDaniele Ceraolo Spurio2017-09-131-124/+1
* drm/i915: Add a default case in gen7 hwsp switch-caseMichel Thierry2017-09-081-5/+6
* drm/i915: Enforce that CS packets are qword alignedChris Wilson2017-07-271-0/+3
* drm/i915: Do not re-calculate num_rings locallyTvrtko Ursulin2017-06-201-3/+2
* drm/i915: Micro-optimise hotpath through intel_ring_begin()Chris Wilson2017-05-041-31/+36
* drm/i915: Report the ring->space from intel_ring_update_space()Chris Wilson2017-05-041-4/+8
* drm/i915: Avoid the branch in computing intel_ring_space()Chris Wilson2017-05-041-11/+13
* drm/i915: Use engine->context_pin() to report the intel_ringChris Wilson2017-05-041-12/+13
* drm/i915: Sanitize engine context sizesJoonas Lahtinen2017-04-281-2/+2
* drm/i915: Defer context state allocation for legacy ring submissionChris Wilson2017-04-271-0/+50
* drm/i915: Poison the request before emitting commandsChris Wilson2017-04-251-0/+1
* drm/i915: Differentiate between sw write location into ring and last hw readChris Wilson2017-04-251-14/+27
* drm/i915: Use discardable buffers for ringsChris Wilson2017-04-201-1/+1
* drm/i915: Use the same vfunc for BSD2 ring initOscar Mateo2017-04-111-14/+0
* drm/i915: Use safer intel_uncore_wait_for_register in ring-initChris Wilson2017-04-111-3/+3
* drm/i915: Stop sleeping from inside gen6_bsd_submit_request()Chris Wilson2017-04-111-5/+5
OpenPOWER on IntegriCloud