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