aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_context_types.h
AgeCommit message (Expand)Author
2022-07-12drm/i915/gt: Register the migrate contexts with their enginesThomas Hellström
2021-07-27drm/i915/guc: Implement GuC priority managementMatthew Brost
2021-07-27drm/i915/guc: Support request cancellationMatthew Brost
2021-07-27drm/i915/guc: Implement banned contexts for GuC submissionMatthew Brost
2021-07-27drm/i915: Move active request tracking to a vfuncMatthew Brost
2021-07-27drm/i915/guc: GuC virtual enginesMatthew 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/guc: Implement GuC submission taskletMatthew Brost
2021-07-08drm/i915: Stop storing the ring size in the ring pointer (v3)Jason Ekstrand
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie
2021-03-26drm/i915: Request watchdog infrastructureTvrtko Ursulin
2021-03-24drm/i915/gt: SPDX cleanupChris Wilson
2021-01-01drm/i915: Populate logical context during first pin.Maarten Lankhorst
2020-12-29drm/i915/gem: Peek at the inflight contextChris Wilson
2020-12-24drm/i915/gt: Defer schedule_out until after the next dequeueChris Wilson
2020-11-26drm/i915/gt: Split the breadcrumb spinlock between global and contextsChris Wilson
2020-11-26drm/i915/gt: Protect context lifetime with RCUChris Wilson
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-04-28drm/i915/execlists: Avoid reusing the same logical CCIDChris Wilson
2020-04-25drm/i915: Add per ctx batchbuffer wa for timestampMika Kuoppala
2020-03-19drm/i915: Use explicit flag to mark unreachable intel_contextChris Wilson
2020-03-10drm/i915/gt: Mark up racy reads for intel_context.inflightChris Wilson
2020-02-16drm/i915: Track hw reported context runtimeTvrtko Ursulin
2020-01-03drm/i915/gt: Always poison the kernel_context image before unparkingChris Wilson
2019-12-23drm/i915: Mark the GEM context link as RCU protectedChris Wilson
2019-12-21drm/i915: Remove i915->kernel_contextChris Wilson
2019-12-20drm/i915: Push the use-semaphore marker onto the intel_contextChris Wilson
2019-12-20drm/i915: Drop GEM context as a direct link from i915_requestChris Wilson
2019-12-03drm/i915/gt: Track the context validity explicitlyChris Wilson
2019-10-04drm/i915: Remove logical HW IDChris Wilson
2019-08-16drm/i915/execlists: Lift process_csb() out of the irq-off spinlockChris Wilson
2019-08-16drm/i915/gt: Mark context->active_count as protected by timeline->mutexChris Wilson
2019-08-09drm/i915: Lift timeline into intel_contextChris Wilson
2019-08-09drm/i915/gt: Make deferred context allocation explicitChris Wilson
2019-07-30drm/i915/gt: Provide a local intel_context.vmChris Wilson
2019-06-20drm/i915/execlists: Preempt-to-busyChris Wilson
2019-06-19drm/i915: Make the semaphore saturation mask globalChris Wilson
2019-06-14drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson
2019-05-28drm/i915: Rename intel_context.active to .inflightChris Wilson
2019-05-04drm/i915: Disable semaphore busywaits on saturated systemsChris Wilson
2019-04-26drm/i915: Remove intel_context.active_linkChris Wilson
2019-04-26drm/i915: Switch back to an array of logical per-engine HW contextsChris Wilson
2019-04-24drm/i915: Introduce context->enter() and context->exit()Chris Wilson
2019-04-24drm/i915: Move GraphicsTechnology files under gt/Chris Wilson