summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_guc_submission.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-13drm/i915: Seal races between async GPU cancellation, retirement and signalingChris Wilson1-1/+0
2019-04-11drm/i915/guc: Implement reset locallyChris Wilson1-0/+102
2019-04-09drm/i915/guc: Replace preempt_client lookup with engine->preempt_contextChris Wilson1-1/+1
2019-04-08drm/i915/guc: Replace WARN with a DRM_ERRORChris Wilson1-3/+4
2019-04-03drm/i915: Move the decision to use the breadcrumb tasklet to the backendChris Wilson1-0/+2
2019-03-18drm/i915: Switch to use HWS indices rather than addressesChris Wilson1-1/+2
2019-03-08drm/i915: Move over to intel_context_lookup()Chris Wilson1-3/+3
2019-03-05drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson1-3/+3
2019-02-28drm/i915/execlists: Suppress mere WAIT preemptionChris Wilson1-1/+1
2019-02-28drm/i915: Make request allocation caches globalChris Wilson1-2/+1
2019-02-26drm/i915: Remove i915_request.global_seqnoChris Wilson1-1/+1
2019-01-29drm/i915/execlists: Suppress preempting selfChris Wilson1-0/+2
2019-01-29drm/i915: Rename execlists->queue_priority to queue_priority_hintChris Wilson1-2/+3
2019-01-28drm/i915: Always allocate an object/vma for the HWSPChris Wilson1-0/+6
2019-01-25drm/i915: Remove GPU reset dependence on struct_mutexChris Wilson1-4/+1
2019-01-25drm/i915: Compute the HWS offsets explicitlyChris Wilson1-2/+2
2018-12-28drm/i915/execlists: Pull the render flush into breadcrumb emissionChris Wilson1-1/+2
2018-10-23drm/i915/guc: doorbell checking cleanupDaniele Ceraolo Spurio1-11/+16
2018-10-23drm/i915/guc: reserve the doorbell before selecting the cachelineDaniele Ceraolo Spurio1-4/+4
2018-10-23drm/i915/guc: rename __create/destroy_doorbellDaniele Ceraolo Spurio1-6/+6
2018-10-04drm/i915/guc: Don't clear the cookie on doorbell destroyDaniele Ceraolo Spurio1-1/+0
2018-10-04drm/i915/guc: init GuC descriptors after GuC loadDaniele Ceraolo Spurio1-63/+77
2018-10-01drm/i915: Combine multiple internal plists into the same i915_priolist bucketChris Wilson1-7/+5
2018-09-27drm/i915/execlists: Avoid kicking priority on the current contextChris Wilson1-12/+6
2018-09-20drm/i915/guc: Restore preempt-context across S3/S4Chris Wilson1-53/+27
2018-08-28drm/i915/selftests: ring all doorbells in igt_guc_doorbellsDaniele Ceraolo Spurio1-9/+16
2018-07-24drm/i915: Pull unpin map into vma releaseChris Wilson1-6/+4
2018-07-19drm/i915/guc: Keep guc submission permanently engagedChris Wilson1-14/+27
2018-07-16drm/i915/selftests: Force a preemption hangChris Wilson1-0/+3
2018-07-16drm/i915/execlists: Always clear preempt status on cancelling allChris Wilson1-2/+0
2018-07-13drm/i915/guc: Protect against no desc-pool on premature shutdownChris Wilson1-1/+2
2018-07-13drm/i915/guc: Protect against NULL client dereference in error pathChris Wilson1-1/+2
2018-07-12drm/i915/guc: Skip cleaning up the doorbells on error-before-allocateChris Wilson1-2/+6
2018-07-11drm/i915/execlists: Switch to rb_root_cachedChris Wilson1-8/+4
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson1-1/+1
2018-06-05drm/i915/guc: Don't leak stage descriptor pool on init failureMichal Wajdeczko1-1/+4
2018-05-18drm/i915: Store a pointer to intel_context in i915_requestChris Wilson1-6/+4
2018-05-18drm/i915: Move request->ctx asideChris Wilson1-3/+4
2018-05-16drm/i915: Split execlists/guc reset preparationsChris Wilson1-0/+34
2018-05-16drm/i915/execlists: Refactor out complete_preempt_context()Chris Wilson1-9/+17
2018-05-09drm/i915/guc: Make submission tasklet hardirq safeChris Wilson1-9/+25
2018-05-02drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson1-2/+2
2018-05-02drm/i915/guc: Assert we have the doorbell before setting it upChris Wilson1-10/+12
2018-04-30drm/i915: Wrap engine->context_pin() and engine->context_unpin()Chris Wilson1-2/+3
2018-04-18drm/i915: Pack params to engine->schedule() into a structChris Wilson1-1/+1
2018-04-18drm/i915: Rename priotree to schedChris Wilson1-4/+4
2018-04-04drm/i915: Store preemption capability in engine->flagsChris Wilson1-3/+13
2018-04-03drm/i915/execlists: Track begin/end of execlists submission sequencesChris Wilson1-7/+10
2018-03-19drm/i915/guc: Demote GuC error messagesMichaƂ Winiarski1-2/+2
2018-03-14drm/i915/guc: Rename guc_ggtt_offset to intel_guc_ggtt_offsetJackie Li1-5/+5