summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_ringbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gt: Split intel_ring_submissionChris Wilson2019-10-241-2360/+0
* drm/i915/gt: Convert the leftover for_each_engine(gt)Chris Wilson2019-10-181-3/+3
* drm/i915/stolen: make the object creation interface consistentCQ Tang2019-10-041-1/+1
* drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson2019-10-041-3/+1
* drm/i915: Mark i915_request.timeline as a volatile, rcu pointerChris Wilson2019-09-201-12/+15
* drm/i915: Extend Haswell GT1 PSMI workaround to allChris Wilson2019-09-181-1/+1
* drm/i915/ringbuffer: Flush writes before RING_TAIL updateChris Wilson2019-09-101-0/+1
* drm/i915/gtt: Downgrade gen7 (ivb, byt, hsw) back to aliasing-ppgttChris Wilson2019-08-301-45/+18
* 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