summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_request.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/i915: Flush waiters on seqno wraparoundChris Wilson2018-03-061-4/+2Star
* drm/i915: Stop kicking the signaling thread on seqno wraparoundChris Wilson2018-03-061-0/+2
* drm/i915: Update missing parts after the rename to i915_requestMichel Thierry2018-02-231-2/+2
* drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-211-0/+1411