summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_ringbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Always wrap the ring offset before resettingChris Wilson2019-08-191-2/+1
* drm/i915: Protect request retirement with timeline->mutexChris Wilson2019-08-151-7/+12
* drm/i915: Extract general GT interrupt handlersAndi Shyti2019-08-121-4/+5
* drm/i915: Extract GT powermanagement interrupt handlingAndi Shyti2019-08-121-2/+3
* drm/i915/blt: support copying objectsMatthew Auld2019-08-101-1/+1
* drm/i915: Lift timeline into intel_contextChris Wilson2019-08-091-33/+30
* drm/i915: Push the ring creation flags to the backendChris Wilson2019-08-091-1/+1
* drm/i915/gt: Make deferred context allocation explicitChris Wilson2019-08-091-3/+12
* drm/i915: Drop the fudge warning on ring restart for ctg/elkChris Wilson2019-08-091-8/+6
* drm/i915: Hide unshrinkable context objects from the shrinkerChris Wilson2019-08-021-8/+9
* drm/i915/gt: Provide a local intel_context.vmChris Wilson2019-07-301-3/+3
* drm/i915: Move aliasing_ppgtt underneath its i915_ggttChris Wilson2019-07-301-24/+45
* drm/i915: Inline engine->init_context into its callerChris Wilson2019-07-301-18/+0
* drm/i915/gt: Hook up intel_context_fini()Chris Wilson2019-07-221-0/+1
* drm/i915/gt: Push engine stopping into reset-prepareChris Wilson2019-07-171-1/+39
* drm/i915/gt: Use intel_gt as the primary object for handling resetsChris Wilson2019-07-121-1/+1
* drm/i915/gtt: Wrap page_table with page_directoryChris Wilson2019-07-121-1/+1
* drm/i915: enumerate scratch fieldsLionel Landwerlin2019-07-091-10/+21
* drm/i915: Move dev_priv->pm_i{m, e}r into intel_gtTvrtko Ursulin2019-07-051-2/+2
* drm/i915: Move the renderstate setup under gt/Chris Wilson2019-07-041-4/+3
* drm/i915/gt: Add some debug tracing for context pinningChris Wilson2019-06-261-0/+3
* drm/i915: Provide an i915_active.acquire callbackChris Wilson2019-06-211-1/+1
* drm/i915: Throw away the active object retirement complexityChris Wilson2019-06-211-1/+0
* drm/i915: Eliminate dual personality of i915_scratch_offsetTvrtko Ursulin2019-06-211-11/+19
* drm/i915: Rename i915_timeline to intel_timeline and move under gtTvrtko Ursulin2019-06-211-9/+9
* drm/i915: Make timelines gt centricTvrtko Ursulin2019-06-211-1/+1
* drm/i915: Save trip via top-level i915 in a few more placesTvrtko Ursulin2019-06-211-1/+1
* drm/i915: Compartmentalize ring buffer creationTvrtko Ursulin2019-06-211-7/+8
* drm/i915: Rings are always flushedChris Wilson2019-06-201-0/+1
* drm/i915: Keep rings pinned while the context is activeChris Wilson2019-06-191-11/+20
* drm/i915: Stop passing I915_WAIT_LOCKED to i915_request_wait()Chris Wilson2019-06-191-1/+1
* drm/i915/gtt: Use a common type for page directoriesMika Kuoppala2019-06-171-1/+1
* drm/i915: Replace engine->timeline with a plain listChris Wilson2019-06-141-9/+6
* drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson2019-06-141-40/+4
* drm/i915: Remove I915_READ16 and I915_WRITE16Tvrtko Ursulin2019-06-121-3/+3
* drm/i915: Remove POSTING_READ16Tvrtko Ursulin2019-06-121-4/+4
* drm/i915: Rename i915_hw_ppgtt to i915_ppgttChris Wilson2019-06-111-3/+2
* drm/i915: Pull kref into i915_address_spaceChris Wilson2019-06-111-12/+14
* drm/i915: Drop the deferred active referenceChris Wilson2019-05-281-2/+1
* drm/i915: Move more GEM objects under gem/Chris Wilson2019-05-281-0/+3
* drm/i915: Move shmem object setup to its own fileChris Wilson2019-05-281-1/+1
* drm/i915/hangcheck: Replace hangcheck.seqno with RING_HEADChris Wilson2019-05-081-30/+2
* drm/i915: Move the engine->destroy() vfunc onto the engineChris Wilson2019-05-011-19/+16
* drm/i915: Split engine setup/init into two phasesChris Wilson2019-04-261-116/+116
* drm/i915: Enable render context support for gen4 (Broadwater to Cantiga)Chris Wilson2019-04-261-0/+14
* drm/i915: Enable render context support for Ironlake (gen5)Chris Wilson2019-04-261-0/+13
* drm/i915/ringbuffer: EMIT_INVALIDATE *before* switch contextChris Wilson2019-04-261-3/+3
* drm/i915: Invert the GEM wakeref hierarchyChris Wilson2019-04-241-5/+8
* drm/i915: Pass intel_context to i915_request_create()Chris Wilson2019-04-241-3/+0
* drm/i915: Introduce context->enter() and context->exit()Chris Wilson2019-04-241-0/+3