summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_request.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-next-2019-01-10' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-01-241-161/+47Star
|\
| * 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
* | 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: 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
* drm/i915: Pack params to engine->schedule() into a structChris Wilson2018-04-181-2/+2
* drm/i915: Rename priotree to schedChris Wilson2018-04-181-32/+34
* drm/i915/execlists: Log fence context & seqno throughout GEM_TRACETvrtko Ursulin2018-04-091-3/+3
* drm/i915: Pass the set of guilty engines to i915_reset()Chris Wilson2018-04-071-2/+4
* drm/i915: Split out parking from the idle worker for reuseChris Wilson2018-04-061-49/+3Star
* drm/i915: Include the HW breadcrumb whenever we trace the global_seqnoChris Wilson2018-03-291-11/+17
* drm/i915: Remove local timeline var from submit/unsubmitChris Wilson2018-03-221-15/+15
* drm/i915: Fix tracing of submit seqnoChris Wilson2018-03-221-1/+1
* drm/i915: Add control flags to i915_handle_error()Chris Wilson2018-03-201-1/+1
* drm/i915: Trace GEM steps between submit and wedgingChris Wilson2018-03-161-0/+23
* drm/i915: Remove the impedance mismatch around intel_engine_enable_signalingChris Wilson2018-03-121-5/+1Star
* drm/i915: Wrap engine->schedule in RCU locks for set-wedge protectionChris Wilson2018-03-091-0/+2
* drm/i915: Update ring position from request on retiringChris Wilson2018-03-091-1/+1