aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/i915/gt/intel_context_types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-06drm/i915/execlists: Avoid reusing the same logical CCIDChris Wilson1-1/+7
2020-03-26drm/i915: Use explicit flag to mark unreachable intel_contextChris Wilson1-4/+5
2020-03-10drm/i915/gt: Mark up racy reads for intel_context.inflightChris Wilson1-2/+2
2020-02-16drm/i915: Track hw reported context runtimeTvrtko Ursulin1-0/+12
2020-01-03drm/i915/gt: Always poison the kernel_context image before unparkingChris Wilson1-0/+2
2019-12-23drm/i915: Mark the GEM context link as RCU protectedChris Wilson1-1/+1
2019-12-21drm/i915: Remove i915->kernel_contextChris Wilson1-6/+7
2019-12-20drm/i915: Push the use-semaphore marker onto the intel_contextChris Wilson1-3/+4
2019-12-20drm/i915: Drop GEM context as a direct link from i915_requestChris Wilson1-2/+5
2019-12-03drm/i915/gt: Track the context validity explicitlyChris Wilson1-0/+1
2019-10-04drm/i915: Remove logical HW IDChris Wilson1-0/+1
2019-08-16drm/i915/execlists: Lift process_csb() out of the irq-off spinlockChris Wilson1-3/+1
2019-08-16drm/i915/gt: Mark context->active_count as protected by timeline->mutexChris Wilson1-1/+1
2019-08-09drm/i915: Lift timeline into intel_contextChris Wilson1-0/+1
2019-08-09drm/i915/gt: Make deferred context allocation explicitChris Wilson1-0/+5
2019-07-30drm/i915/gt: Provide a local intel_context.vmChris Wilson1-1/+3
2019-06-20drm/i915/execlists: Preempt-to-busyChris Wilson1-0/+5
2019-06-19drm/i915: Make the semaphore saturation mask globalChris Wilson1-2/+0
2019-06-14drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson1-3/+3
2019-05-28drm/i915: Rename intel_context.active to .inflightChris Wilson1-1/+1
2019-05-04drm/i915: Disable semaphore busywaits on saturated systemsChris Wilson1-0/+3
2019-04-26drm/i915: Remove intel_context.active_linkChris Wilson1-1/+0
2019-04-26drm/i915: Switch back to an array of logical per-engine HW contextsChris Wilson1-2/+0
2019-04-24drm/i915: Introduce context->enter() and context->exit()Chris Wilson1-0/+5
2019-04-24drm/i915: Move GraphicsTechnology files under gt/Chris Wilson1-0/+65