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