aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_timeline.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-14drm/i915: Replace engine->timeline with a plain listChris Wilson1-1/+0
2019-06-06drm/i915: Move object close under its own lockChris Wilson1-6/+7
2019-04-08drm/i915: Consolidate the timeline->barrierChris Wilson1-2/+0
2019-03-21drm/i915: Stop storing the context name as the timeline nameChris Wilson1-4/+1
2019-03-01drm/i915: Keep timeline HWSP allocated until idle across the systemChris Wilson1-23/+270
2019-03-01drm/i915: Introduce i915_timeline.mutexChris Wilson1-0/+1
2019-02-05drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson1-22/+3
2019-02-05drm/i915: Add timeline barrier supportTvrtko Ursulin1-0/+21
2019-01-29drm/i915: Identify active requestsChris Wilson1-0/+1
2019-01-28drm/i915: Track active timelinesChris Wilson1-14/+25
2019-01-28drm/i915: Track the context's seqno in its own timeline HWSPChris Wilson1-0/+4
2019-01-28drm/i915: Share per-timeline HWSP using a slab suballocatorChris Wilson1-21/+103
2019-01-28drm/i915: Allocate a status page for each timelineChris Wilson1-9/+112
2019-01-28drm/i915: Move list of timelines under its own lockChris Wilson1-5/+33
2018-05-02drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson1-0/+105