summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_timeline.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Rename i915_timeline to intel_timeline and move under gtTvrtko Ursulin2019-06-211-591/+0
* drm/i915: Make timelines gt centricTvrtko Ursulin2019-06-211-23/+20
* drm/i915: Compartmentalize timeline_init/park/finiTvrtko Ursulin2019-06-211-26/+41
* drm/i915: Replace engine->timeline with a plain listChris Wilson2019-06-141-1/+0
* drm/i915: Move object close under its own lockChris Wilson2019-06-061-6/+7
* drm/i915: Consolidate the timeline->barrierChris Wilson2019-04-081-2/+0
* drm/i915: Stop storing the context name as the timeline nameChris Wilson2019-03-211-4/+1
* 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/+3
* 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-021-0/+105