summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_request.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson2019-02-051-383/+0Star
* drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson2019-01-291-16/+56
* drm/i915: Identify active requestsChris Wilson2019-01-291-0/+1
* drm/i915: Track the context's seqno in its own timeline HWSPChris Wilson2019-01-281-19/+11Star
* drm/i915: Introduce concept of per-timeline (context) HWSPChris Wilson2019-01-281-7/+38
* drm/i915: Tidy common test_bit probing of i915_request->fence.flagsChris Wilson2019-01-221-0/+5
* drm/i915: Remove duplicate header from i915_request.hBrajeswar Ghosh2018-12-271-1/+0Star
* drm/i915: Priority boost for waiting clientsChris Wilson2018-10-011-2/+3
* drm/i915: Pull scheduling under standalone lockChris Wilson2018-10-011-8/+0Star
* drm/i915: Limit the backpressure for i915_request allocationChris Wilson2018-09-141-0/+8
* drm/i915: Pull seqno started checks togetherChris Wilson2018-08-071-14/+25
* drm/i915: Track vma activity per fence.context, not per engineChris Wilson2018-07-061-0/+1
* drm/i915: Export i915_request_skip()Chris Wilson2018-07-061-0/+2
* drm/i915: Make closing request flush mandatoryChris Wilson2018-06-141-3/+1Star
* drm/i915/ringbuffer: Fix context restore upon resetChris Wilson2018-06-111-0/+3
* drm/i915: "Race-to-idle" after switching to the kernel contextChris Wilson2018-05-311-0/+1
* drm/i915: Store a pointer to intel_context in i915_requestChris Wilson2018-05-181-0/+1
* drm/i915: Move request->ctx asideChris Wilson2018-05-181-1/+1
* drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson2018-05-031-1/+2
* drm/i915: Pack params to engine->schedule() into a structChris Wilson2018-04-181-0/+1
* drm/i915: Rename priotree to schedChris Wilson2018-04-181-3/+3
* drm/i915: Move the priotree struct to its own headersChris Wilson2018-04-181-38/+1Star
* drm/i915/breadcrumbs: Reduce signaler rbtree to a sorted listChris Wilson2018-03-061-1/+1
* drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-211-0/+738