summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_active.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Fix ref->mutex deadlock in i915_active_wait()Sultan Alsawaf2020-04-131-2/+2
* drm/i915: Markup expected timeline locks for i915_activeChris Wilson2019-08-161-2/+10
* drm/i915/overlay: Switch to using i915_active trackingChris Wilson2019-08-121-19/+0
* drm/i915: Allow sharing the idle-barrier from other kernel requestsChris Wilson2019-08-021-1/+1
* drm/i915: Capture vma contents outside of spinlockChris Wilson2019-07-261-0/+3
* drm/i915: Provide an i915_active.acquire callbackChris Wilson2019-06-211-12/+13
* drm/i915: Stop passing I915_WAIT_LOCKED to i915_request_wait()Chris Wilson2019-06-191-1/+1
* drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson2019-06-141-0/+5
* drm/i915: Remove has-kernel-contextChris Wilson2019-03-081-13/+0
* drm/i915: Use i915_global_register()Chris Wilson2019-03-061-4/+0
* drm/i915: Make request allocation caches globalChris Wilson2019-02-281-0/+1
* drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson2019-02-051-0/+349
* drm/i915: Allocate active tracking nodes from a slabcacheChris Wilson2019-02-051-0/+3
* drm/i915: Release the active tracker tree upon idlingChris Wilson2019-02-051-0/+4
* drm/i915: Generalise GPU activity trackingChris Wilson2019-02-051-0/+69