summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_context.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-10drm/i915/guc: Fix revocation of non-persistent contextsTvrtko Ursulin1-3/+2
2022-06-17drm/i915: Improve user experience and driver robustness under SIGINT or similarTvrtko Ursulin1-0/+24
2022-04-05drm/i915: Track context current active timeTvrtko Ursulin1-1/+26
2022-03-03drm/i915/guc: Better name for context id limitJohn Harrison1-1/+1
2021-12-23drm/i915/execlists: Weak parallel submission support for execlistsMatthew Brost1-2/+2
2021-11-30drm/i915: Drop stealing of bits from i915_sw_fence function pointerMatthew Brost1-1/+1
2021-11-22Merge drm/drm-next into drm-intel-gt-nextTvrtko Ursulin1-1/+2
2021-11-19drm/i915: vma is always backed by an object.Maarten Lankhorst1-1/+1
2021-11-19drm/i915: move the pre_pin earlierMatthew Auld1-6/+6
2021-10-28BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie1-1/+2
2021-10-15drm/i915/guc: Implement no mid batch preemption for multi-lrcMatthew Brost1-1/+1
2021-10-15drm/i915/guc: Implement multi-lrc resetMatthew Brost1-3/+12
2021-10-15drm/i915/guc: Introduce context parent-child relationshipMatthew Brost1-0/+29
2021-10-15drm/i915/guc: Take engine PM when a context is pinned with GuC submissionMatthew Brost1-0/+2
2021-10-15drm/i915/guc: Take GT PM ref when deregistering contextMatthew Brost1-0/+2
2021-10-14drm/i915: fix blank screen booting crashesHugh Dickins1-2/+2
2021-10-11drm/i915: remember to call i915_sw_fence_finiMatthew Auld1-0/+1
2021-10-02drm/i915: fix blank screen booting crashesHugh Dickins1-2/+3
2021-09-27drm/i915: remember to call i915_sw_fence_finiMatthew Auld1-0/+1
2021-09-13drm/i915/guc: Drop guc_active move everything into guc_stateMatthew Brost1-6/+4
2021-09-13drm/i915/guc: Move fields protected by guc->contexts_lock into sub structureMatthew Brost1-2/+2
2021-09-13drm/i915/guc: Move guc_blocked fence to struct guc_stateMatthew Brost1-2/+3
2021-07-28drm/i915: move intel_context slab to direct module init/exitDaniel Vetter1-17/+8
2021-07-27drm/i915/guc: Support request cancellationMatthew Brost1-0/+13
2021-07-27drm/i915/guc: Capture error state on context resetMatthew Brost1-0/+20
2021-07-27drm/i915: Move active request tracking to a vfuncMatthew Brost1-0/+3
2021-07-22drm/i915: Add intel_context tracingMatthew Brost1-0/+6
2021-07-22drm/i915/guc: Disable engine barriers with GuC during unpinMatthew Brost1-1/+1
2021-07-22drm/i915/guc: Defer context unpin until scheduling is disabledMatthew Brost1-2/+2
2021-07-22drm/i915/guc: Insert fence on context when deregisteringMatthew Brost1-0/+1
2021-07-22drm/i915/guc: Implement GuC context operations for new intefaceMatthew Brost1-0/+5
2021-07-22drm/i915: Ditch i915 globals shrink infrastructureDaniel Vetter1-6/+0
2021-07-08drm/i915: Stop storing the ring size in the ring pointer (v3)Jason Ekstrand1-1/+2
2021-05-05drm/i915: drop the __i915_active_call pointer packingMatthew Auld1-2/+1
2021-03-24drm/i915/gt: SPDX cleanupChris Wilson1-2/+1
2020-12-02drm/i915/gt: Split the breadcrumb spinlock between global and contextsChris Wilson1-1/+2
2020-12-02drm/i915/gt: Protect context lifetime with RCUChris Wilson1-3/+9
2020-09-30drm/i915: Fix uninitialised variable in intel_context_create_request.Maarten Lankhorst1-0/+1
2020-09-07drm/i915: Unlock the shared hwsp_gtt object after pinningThomas Hellström1-0/+9
2020-09-07drm/i915: Use ww pinning for intel_context_create_request()Maarten Lankhorst1-5/+15
2020-09-07drm/i915: Dirty hack to fix selftests locking inversionMaarten Lankhorst1-0/+12
2020-09-07drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst1-24/+41
2020-09-07drm/i915: Rework intel_context pinning to do everything outside of pin_mutexMaarten Lankhorst1-91/+141
2020-07-07drm/i915/gt: Pin the rings before marking activeChris Wilson1-6/+6
2020-05-25drm/i915/gt: Remove errant assertion in __intel_context_do_pinChris Wilson1-2/+0
2020-04-16Merge drm/drm-next into drm-intel-next-queuedJoonas Lahtinen1-0/+2
2020-03-26drm/i915: Use explicit flag to mark unreachable intel_contextChris Wilson1-0/+2
2020-03-23drm/i915/gt: Only delay the context barrier pmChris Wilson1-1/+1
2020-03-23drm/i915/gt: Delay release of engine-pm after last retirementChris Wilson1-1/+1
2020-03-22drm/i915/gt: Use the correct err_unlock unwind path for a closed contextChris Wilson1-1/+1