summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_engine_types.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Move engine IDs out of i915_reg.hDaniele Ceraolo Spurio2019-08-161-0/+20
* drm/i915/execlists: Lift process_csb() out of the irq-off spinlockChris Wilson2019-08-161-0/+10
* drm/i915: Protect request retirement with timeline->mutexChris Wilson2019-08-151-3/+0
* drm/i915: Lift timeline into intel_contextChris Wilson2019-08-091-3/+5
* drm/i915: Fix up the inverse mapping for default ctx->engines[]Chris Wilson2019-08-081-0/+3
* drm/i915/gt: Move the [class][inst] lookup for engines onto the GTChris Wilson2019-08-061-2/+7
* drm/i915: Replace struct_mutex for batch pool serialisationChris Wilson2019-08-041-3/+3
* drm/i915: Inline engine->init_context into its callerChris Wilson2019-07-301-1/+0
* drm/i915/guc: Remove preemption support for current fwChris Wilson2019-07-111-1/+0
* drm/i915: Rename i915_timeline to intel_timeline and move under gtTvrtko Ursulin2019-06-211-2/+2
* drm/i915: Store backpointer to intel_gt in the engineTvrtko Ursulin2019-06-211-0/+2
* drm/i915/execlists: Minimalistic timeslicingChris Wilson2019-06-201-0/+6
* drm/i915/execlists: Preempt-to-busyChris Wilson2019-06-201-44/+16
* drm/i915: Keep rings pinned while the context is activeChris Wilson2019-06-191-0/+12
* drm/i915: Make the semaphore saturation mask globalChris Wilson2019-06-191-0/+2
* drm/i915: Replace engine->timeline with a plain listChris Wilson2019-06-141-1/+5
* drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson2019-06-141-11/+2
* Revert "drm/i915: Expand subslice mask"Jani Nikula2019-05-291-15/+15
* drm/i915: Expand subslice maskStuart Summers2019-05-281-15/+15
* drm/i915: Split GEM object type definition to its own headerChris Wilson2019-05-281-0/+1
* drm/i915: Engine discovery queryTvrtko Ursulin2019-05-221-0/+2
* drm/i915/execlists: Virtual engine bondingChris Wilson2019-05-221-0/+7
* drm/i915: Load balancing across a virtual engineChris Wilson2019-05-221-0/+8
* drm/i915/hangcheck: Replace hangcheck.seqno with RING_HEADChris Wilson2019-05-081-2/+1
* drm/i915/hangcheck: Track context changesChris Wilson2019-05-031-0/+1
* drm/i915: Move the engine->destroy() vfunc onto the engineChris Wilson2019-05-011-1/+1
* drm/i915: Invert the GEM wakeref hierarchyChris Wilson2019-04-241-1/+6
* drm/i915: Move GraphicsTechnology files under gt/Chris Wilson2019-04-241-0/+548