summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_engine_cs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/tgl: Gen12 render context sizeDaniele Ceraolo Spurio2019-08-201-0/+1
* drm/i915/execlists: Lift process_csb() out of the irq-off spinlockChris Wilson2019-08-161-1/+1
* drm/i915: Protect request retirement with timeline->mutexChris Wilson2019-08-151-1/+0
* drm/i915: Print CCID for all renderCSStuart Summers2019-08-141-1/+1
* drm/i915: Include engine->mmio_base in the debug dumpChris Wilson2019-08-141-0/+1
* drm/i915/gt: Use the local engine wakeref when checking RING registersChris Wilson2019-08-121-7/+3
* drm/i915: Lift timeline into intel_contextChris Wilson2019-08-091-1/+0
* drm/i915: Push the ring creation flags to the backendChris Wilson2019-08-091-0/+2
* drm/i915: Defer final intel_wakeref_put to process contextChris Wilson2019-08-081-0/+1
* drm/i915: Allocate kernel_contexts directlyChris Wilson2019-08-081-27/+31
* drm/i915: Rename engines to match their user interfaceChris Wilson2019-08-071-31/+11
* drm/i915/gt: Move the [class][inst] lookup for engines onto the GTChris Wilson2019-08-061-94/+15
* drm/i915: Replace struct_mutex for batch pool serialisationChris Wilson2019-08-041-7/+4
* drm/i915: Add i915 to i915_inject_probe_failureMichal Wajdeczko2019-08-021-1/+1
* drm/i915: Fix and improve MCR selection logicTvrtko Ursulin2019-07-191-24/+0
* drm/i915: Trust programmed MCR in read_subslice_regTvrtko Ursulin2019-07-191-25/+12
* drm/i915: Fix GEN8_MCR_SELECTOR programmingTvrtko Ursulin2019-07-191-2/+7
* drm/i915/execlists: Disable preemption under GVTChris Wilson2019-07-161-2/+2
* drm/i915: Lock the engine while dumping the active requestChris Wilson2019-07-161-7/+4
* drm/i915/gt: Use intel_gt as the primary object for handling resetsChris Wilson2019-07-121-8/+8
* drm/i915: Replace "_load" with "_probe" consequentlyJanusz Krzysztofik2019-07-121-1/+1
* drm/i915/guc: Remove preemption support for current fwChris Wilson2019-07-111-13/+0
* drm/i915/gt: Remove presumption of RCS0Chris Wilson2019-07-091-6/+0
* drm/i915/gt: Pull engine w/a initialisation into commonChris Wilson2019-07-041-0/+4
* drm/i915: Show support for accurate sw PMU busyness trackingChris Wilson2019-07-041-3/+4
* drm/i915: synchronize_irq() against the actual irqVille Syrjälä2019-07-031-1/+1
* drm/i915: Rename intel_wakeref_[is]_activeChris Wilson2019-06-251-1/+1
* drm/i915: Eliminate dual personality of i915_scratch_offsetTvrtko Ursulin2019-06-211-1/+1
* drm/i915: Rename i915_timeline to intel_timeline and move under gtTvrtko Ursulin2019-06-211-7/+7
* drm/i915: Make timelines gt centricTvrtko Ursulin2019-06-211-2/+2
* drm/i915: Save trip via top-level i915 in a few more placesTvrtko Ursulin2019-06-211-1/+1
* drm/i915: Store backpointer to intel_gt in the engineTvrtko Ursulin2019-06-211-0/+1
* drm/i915: Make i915_check_and_clear_faults take intel_gtTvrtko Ursulin2019-06-211-1/+3
* drm/i915/execlists: Preempt-to-busyChris Wilson2019-06-201-24/+39
* drm/i915: Don't dereference request if it may have been retired when printingChris Wilson2019-06-181-7/+9
* drm/i915: Replace engine->timeline with a plain listChris Wilson2019-06-141-31/+31
* drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson2019-06-141-20/+3
* drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio2019-06-141-4/+4
* drm/i915: Make read_subslice_reg take engineTvrtko Ursulin2019-06-101-11/+12
* Revert "drm/i915: Expand subslice mask"Jani Nikula2019-05-291-22/+2
* drm/i915: Expand subslice maskStuart Summers2019-05-281-2/+22
* drm/i915: Drop the deferred active referenceChris Wilson2019-05-281-1/+1
* drm/i915: Move more GEM objects under gem/Chris Wilson2019-05-281-0/+3
* drm/i915/guc: Updates for GuC 32.0.3 firmwareMichal Wajdeczko2019-05-281-5/+4
* drm/i915: Engine discovery queryTvrtko Ursulin2019-05-221-0/+41
* drm/i915/hangcheck: Replace hangcheck.seqno with RING_HEADChris Wilson2019-05-081-3/+2
* drm/i915: Assert the local engine->wakeref is activeChris Wilson2019-05-071-0/+3
* drm/i915/execlists: Flush the tasklet on parkingChris Wilson2019-05-031-0/+2
* drm/i915: Include fence signaled bit in print_request()Chris Wilson2019-05-021-1/+4
* drm/i915: Move the engine->destroy() vfunc onto the engineChris Wilson2019-05-011-31/+37