summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_request.c
Commit message (Expand)AuthorAgeFilesLines
...
* drm/i915: Apply rps waitboosting for dma_fence_wait_timeout()Chris Wilson2019-02-131-2/+19
* drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson2019-02-051-24/+11Star
* drm/i915: Add timeline barrier supportTvrtko Ursulin2019-02-051-0/+17
* drm/i915: Trim NEWCLIENT boostingChris Wilson2019-02-041-1/+1
* drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson2019-01-291-93/+49Star
* drm/i915: Identify active requestsChris Wilson2019-01-291-5/+5
* drm/i915: Track the context's seqno in its own timeline HWSPChris Wilson2019-01-281-1/+2
* drm/i915: Introduce concept of per-timeline (context) HWSPChris Wilson2019-01-281-5/+11
* drm/i915: Remove GPU reset dependence on struct_mutexChris Wilson2019-01-251-47/+0Star
* drm/i915: Remove manual breadcumb countingChris Wilson2019-01-251-2/+2
* Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi2019-01-221-6/+6
|\
| * Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-01-091-6/+6
| |\
| | * drm/i915: Compile fix for 64b dma-fence seqnoMika Kuoppala2018-12-071-6/+6
* | | drm/i915: Tidy common test_bit probing of i915_request->fence.flagsChris Wilson2019-01-221-1/+1
* | | drm/i915: Prevent use of global_seqno=0Chris Wilson2019-01-211-1/+8
* | | drm/i915: Pull all the reset functionality together into i915_reset.cChris Wilson2019-01-161-0/+1
* | | drm/i915: Reduce i915_request_alloc retirement to local contextChris Wilson2019-01-091-22/+33
* | | drm/i915: Drop unused engine->irq_seqno_barrier w/aChris Wilson2018-12-311-7/+1Star
* | | drm/i915: Remove redundant trailing request flushChris Wilson2018-12-311-7/+7
* | | drm/i915: Remove HW semaphores for gen7 inter-engine synchronisationChris Wilson2018-12-281-120/+6Star
* | | drm/i915: Push EMIT_INVALIDATE at request start to backendsChris Wilson2018-12-071-5/+0Star
|/ /
* / drm/i915: Skip engine serialisation for no-op seqno resetChris Wilson2018-11-271-0/+3
|/
* drm/i915: Park signaling thread while wrapping the seqnoChris Wilson2018-10-261-0/+4
* drm/i915: Remove the global cache shrink & rcu barrier on allocation failureChris Wilson2018-10-051-11/+0Star
* drm/i915: Priority boost for waiting clientsChris Wilson2018-10-011-0/+2
* drm/i915: Pull scheduling under standalone lockChris Wilson2018-10-011-85/+0Star
* drm/i915: Priority boost for new clientsChris Wilson2018-10-011-2/+14
* drm/i915: Limit the backpressure for i915_request allocationChris Wilson2018-09-141-6/+8
* drm/i915: Pull seqno started checks togetherChris Wilson2018-08-071-5/+4Star
* drm/i915: Provide a timeout to i915_gem_wait_for_idle()Chris Wilson2018-07-091-2/+4
* drm/i915: Replace nested subclassing with explicit subclassesChris Wilson2018-07-071-1/+1
* drm/i915: Export i915_request_skip()Chris Wilson2018-07-061-0/+21
* drm/i915: Only signal from interrupt when requestedChris Wilson2018-06-281-1/+1
* drm/i915: Move the irq_counter inside the spinlockChris Wilson2018-06-281-2/+2
* drm/i915: Make closing request flush mandatoryChris Wilson2018-06-141-16/+2Star
* drm/i915/ringbuffer: Fix context restore upon resetChris Wilson2018-06-111-0/+2
* drm/i915: Look for an active kernel context before switchingChris Wilson2018-05-241-1/+4
* drm/i915: Store a pointer to intel_context in i915_requestChris Wilson2018-05-181-17/+17
* drm/i915: Move request->ctx asideChris Wilson2018-05-181-6/+6
* drm/i915: Annotate timeline lock nestingChris Wilson2018-05-081-1/+1
* drm/i915: Disable tasklet scheduling across initial schedulingChris Wilson2018-05-081-3/+2Star
* drm/i915: Remove assertion of active_rings must be non-empty if active_requestsChris Wilson2018-05-041-3/+0Star
* drm/i915: Keep one request in our ring_listChris Wilson2018-05-041-3/+3
* drm/i915: Reset the hangcheck timestamp before repeating a seqnoChris Wilson2018-05-031-0/+1
* drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson2018-05-031-35/+33Star
* drm/i915: Move timeline from GTT to ringChris Wilson2018-05-031-7/+6Star
* drm/i915: Only track live rings for retiringChris Wilson2018-04-301-2/+8
* drm/i915: Retire requests along ringsChris Wilson2018-04-301-56/+94
* drm/i915: Wrap engine->context_pin() and engine->context_unpin()Chris Wilson2018-04-301-3/+3
* drm/i915: Stop tracking timeline->inflight_seqnosChris Wilson2018-04-301-16/+17