aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_active.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-20drm/i915: Remove unused bits of i915_vma/active apiMaarten Lankhorst1-16/+1
2021-07-28drm/i915: move i915_active slab to direct module init/exitDaniel Vetter1-0/+3
2021-05-05drm/i915: drop the __i915_active_call pointer packingMatthew Auld1-5/+6
2020-09-07drm/i915: Provide a fastpath for waiting on vma bindingsChris Wilson1-0/+15
2020-09-07drm/i915: Keep the most recently used active-fence upon discardChris Wilson1-4/+0
2020-09-07drm/i915: Export a preallocate variant of i915_active_acquire()Chris Wilson1-4/+8
2020-04-06drm/i915: Allow asynchronous waits on the i915_active barriersChris Wilson1-0/+1
2020-04-06drm/i915: Make exclusive awaits on i915_active optionalChris Wilson1-1/+2
2020-03-30drm/i915: Wrap i915_active in a simple kreffed structChris Wilson1-0/+4
2020-03-30drm/i915: Allow for different modes of interruptible i915_active_waitChris Wilson1-1/+5
2020-03-11drm/i915: Extend i915_request_await_active to use all timelinesChris Wilson1-1/+7
2020-01-30drm/i915: Use the async worker to avoid reclaim tainting the ggtt->mutexChris Wilson1-1/+2
2020-01-27drm/i915/gt: Acquire ce->active before ce->pin_count/ce->pin_mutexChris Wilson1-0/+6
2019-12-02drm/i915: Specialise i915_active.work lock classesChris Wilson1-3/+7
2019-11-27drm/i915: Serialise i915_active_fence_set() with itselfChris Wilson1-15/+2
2019-11-02drm/i915/selftests: Flush all active callbacksChris Wilson1-0/+1
2019-10-31drm/i915/selftests: Pretty print the i915_activeChris Wilson1-0/+2
2019-10-04drm/i915: Coordinate i915_active with its own mutexChris Wilson1-261/+58
2019-10-04drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson1-0/+7
2019-09-20drm/i915: Mark i915_request.timeline as a volatile, rcu pointerChris Wilson1-0/+6
2019-08-16drm/i915: Markup expected timeline locks for i915_activeChris Wilson1-2/+10
2019-08-12drm/i915/overlay: Switch to using i915_active trackingChris Wilson1-19/+0
2019-08-02drm/i915: Allow sharing the idle-barrier from other kernel requestsChris Wilson1-1/+1
2019-07-26drm/i915: Capture vma contents outside of spinlockChris Wilson1-0/+3
2019-06-21drm/i915: Provide an i915_active.acquire callbackChris Wilson1-12/+13
2019-06-19drm/i915: Stop passing I915_WAIT_LOCKED to i915_request_wait()Chris Wilson1-1/+1
2019-06-14drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson1-0/+5
2019-03-08drm/i915: Remove has-kernel-contextChris Wilson1-13/+0
2019-03-06drm/i915: Use i915_global_register()Chris Wilson1-4/+0
2019-02-28drm/i915: Make request allocation caches globalChris Wilson1-0/+1
2019-02-05drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson1-0/+349
2019-02-05drm/i915: Allocate active tracking nodes from a slabcacheChris Wilson1-0/+3
2019-02-05drm/i915: Release the active tracker tree upon idlingChris Wilson1-0/+4
2019-02-05drm/i915: Generalise GPU activity trackingChris Wilson1-0/+69