summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Move GraphicsTechnology files under gt/Chris Wilson2019-04-241-583/+0
* drm/i915: Drop bool return from breadcrumbs signalerChris Wilson2019-04-161-2/+2
* drm/i915/guc: Implement reset locallyChris Wilson2019-04-111-1/+1
* drm/i915: Only reset the pinned kernel contexts on resumeChris Wilson2019-04-101-2/+1
* drm/i915: take a reference to uncore in the engine and use itDaniele Ceraolo Spurio2019-03-261-12/+33
* drm/i915: Hold a ref to the ring while retiringChris Wilson2019-03-181-1/+12
* drm/i915: Switch to use HWS indices rather than addressesChris Wilson2019-03-181-2/+2
* drm/i915: Split struct intel_context definition to its own headerChris Wilson2019-03-081-501/+1
* drm/i915: Remove has-kernel-contextChris Wilson2019-03-081-1/+0
* drm/i915: Move find_active_request() to the engineChris Wilson2019-03-051-0/+3
* drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson2019-03-051-16/+11
* drm/i915: Remove last traces of exec-id (GEM_BUSY)Chris Wilson2019-03-051-1/+0
* drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+Chris Wilson2019-03-011-0/+7
* drm/i915: Make request allocation caches globalChris Wilson2019-02-281-17/+0
* drm/i915: Compute the global scheduler capsChris Wilson2019-02-281-0/+2
* drm/i915: Remove i915_request.global_seqnoChris Wilson2019-02-261-2/+0
* drm/i915: Remove access to global seqno in the HWSPChris Wilson2019-02-261-40/+0
* drm/i915: Replace global_seqno with a hangcheck heartbeat seqnoChris Wilson2019-02-261-1/+18
* drm/i915/pmu: Always sample an active ringbufferChris Wilson2019-02-231-1/+1
* drm/i915: Hack and slash, throttle execbuffer hogsChris Wilson2019-02-071-0/+12
* drm/i915/pmu: Fix enable count array size and bounds checkingTvrtko Ursulin2019-02-061-4/+5
* drm/i915: Allow normal clients to always preempt idle priority clientsChris Wilson2019-02-041-1/+14
* drm/i915: Drop fake breadcrumb irqChris Wilson2019-01-291-5/+0
* drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson2019-01-291-75/+19
* drm/i915/execlists: Suppress preempting selfChris Wilson2019-01-291-0/+1
* drm/i915: Rename execlists->queue_priority to queue_priority_hintChris Wilson2019-01-291-2/+6
* drm/i915: Identify active requestsChris Wilson2019-01-291-2/+4
* drm/i915: Allocate a status page for each timelineChris Wilson2019-01-281-2/+4
* drm/i915: Always allocate an object/vma for the HWSPChris Wilson2019-01-281-17/+6
* drm/i915: Remove GPU reset dependence on struct_mutexChris Wilson2019-01-251-8/+9
* drm/i915: Compute the HWS offsets explicitlyChris Wilson2019-01-251-5/+5
* drm/i915: Remove manual breadcumb countingChris Wilson2019-01-251-1/+1
* drm/i915: Measure the required reserved size for request emissionChris Wilson2019-01-251-1/+1
* drm/i915: Use b->irq_enable() as predicate for mock engineChris Wilson2019-01-181-1/+0
* drm/i915: small isolated c99 types to kernel types switchJani Nikula2019-01-171-1/+1
* drm/i915: Always try to reset the GPU on takeoverChris Wilson2019-01-031-1/+1
* drm/i915: start moving runtime device info to a separate structJani Nikula2019-01-021-2/+2
* drm/i915: Drop unused engine->irq_seqno_barrier w/aChris Wilson2018-12-311-10/+0
* drm/i915: Remove redundant trailing request flushChris Wilson2018-12-311-10/+0
* drm/i915/execlists: Pull the render flush into breadcrumb emissionChris Wilson2018-12-281-3/+2
* drm/i915: Remove HW semaphores for gen7 inter-engine synchronisationChris Wilson2018-12-281-55/+1
* drm/i915: Apply missed interrupt after reset w/a to all ringbuffer genChris Wilson2018-12-181-0/+2
* drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi2018-12-121-2/+2
* drm/i915: Allocate a common scratch pageChris Wilson2018-12-041-5/+0
* drm/i915: Fuse per-context workaround handling with the common frameworkTvrtko Ursulin2018-12-041-0/+1
* drm/i915: Move register white-listing to the common workaround frameworkTvrtko Ursulin2018-12-041-0/+1
* drm/i915: Introduce per-engine workaroundsTvrtko Ursulin2018-12-041-0/+2
* drm/i915/vgpu: Disallow loading on old vGPU hostsChris Wilson2018-12-031-16/+0
* drm/i915/ringbuffer: change header SPDX identifier to MITJonathan Gray2018-10-311-1/+1
* drm/i915: Prefer IS_GEN<n> check with bitmask.Rodrigo Vivi2018-10-291-2/+2