summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Move GraphicsTechnology files under gt/Chris Wilson2019-04-241-2339/+0Star
* drm/i915: Setup the RCS ring prior to executionChris Wilson2019-04-181-4/+1Star
* drm/i915: Stop overwriting RING_IMR in rcs resumeChris Wilson2019-04-181-3/+0Star
* drm/i915: add GEN2_ prefix to the I{E, I, M, S}R registersPaulo Zanoni2019-04-161-5/+5
* drm/i915: Only reset the pinned kernel contexts on resumeChris Wilson2019-04-101-10/+7Star
* drm/i915: fix i9xx irq enable/disableDaniele Ceraolo Spurio2019-03-291-7/+3Star
* drm/i915: take a reference to uncore in the engine and use itDaniele Ceraolo Spurio2019-03-261-81/+75Star
* drm/i915: switch intel_wait_for_register to uncoreDaniele Ceraolo Spurio2019-03-261-3/+4
* drm/i915: intel_wait_for_register_fw to uncoreDaniele Ceraolo Spurio2019-03-261-9/+9
* drm/i915: Flush pages on acquisitionChris Wilson2019-03-211-41/+21Star
* drm/i915: Stop storing the context name as the timeline nameChris Wilson2019-03-211-3/+1Star
* drm/i915: use intel_uncore for all forcewake get/putDaniele Ceraolo Spurio2019-03-201-4/+4
* drm/i915: Hold a reference to the active HW contextChris Wilson2019-03-191-1/+3
* drm/i915: Lock the gem_context->active_list while dropping the linkChris Wilson2019-03-191-3/+0Star
* drm/i915: Hold a ref to the ring while retiringChris Wilson2019-03-181-4/+5
* drm/i915: Switch to use HWS indices rather than addressesChris Wilson2019-03-181-10/+6Star
* drm/i915: Consolidate reset-request debug messageChris Wilson2019-03-121-2/+0Star
* drm/i915: Introduce intel_context.pin_mutex for pin managementChris Wilson2019-03-081-2/+2
* drm/i915: Track the pinned kernel contexts on each engineChris Wilson2019-03-081-2/+1Star
* drm/i915: Make context pinning part of intel_context_opsChris Wilson2019-03-081-37/+8Star
* drm/i915: Move over to intel_context_lookup()Chris Wilson2019-03-081-7/+16
* drm/i915: Store the intel_context_ops in the intel_engine_csChris Wilson2019-03-081-12/+10Star
* drm/i915: Track active engines within a contextChris Wilson2019-03-081-5/+9
* drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson2019-03-051-17/+18
* drm/i915: Remove i915_request.global_seqnoChris Wilson2019-02-261-44/+6Star
* drm/i915: Remove access to global seqno in the HWSPChris Wilson2019-02-261-6/+1Star
* drm/i915: Replace global_seqno with a hangcheck heartbeat seqnoChris Wilson2019-02-261-2/+34
* drm/i915: Hack and slash, throttle execbuffer hogsChris Wilson2019-02-071-13/+0Star
* drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson2019-01-291-1/+1
* drm/i915: Identify active requestsChris Wilson2019-01-291-9/+16
* drm/i915: Track the context's seqno in its own timeline HWSPChris Wilson2019-01-281-18/+69
* drm/i915: Allocate a status page for each timelineChris Wilson2019-01-281-2/+8
* drm/i915: Always allocate an object/vma for the HWSPChris Wilson2019-01-281-5/+16
* drm/i915: Remove GPU reset dependence on struct_mutexChris Wilson2019-01-251-31/+60
* drm/i915: Remove manual breadcumb countingChris Wilson2019-01-251-23/+5Star
* drm/i915: Measure the required reserved size for request emissionChris Wilson2019-01-251-6/+18
* drm/i915: Tidy common test_bit probing of i915_request->fence.flagsChris Wilson2019-01-221-2/+1Star
* drm/i915: drop all drmP.h includesJani Nikula2019-01-091-1/+0Star
* drm/i915/hsw: Flush RING_IMR changes before changing the global GT IMR (vecs)Chris Wilson2019-01-071-0/+4
* drm/i915/gen6: Flush RING_IMR changes before changing the global GT IMRChris Wilson2019-01-031-0/+4
* drm/i915: start moving runtime device info to a separate structJani Nikula2019-01-021-1/+1
* drm/i915: Drop unused engine->irq_seqno_barrier w/aChris Wilson2018-12-311-4/+0Star
* drm/i915/ringbuffer: Move irq seqno barrier to the GPU for gen5Chris Wilson2018-12-311-17/+23
* drm/i915/ringbuffer: Move irq seqno barrier to the GPU for gen7Chris Wilson2018-12-311-36/+44
* drm/i915/ringbuffer: Remove irq-seqno w/a for gen6 xcsChris Wilson2018-12-311-2/+4
* drm/i915/ringbuffer: Remove irq-seqno w/a for gen6/7 rcsChris Wilson2018-12-311-2/+0Star
* drm/i915: Remove redundant trailing request flushChris Wilson2018-12-311-16/+0Star
* drm/i915/ringbuffer: Pull the render flush into breadcrumb emissionChris Wilson2018-12-281-8/+98
* drm/i915: Remove HW semaphores for gen7 inter-engine synchronisationChris Wilson2018-12-281-138/+0Star
* drm/i915: Restrict PSMI context load w/a to Haswell GT1Chris Wilson2018-12-281-4/+1Star