summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/intel_context.c
AgeCommit message (Expand)Author
2021-10-28BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie
2021-10-15drm/i915/guc: Implement no mid batch preemption for multi-lrcMatthew Brost
2021-10-15drm/i915/guc: Implement multi-lrc resetMatthew Brost
2021-10-15drm/i915/guc: Introduce context parent-child relationshipMatthew Brost
2021-10-15drm/i915/guc: Take engine PM when a context is pinned with GuC submissionMatthew Brost
2021-10-15drm/i915/guc: Take GT PM ref when deregistering contextMatthew Brost
2021-10-14drm/i915: fix blank screen booting crashesHugh Dickins
2021-10-11drm/i915: remember to call i915_sw_fence_finiMatthew Auld
2021-10-02drm/i915: fix blank screen booting crashesHugh Dickins
2021-09-27drm/i915: remember to call i915_sw_fence_finiMatthew Auld
2021-09-13drm/i915/guc: Drop guc_active move everything into guc_stateMatthew Brost
2021-09-13drm/i915/guc: Move fields protected by guc->contexts_lock into sub structureMatthew Brost
2021-09-13drm/i915/guc: Move guc_blocked fence to struct guc_stateMatthew Brost
2021-07-28drm/i915: move intel_context slab to direct module init/exitDaniel Vetter
2021-07-27drm/i915/guc: Support request cancellationMatthew Brost
2021-07-27drm/i915/guc: Capture error state on context resetMatthew Brost
2021-07-27drm/i915: Move active request tracking to a vfuncMatthew Brost
2021-07-22drm/i915: Add intel_context tracingMatthew Brost
2021-07-22drm/i915/guc: Disable engine barriers with GuC during unpinMatthew Brost
2021-07-22drm/i915/guc: Defer context unpin until scheduling is disabledMatthew Brost
2021-07-22drm/i915/guc: Insert fence on context when deregisteringMatthew Brost
2021-07-22drm/i915/guc: Implement GuC context operations for new intefaceMatthew Brost
2021-07-22drm/i915: Ditch i915 globals shrink infrastructureDaniel Vetter
2021-07-08drm/i915: Stop storing the ring size in the ring pointer (v3)Jason Ekstrand
2021-05-05drm/i915: drop the __i915_active_call pointer packingMatthew Auld
2021-03-24drm/i915/gt: SPDX cleanupChris Wilson
2020-12-02drm/i915/gt: Split the breadcrumb spinlock between global and contextsChris Wilson
2020-12-02drm/i915/gt: Protect context lifetime with RCUChris Wilson
2020-09-30drm/i915: Fix uninitialised variable in intel_context_create_request.Maarten Lankhorst
2020-09-07drm/i915: Unlock the shared hwsp_gtt object after pinningThomas Hellström
2020-09-07drm/i915: Use ww pinning for intel_context_create_request()Maarten Lankhorst
2020-09-07drm/i915: Dirty hack to fix selftests locking inversionMaarten Lankhorst
2020-09-07drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst
2020-09-07drm/i915: Rework intel_context pinning to do everything outside of pin_mutexMaarten Lankhorst
2020-07-07drm/i915/gt: Pin the rings before marking activeChris Wilson
2020-05-25drm/i915/gt: Remove errant assertion in __intel_context_do_pinChris Wilson
2020-04-16Merge drm/drm-next into drm-intel-next-queuedJoonas Lahtinen
2020-03-26drm/i915: Use explicit flag to mark unreachable intel_contextChris Wilson
2020-03-23drm/i915/gt: Only delay the context barrier pmChris Wilson
2020-03-23drm/i915/gt: Delay release of engine-pm after last retirementChris Wilson
2020-03-22drm/i915/gt: Use the correct err_unlock unwind path for a closed contextChris Wilson
2020-03-20drm/i915/gt: Report context-is-closed prior to pinningChris Wilson
2020-03-19drm/i915: Use explicit flag to mark unreachable intel_contextChris Wilson
2020-03-03drm/i915/gt: Prevent allocation on a banned contextChris Wilson
2020-02-16drm/i915: Track hw reported context runtimeTvrtko Ursulin
2020-02-12drm/i915/gt: Expand bad CS completion event debugChris Wilson
2020-01-27drm/i915/gt: Acquire ce->active before ce->pin_count/ce->pin_mutexChris Wilson
2020-01-10drm/i915/gt: Mark ring->vma as active while pinnedChris Wilson
2020-01-10drm/i915/gt: Mark context->state vma as active while pinnedChris Wilson
2020-01-09drm/i915/gt: runtime-pm is no longer required for ce->ops->pin()Chris Wilson