summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_context.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Markup expected timeline locks for i915_activeChris Wilson2019-08-161-8/+3
* drm/i915/gt: Track timeline activeness in enter/exitChris Wilson2019-08-151-0/+2
* drm/i915: Lift timeline into intel_contextChris Wilson2019-08-091-5/+16
* drm/i915: Push the ring creation flags to the backendChris Wilson2019-08-091-0/+1
* drm/i915/gt: Make deferred context allocation explicitChris Wilson2019-08-091-0/+8
* drm/i915: Hide unshrinkable context objects from the shrinkerChris Wilson2019-08-021-2/+2
* drm/i915: Allow sharing the idle-barrier from other kernel requestsChris Wilson2019-08-021-9/+31
* drm/i915/gt: Provide a local intel_context.vmChris Wilson2019-07-301-0/+4
* drm/i915/gt: Add to timeline requires the timeline mutexChris Wilson2019-07-261-5/+18
* drm/i915/gt: Hook up intel_context_fini()Chris Wilson2019-07-221-0/+6
* drm/i915/oa: Reconfigure contexts on the flyChris Wilson2019-07-171-0/+25
* drm/i915/gt: Add some debug tracing for context pinningChris Wilson2019-06-261-0/+10
* drm/i915: Provide an i915_active.acquire callbackChris Wilson2019-06-211-35/+30
* drm/i915: Keep rings pinned while the context is activeChris Wilson2019-06-191-9/+18
* drm/i915: Make the semaphore saturation mask globalChris Wilson2019-06-191-2/+0
* drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson2019-06-141-9/+71
* drm/i915: update with_intel_runtime_pm to use the rpm structureDaniele Ceraolo Spurio2019-06-141-1/+1
* drm/i915: Move more GEM objects under gem/Chris Wilson2019-05-281-1/+3
* drm/i915: Disable semaphore busywaits on saturated systemsChris Wilson2019-05-041-0/+2
* drm/i915: Remove intel_context.active_linkChris Wilson2019-04-261-10/+1
* drm/i915: Switch back to an array of logical per-engine HW contextsChris Wilson2019-04-261-91/+21
* drm/i915: Pass intel_context to intel_context_pin_lock()Chris Wilson2019-04-261-26/+0
* drm/i915: Export intel_context_instance()Chris Wilson2019-04-261-19/+18
* drm/i915: Invert the GEM wakeref hierarchyChris Wilson2019-04-241-10/+8
* drm/i915: Introduce context->enter() and context->exit()Chris Wilson2019-04-241-0/+17
* drm/i915: Move GraphicsTechnology files under gt/Chris Wilson2019-04-241-0/+268