aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
Commit message (Expand)AuthorAge
...
* drm/i915: Update ring position from request on retiringChris Wilson2018-03-09
* drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-21
* drm/i915: Use INTEL_GEN everywhereTvrtko Ursulin2018-02-09
* drm/i915: Fix kerneldoc warnings for intel_ringbufferChris Wilson2018-02-08
* drm/i915: Tidy up some error messages around reset failureChris Wilson2018-02-07
* drm/i915: Move mi_set_context() into the legacy ringbuffer submissionChris Wilson2017-11-23
* drm/i915: Unwind incomplete legacy context switchesChris Wilson2017-11-23
* drm/i915: Remove i915.semaphores modparamChris Wilson2017-11-20
* drm/i915: Remove obsolete ringbuffer emission for gen8+Chris Wilson2017-11-20
* drm/i915: Automatic i915_switch_context for legacyChris Wilson2017-11-20
* drm/i915: Make request's wait-for-space explicitChris Wilson2017-11-15
* drm/i915: Stop caching the "golden" renderstateChris Wilson2017-11-10
* drm/i915: Record the default hw state after reset upon loadChris Wilson2017-11-10
* drm/i915: Mark the context state as dirty/writtenChris Wilson2017-11-10
* drm/i915: Empty the ring before disablingChris Wilson2017-10-27
* drm/i915: Add a hook for making the engines idle (parking) and unparkingChris Wilson2017-10-25
* drm/i915: Remove walk over obj->vma_list for the shrinkerChris Wilson2017-10-16
* drm/i915: Keep the rings stopped until they have been re-initializedChris Wilson2017-10-13
* drm/i915: Provide an assert for when we expect forcewake to be heldChris Wilson2017-10-09
* drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko2017-09-22
* drm/i915: Cancel all ready but queued requests when wedgingChris Wilson2017-09-18
* drm/i915: Mask everything in ring HWSTAM on gen6+ in ringbuffer modeVille Syrjälä2017-09-15
* drm/i915/lrc: allocate separate page for HWSPDaniele Ceraolo Spurio2017-09-13
* drm/i915: Add a default case in gen7 hwsp switch-caseMichel Thierry2017-09-08
* drm/i915: Enforce that CS packets are qword alignedChris Wilson2017-07-27
* drm/i915: Do not re-calculate num_rings locallyTvrtko Ursulin2017-06-20
* drm/i915: Micro-optimise hotpath through intel_ring_begin()Chris Wilson2017-05-04
* drm/i915: Report the ring->space from intel_ring_update_space()Chris Wilson2017-05-04
* drm/i915: Avoid the branch in computing intel_ring_space()Chris Wilson2017-05-04
* drm/i915: Use engine->context_pin() to report the intel_ringChris Wilson2017-05-04
* drm/i915: Sanitize engine context sizesJoonas Lahtinen2017-04-28
* drm/i915: Defer context state allocation for legacy ring submissionChris Wilson2017-04-27
* drm/i915: Poison the request before emitting commandsChris Wilson2017-04-25
* drm/i915: Differentiate between sw write location into ring and last hw readChris Wilson2017-04-25
* drm/i915: Use discardable buffers for ringsChris Wilson2017-04-20
* drm/i915: Use the same vfunc for BSD2 ring initOscar Mateo2017-04-11
* drm/i915: Use safer intel_uncore_wait_for_register in ring-initChris Wilson2017-04-11
* drm/i915: Stop sleeping from inside gen6_bsd_submit_request()Chris Wilson2017-04-11
* drm/i915: Onion unwind for intel_init_ring_common()Chris Wilson2017-04-03
* drm/i915: intel_ring.engine is unusedChris Wilson2017-04-03
* drm/i915: Refactor tests for validity of RING_TAILChris Wilson2017-03-27
* drm/i915: Assert that the request->tail fits within the ringChris Wilson2017-03-27
* drm/i915: Fix semaphore emission for BDW+ RCS ringbuffer emissionChris Wilson2017-03-24
* drm/i915: Restore marking context objects as dirty on pinningChris Wilson2017-03-23
* drm/i915: Remove intel_ring.last_retired_headChris Wilson2017-03-21
* drm/i915: Assert that the context pin_counts do not overflowChris Wilson2017-03-16
* drm/i915: Move engine->submit_request selection to a vfuncChris Wilson2017-03-16
* drm/i915: Reduce context alignmentChris Wilson2017-02-27
* drm/i915: Assert that the request->tail is always qword alignedChris Wilson2017-02-20
* drm/i915: Consolidate gen8_emit_pipe_controlTvrtko Ursulin2017-02-17