aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_timeline.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-14drm/i915: Replace engine->timeline with a plain listChris Wilson1-19/+0
2019-04-08drm/i915: Consolidate the timeline->barrierChris Wilson1-15/+0
2019-04-02drm/i915: Move intel_engine_mask_t around for use by i915_request_types.hChris Wilson1-0/+1
2019-03-21drm/i915: Stop storing the context name as the timeline nameChris Wilson1-2/+0
2019-03-08drm/i915: Split struct intel_context definition to its own headerChris Wilson1-68/+2
2019-03-01drm/i915: Keep timeline HWSP allocated until idle across the systemChris Wilson1-1/+10
2019-03-01drm/i915: Introduce i915_timeline.mutexChris Wilson1-0/+2
2019-02-05drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson1-5/+9
2019-02-05drm/i915: Add timeline barrier supportTvrtko Ursulin1-0/+22
2019-01-29drm/i915: Identify active requestsChris Wilson1-0/+2
2019-01-28drm/i915: Share per-timeline HWSP using a slab suballocatorChris Wilson1-0/+1
2019-01-28drm/i915: Allocate a status page for each timelineChris Wilson1-4/+17
2019-01-28drm/i915: Move list of timelines under its own lockChris Wilson1-0/+3
2018-12-28drm/i915: Remove HW semaphores for gen7 inter-engine synchronisationChris Wilson1-8/+0
2018-11-16drm/i915/selftests: Workaround an issue with unused lockdep subclassChris Wilson1-0/+19
2018-07-07drm/i915: Replace nested subclassing with explicit subclassesChris Wilson1-0/+2
2018-05-02drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson1-0/+126