aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_request.c
Commit message (Expand)AuthorAge
* drm/i915: Park signaling thread while wrapping the seqnoChris Wilson2018-10-26
* drm/i915: Remove the global cache shrink & rcu barrier on allocation failureChris Wilson2018-10-05
* drm/i915: Priority boost for waiting clientsChris Wilson2018-10-01
* drm/i915: Pull scheduling under standalone lockChris Wilson2018-10-01
* drm/i915: Priority boost for new clientsChris Wilson2018-10-01
* drm/i915: Limit the backpressure for i915_request allocationChris Wilson2018-09-14
* drm/i915: Pull seqno started checks togetherChris Wilson2018-08-07
* drm/i915: Provide a timeout to i915_gem_wait_for_idle()Chris Wilson2018-07-09
* drm/i915: Replace nested subclassing with explicit subclassesChris Wilson2018-07-07
* drm/i915: Export i915_request_skip()Chris Wilson2018-07-06
* drm/i915: Only signal from interrupt when requestedChris Wilson2018-06-28
* drm/i915: Move the irq_counter inside the spinlockChris Wilson2018-06-28
* drm/i915: Make closing request flush mandatoryChris Wilson2018-06-14
* drm/i915/ringbuffer: Fix context restore upon resetChris Wilson2018-06-11
* drm/i915: Look for an active kernel context before switchingChris Wilson2018-05-24
* drm/i915: Store a pointer to intel_context in i915_requestChris Wilson2018-05-18
* drm/i915: Move request->ctx asideChris Wilson2018-05-18
* drm/i915: Annotate timeline lock nestingChris Wilson2018-05-08
* drm/i915: Disable tasklet scheduling across initial schedulingChris Wilson2018-05-08
* drm/i915: Remove assertion of active_rings must be non-empty if active_requestsChris Wilson2018-05-04
* drm/i915: Keep one request in our ring_listChris Wilson2018-05-04
* drm/i915: Reset the hangcheck timestamp before repeating a seqnoChris Wilson2018-05-03
* drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson2018-05-02
* drm/i915: Move timeline from GTT to ringChris Wilson2018-05-02
* drm/i915: Only track live rings for retiringChris Wilson2018-04-30
* drm/i915: Retire requests along ringsChris Wilson2018-04-30
* drm/i915: Wrap engine->context_pin() and engine->context_unpin()Chris Wilson2018-04-30
* drm/i915: Stop tracking timeline->inflight_seqnosChris Wilson2018-04-30
* drm/i915: Pack params to engine->schedule() into a structChris Wilson2018-04-18
* drm/i915: Rename priotree to schedChris Wilson2018-04-18
* drm/i915/execlists: Log fence context & seqno throughout GEM_TRACETvrtko Ursulin2018-04-09
* drm/i915: Pass the set of guilty engines to i915_reset()Chris Wilson2018-04-06
* drm/i915: Split out parking from the idle worker for reuseChris Wilson2018-04-06
* drm/i915: Include the HW breadcrumb whenever we trace the global_seqnoChris Wilson2018-03-29
* drm/i915: Remove local timeline var from submit/unsubmitChris Wilson2018-03-22
* drm/i915: Fix tracing of submit seqnoChris Wilson2018-03-22
* drm/i915: Add control flags to i915_handle_error()Chris Wilson2018-03-20
* drm/i915: Trace GEM steps between submit and wedgingChris Wilson2018-03-16
* drm/i915: Remove the impedance mismatch around intel_engine_enable_signalingChris Wilson2018-03-12
* drm/i915: Wrap engine->schedule in RCU locks for set-wedge protectionChris Wilson2018-03-09
* drm/i915: Update ring position from request on retiringChris Wilson2018-03-09
* drm/i915: Flush waiters on seqno wraparoundChris Wilson2018-03-06
* drm/i915: Stop kicking the signaling thread on seqno wraparoundChris Wilson2018-03-06
* drm/i915: Update missing parts after the rename to i915_requestMichel Thierry2018-02-23
* drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-21