aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_active.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-28drm/i915: move i915_active slab to direct module init/exitDaniel Vetter1-20/+11
2021-07-22drm/i915: Ditch i915 globals shrink infrastructureDaniel Vetter1-6/+0
2021-05-05drm/i915: drop the __i915_active_call pointer packingMatthew Auld1-9/+5
2021-04-29drm/i915: Fix crash in auto_retireStéphane Marchesin1-1/+2
2021-03-24drm/i915: make lockdep slightly happier about execbuf.Maarten Lankhorst1-10/+10
2021-02-21Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-5/+2
2021-01-26drm/i915: Always flush the active worker before returning from the waitChris Wilson1-13/+15
2020-12-23drm/i915: Use cmpxchg64 for 32b compatilibityChris Wilson1-5/+2
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-57/+187
2020-09-24treewide: Make all debug_obj_descriptors constStephen Boyd1-1/+1
2020-09-07drm/i915: Reduce locking around i915_active_acquire_preallocate_barrier()Chris Wilson1-5/+5
2020-09-07drm/i915: Make the stale cached active node available for any timelineChris Wilson1-2/+28
2020-09-07drm/i915: Keep the most recently used active-fence upon discardChris Wilson1-7/+20
2020-09-07drm/i915: Export a preallocate variant of i915_active_acquire()Chris Wilson1-32/+118
2020-09-07drm/i915: Skip taking acquire mutex for no ref->active callbackChris Wilson1-8/+16
2020-08-17drm/i915: Fix wrong return valueTianjia Zhang1-5/+2
2020-04-06drm/i915: Allow asynchronous waits on the i915_active barriersChris Wilson1-10/+63
2020-04-06drm/i915: Make exclusive awaits on i915_active optionalChris Wilson1-3/+4
2020-03-30drm/i915: Wrap i915_active in a simple kreffed structChris Wilson1-0/+53
2020-03-30drm/i915: Allow for different modes of interruptible i915_active_waitChris Wilson1-2/+4
2020-03-23drm/i915/gt: Delay release of engine-pm after last retirementChris Wilson1-1/+1
2020-03-11drm/i915: Extend i915_request_await_active to use all timelinesChris Wilson1-11/+67
2020-02-28drm/i915: Skip barriers inside waitsChris Wilson1-0/+3
2020-02-25drm/i915: Flush idle barriers when waitingChris Wilson1-9/+33
2020-02-25drm/i915: Drop assertion that active->fence is unchangedChris Wilson1-1/+0
2020-02-03drm/i915: Hold reference to previous active fence as we queueChris Wilson1-1/+5
2020-01-30drm/i915: Use the async worker to avoid reclaim tainting the ggtt->mutexChris Wilson1-2/+8
2020-01-30drm/i915: Fix preallocated barrier list appendJosé Roberto de Souza1-9/+10
2020-01-27drm/i915: Tighten atomicity of i915_active_acquire vs i915_active_releaseChris Wilson1-7/+9
2020-01-17drm/i915: Satisfy smatch that a loop has at least one iterationChris Wilson1-0/+1
2020-01-06drm/i915/gt: Drop mutex serialisation between context pin/unpinChris Wilson1-4/+15
2019-12-21drm/i915: Remove i915->kernel_contextChris Wilson1-0/+2
2019-12-05drm/i915: Serialise i915_active_acquire() with __active_retire()Chris Wilson1-2/+3
2019-12-02drm/i915: Serialise i915_active_wait() with its retirementChris Wilson1-0/+1
2019-12-02drm/i915: Specialise i915_active.work lock classesChris Wilson1-2/+6
2019-11-27drm/i915: Serialise i915_active_fence_set() with itselfChris Wilson1-50/+57
2019-11-20drm/i915: Mark up the calling context for intel_wakeref_put()Chris Wilson1-2/+3
2019-11-14drm/i915: Split i915_active.mutex into an irq-safe spinlock for the rbtreeChris Wilson1-29/+28
2019-10-24drm/i915/gt: Split intel_ring_submissionChris Wilson1-0/+1
2019-10-21drm/i915/gt: Introduce barrier pulses along enginesChris Wilson1-0/+1
2019-10-18drm/i915: Make for_each_engine_masked work on intel_gtTvrtko Ursulin1-2/+2
2019-10-04drm/i915: Move idle barrier cleanup into engine-pmChris Wilson1-0/+1
2019-10-04drm/i915: Coordinate i915_active with its own mutexChris Wilson1-166/+156
2019-10-04drm/i915: Push the i915_active.retire into a workerChris Wilson1-4/+30
2019-10-04drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson1-16/+79
2019-09-20drm/i915: Mark i915_request.timeline as a volatile, rcu pointerChris Wilson1-1/+1
2019-08-27drm/i915: Only activate i915_active debugobject onceChris Wilson1-2/+6
2019-08-19drm/i915: i915_active.retire() is optionalChris Wilson1-2/+4
2019-08-16drm/i915: Markup expected timeline locks for i915_activeChris Wilson1-4/+15
2019-08-14drm/i915: Serialise read/write of the barrier's engineChris Wilson1-5/+23