summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_timeline.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Consolidate the timeline->barrierChris Wilson2019-04-081-2/+0Star
* drm/i915: Stop storing the context name as the timeline nameChris Wilson2019-03-211-4/+1Star
* drm/i915: Keep timeline HWSP allocated until idle across the systemChris Wilson2019-03-011-23/+270
* drm/i915: Introduce i915_timeline.mutexChris Wilson2019-03-011-0/+1
* drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson2019-02-051-22/+3Star
* drm/i915: Add timeline barrier supportTvrtko Ursulin2019-02-051-0/+21
* drm/i915: Identify active requestsChris Wilson2019-01-291-0/+1
* drm/i915: Track active timelinesChris Wilson2019-01-281-14/+25
* drm/i915: Track the context's seqno in its own timeline HWSPChris Wilson2019-01-281-0/+4
* drm/i915: Share per-timeline HWSP using a slab suballocatorChris Wilson2019-01-281-21/+103
* drm/i915: Allocate a status page for each timelineChris Wilson2019-01-281-9/+112
* drm/i915: Move list of timelines under its own lockChris Wilson2019-01-281-5/+33
* drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson2018-05-031-0/+105