aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_context.h
AgeCommit message (Expand)Author
2020-03-26drm/i915: Use explicit flag to mark unreachable intel_contextChris Wilson
2020-02-16drm/i915: Track hw reported context runtimeTvrtko Ursulin
2020-02-04drm/i915/gt: Pull sseu context updates under gtChris Wilson
2020-01-09drm/i915/gt: Pull context activation into central intel_context_pin()Chris Wilson
2020-01-09drm/i915/gt: Push context state allocation earlierChris Wilson
2020-01-09drm/i915: Pin the context as we work on itChris Wilson
2019-12-25drm/i915: Add spaces before compound GEM_TRACEChris 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-13drm/i915: Introduce new macros for tracingVenkata Sandeep Dhanalakota
2019-10-24drm/i915/gt: Split intel_ring_submissionChris Wilson
2019-08-16drm/i915/gt: Mark context->active_count as protected by timeline->mutexChris Wilson
2019-08-15drm/i915: Protect request retirement with timeline->mutexChris Wilson
2019-08-09drm/i915: Lift timeline into intel_contextChris Wilson
2019-08-09drm/i915: Push the ring creation flags to the backendChris Wilson
2019-08-02drm/i915: Allow sharing the idle-barrier from other kernel requestsChris Wilson
2019-07-22drm/i915/gt: Hook up intel_context_fini()Chris Wilson
2019-07-17drm/i915/oa: Reconfigure contexts on the flyChris Wilson
2019-06-21drm/i915: Provide an i915_active.acquire callbackChris Wilson
2019-06-14drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson
2019-06-10drm/i915: Allow interrupts when taking the timeline->mutexChris Wilson
2019-04-26drm/i915: Switch back to an array of logical per-engine HW contextsChris Wilson
2019-04-26drm/i915: Pass intel_context to intel_context_pin_lock()Chris Wilson
2019-04-26drm/i915: Export intel_context_instance()Chris Wilson
2019-04-24drm/i915: Pass intel_context to i915_request_create()Chris Wilson
2019-04-24drm/i915: Introduce context->enter() and context->exit()Chris Wilson
2019-04-24drm/i915: Move GraphicsTechnology files under gt/Chris Wilson