summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_timeline.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: don't include drm_cache.h in i915_drv.hJani Nikula2022-02-141-0/+2
* drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula2022-02-111-1/+2
* drm/i915: Catch yet another unconditioal clflushVille Syrjälä2021-10-181-1/+1
* drm/i915: Convert unconditional clflush to drm_clflush_virt_range()Ville Syrjälä2021-10-181-1/+1
* drm/i915: Fix syncmap memory leakMatthew Brost2021-08-191-0/+9
* drm/i915: drop the __i915_active_call pointer packingMatthew Auld2021-05-051-2/+2
* Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie2021-04-081-2/+1
|\
| * drm/i915/gt: SPDX cleanupChris Wilson2021-03-241-2/+1
* | drm/i915: Pin timeline map after first timeline pin, v4.Maarten Lankhorst2021-03-241-12/+28
* | drm/i915: Do not share hwsp across contexts any more, v8.Maarten Lankhorst2021-03-241-338/+84
|/
* drm/i915: Mark up protected uses of 'i915_request_completed'Chris Wilson2021-01-151-2/+2
* drm/i915/gt: Track all timelines created using the HWSPChris Wilson2020-12-221-0/+19
* drm/i915: Check for rq->hwsp validity after acquiring RCU lockChris Wilson2020-12-181-6/+4
* drm/i915/gt: Show all active timelines for debuggingChris Wilson2020-11-191-0/+80
* drm/i915/gt: Use the local HWSP offset during submissionChris Wilson2020-11-031-8/+10
* drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst2020-09-071-3/+9
* drm/i915: Export a preallocate variant of i915_active_acquire()Chris Wilson2020-09-071-1/+3
* drm/i915/gt: Support multiple pinned timelinesChris Wilson2020-09-071-5/+7
* drm/i915/gt: Trace placement of timeline HWSPChris Wilson2020-07-151-0/+7
* drm/i915: Make intel_timeline_init staticMika Kuoppala2020-05-111-4/+4
* drm/i915/gt: Check cacheline is valid before acquiringChris Wilson2020-04-271-0/+2
* drm/i915/gt: Poison residual state [HWSP] across resume.Chris Wilson2020-04-211-1/+16
* drm/i915/gt: Mark timeline->cacheline as destroyed after rcu grace periodChris Wilson2020-03-231-2/+10
* drm/i915/gt: Close race between cacheline_retire and freeChris Wilson2020-03-071-2/+6
* drm/i915/gt: Warn about the hidden i915_vma_pin in timeline_get_seqnoChris Wilson2020-02-031-0/+2
* drm/i915: Use the async worker to avoid reclaim tainting the ggtt->mutexChris Wilson2020-01-301-2/+2
* drm/i915/gt: Drop a defunct timeline assertionChris Wilson2020-01-091-1/+0
* drm/i915/gt: Eliminate the trylock for reading a timeline's hwspChris Wilson2019-12-171-40/+24
* drm/i915: Use EAGAIN for trylock failuresChris Wilson2019-12-131-1/+1
* drm/i915: Serialise i915_active_fence_set() with itselfChris Wilson2019-11-271-1/+1
* drm/i915/gt: Schedule request retirement when timeline idlesChris Wilson2019-11-251-0/+1
* drm/i915/gt: Declare timeline.lock to be irq-freeChris Wilson2019-11-201-6/+4
* drm/i915/gt: Close race between engine_park and intel_gt_retire_requestsChris Wilson2019-11-201-7/+27
* drm/i915/gt: Move new timelines to the end of active_listChris Wilson2019-11-191-1/+1
* drm/i915/gt: Pull timeline initialise to intel_gt_init_earlyChris Wilson2019-11-011-12/+2
* drm/i915/gt: Split intel_ring_submissionChris Wilson2019-10-241-3/+3
* drm/i915: Coordinate i915_active with its own mutexChris Wilson2019-10-041-4/+3
* drm/i915: Push the i915_active.retire into a workerChris Wilson2019-10-041-0/+1
* drm/i915: Protect timeline->hwsp dereferencingChris Wilson2019-09-201-7/+25
* drm/i915: Mark i915_request.timeline as a volatile, rcu pointerChris Wilson2019-09-201-3/+3
* drm/i915: Hold irq-off for the entire fake lock periodChris Wilson2019-08-231-4/+6
* drm/i915: Markup expected timeline locks for i915_activeChris Wilson2019-08-161-4/+3
* drm/i915/gt: Mark context->active_count as protected by timeline->mutexChris Wilson2019-08-161-0/+4
* drm/i915/gt: Guard timeline pinning without relying on struct_mutexChris Wilson2019-08-151-15/+12
* drm/i915/gt: Convert timeline tracking to spinlockChris Wilson2019-08-151-7/+5
* drm/i915/gt: Track timeline activeness in enter/exitChris Wilson2019-08-151-62/+36
* drm/i915/gt: Always call kref_init for the timelineChris Wilson2019-06-261-2/+3
* drm/i915/gt: Drop stale commentary for timeline densityChris Wilson2019-06-261-10/+0
* drm/i915: Provide an i915_active.acquire callbackChris Wilson2019-06-211-3/+13
* drm/i915: Remove waiting & retiring from shrinker pathsChris Wilson2019-06-211-3/+0