aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_context.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-9/+71
2019-06-14drm/i915: update with_intel_runtime_pm to use the rpm structureDaniele Ceraolo Spurio1-1/+1
2019-05-28drm/i915: Move more GEM objects under gem/Chris Wilson1-1/+3
2019-05-04drm/i915: Disable semaphore busywaits on saturated systemsChris Wilson1-0/+2
2019-04-26drm/i915: Remove intel_context.active_linkChris Wilson1-10/+1
2019-04-26drm/i915: Switch back to an array of logical per-engine HW contextsChris Wilson1-91/+21
2019-04-26drm/i915: Pass intel_context to intel_context_pin_lock()Chris Wilson1-26/+0
2019-04-26drm/i915: Export intel_context_instance()Chris Wilson1-19/+18
2019-04-24drm/i915: Invert the GEM wakeref hierarchyChris Wilson1-10/+8
2019-04-24drm/i915: Introduce context->enter() and context->exit()Chris Wilson1-0/+17
2019-04-24drm/i915: Move GraphicsTechnology files under gt/Chris Wilson1-0/+268