summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_lrc.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-24drm/i915: Move GraphicsTechnology files under gt/Chris Wilson1-2909/+0
2019-04-24drm/i915: Store the default sseu setup on the engineChris Wilson1-133/+1
2019-04-12drm/i915: Flush the CSB pointer resetChris Wilson1-0/+1
2019-04-11drm/i915/execlists: Always reset the context's RING registersChris Wilson1-108/+133
2019-04-11drm/i915/guc: Implement reset locallyChris Wilson1-2/+35
2019-04-11drm/i915/icl: Switch to using 12 deep CSB status FIFOMika Kuoppala1-10/+5
2019-04-11drm/i915: Prepare for larger CSB status FIFO sizeMika Kuoppala1-2/+5
2019-04-10drm/i915: Only reset the pinned kernel contexts on resumeChris Wilson1-25/+24
2019-04-05drm/i915: Make RING_PDP relative to engine->mmio_baseChris Wilson1-10/+11
2019-04-05drm/i915/execlists: Enable coarse preemption boundaries for gen8Chris Wilson1-14/+36
2019-03-27drm/i915: Disable semaphore on vGPU for nowZhenyu Wang1-1/+2
2019-03-26drm/i915: take a reference to uncore in the engine and use itDaniele Ceraolo Spurio1-11/+10
2019-03-22drm/i915: Allow contexts to share a single timeline across all enginesChris Wilson1-1/+4
2019-03-21drm/i915: Flush pages on acquisitionChris Wilson1-33/+30
2019-03-21drm/i915: Stop storing the context name as the timeline nameChris Wilson1-1/+1
2019-03-20drm/i915: move regs pointer inside the uncore structureDaniele Ceraolo Spurio1-3/+3
2019-03-19drm/i915: Hold a reference to the active HW contextChris Wilson1-1/+3
2019-03-19drm/i915: Lock the gem_context->active_list while dropping the linkChris Wilson1-3/+0
2019-03-18drm/i915: Hold a ref to the ring while retiringChris Wilson1-2/+2
2019-03-18drm/i915: Switch to use HWS indices rather than addressesChris Wilson1-10/+7
2019-03-15drm/i915: Always kick the execlists tasklet after resetChris Wilson1-2/+3
2019-03-15drm/i915/gtt: Rename i915_vm_is_48b to i915_vm_is_4lvlChris Wilson1-2/+2
2019-03-12drm/i915: Consolidate reset-request debug messageChris Wilson1-1/+0
2019-03-08drm/i915: Introduce intel_context.pin_mutex for pin managementChris Wilson1-2/+2
2019-03-08drm/i915: Track the pinned kernel contexts on each engineChris Wilson1-9/+4
2019-03-08drm/i915: Make context pinning part of intel_context_opsChris Wilson1-63/+45
2019-03-08drm/i915: Move over to intel_context_lookup()Chris Wilson1-10/+19
2019-03-08drm/i915: Store the intel_context_ops in the intel_engine_csChris Wilson1-7/+6
2019-03-08drm/i915: Track active engines within a contextChris Wilson1-12/+10
2019-03-06drm/i915: Pass around the intel_contextChris Wilson1-20/+21
2019-03-05drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson1-6/+6
2019-03-01drm/i915: Prioritise non-busywait semaphore workloadsChris Wilson1-1/+1
2019-03-01drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+Chris Wilson1-0/+1
2019-03-01drm/i915/execlists: Suppress redundant preemptionChris Wilson1-4/+40
2019-02-28drm/i915/execlists: Suppress mere WAIT preemptionChris Wilson1-1/+8
2019-02-28drm/i915: Make request allocation caches globalChris Wilson1-4/+2
2019-02-28drm/i915: Compute the global scheduler capsChris Wilson1-6/+0
2019-02-26drm/i915: Remove i915_request.global_seqnoChris Wilson1-30/+4
2019-02-26drm/i915: Remove access to global seqno in the HWSPChris Wilson1-15/+6
2019-02-26drm/i915: Replace global_seqno with a hangcheck heartbeat seqnoChris Wilson1-0/+15
2019-02-14drm/i915: Only try to park engines after a failed resetChris Wilson1-0/+2
2019-02-09drm/i915/execlists: Refactor out can_merge_rq()Chris Wilson1-11/+24
2019-02-08drm/i915: Don't claim an unstarted request was guiltyChris Wilson1-3/+39
2019-02-05drm/i915: Expose RPCS (SSEU) configuration to userspace (Gen11 only)Tvrtko Ursulin1-1/+3
2019-02-05drm/i915/perf: lock powergating configuration to default when activeLionel Landwerlin1-11/+35
2019-02-05drm/i915: Record the sseu configuration per-context & engineLionel Landwerlin1-15/+16
2019-01-29drm/i915/execlists: Suppress preempting selfChris Wilson1-8/+88
2019-01-29drm/i915: Rename execlists->queue_priority to queue_priority_hintChris Wilson1-9/+11
2019-01-29drm/i915: Identify active requestsChris Wilson1-5/+34
2019-01-28drm/i915: Track the context's seqno in its own timeline HWSPChris Wilson1-11/+20