summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_breadcrumbs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Flush waiters on seqno wraparoundChris Wilson2018-03-061-19/+0Star
* drm/i915: Stop kicking the signaling thread on seqno wraparoundChris Wilson2018-03-061-5/+0Star
* drm/i915/breadcrumbs: Assert all missed breadcrumbs were signaledChris Wilson2018-03-061-0/+2
* drm/i915/breadcrumbs: Reduce signaler rbtree to a sorted listChris Wilson2018-03-061-148/+113Star
* drm/i915/icl: Ringbuffer interrupt handlingTvrtko Ursulin2018-03-051-6/+10
* drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-211-16/+15Star
* drm/i915/breadcrumbs: Ignore unsubmitted signalersChris Wilson2018-02-071-16/+4Star
* drm/i915/breadcrumbs: Drop request reference for the signaler threadChris Wilson2018-02-051-69/+81
* drm/i915: Always run hangcheck while the GPU is busyChris Wilson2018-01-311-11/+0Star
* drm/i915: Assert we do not try to wait on an invalid seqnoChris Wilson2018-01-031-0/+2
* drm/i915: Only report a wakeup if the waiter was truly asleepChris Wilson2017-12-111-4/+22
* drm/i915: Stop listening to request resubmission from the signaler kthreadChris Wilson2017-12-111-11/+11
* drm/i915: Include engine state on detecting a missed breadcrumb/seqnoChris Wilson2017-12-081-11/+14
* drm/i915: Clear breadcrumb node when cancelling signalingChris Wilson2017-11-161-0/+1
* drm/i915: Move irqs enabled assertion deeper for mock breadcrumbsChris Wilson2017-11-101-2/+8
* drm/i915: Check that the breadcrumb wasn't disarmed automatically before parkingChris Wilson2017-11-011-1/+2
* drm/i915/guc: Always enable the breadcrumbs irqChris Wilson2017-10-251-10/+35
* drm/i915: Convert timers to use timer_setup()Kees Cook2017-10-181-10/+8Star
* i915: Use %pS printk format for direct addressesHelge Deller2017-09-271-1/+1
* drm/i915: Skip adding the request to the signal tree is completeChris Wilson2017-06-081-21/+28
* drm/i915: Report back whether the irq was armed when adding the waiterChris Wilson2017-06-081-9/+15
* drm/i915: Skip waking the signaler when enabling before request submissionChris Wilson2017-04-261-3/+4
* drm/i915: Include interesting seqno in the missed breadcrumb debugChris Wilson2017-04-241-2/+4
* drm/i915: Apply a cond_resched() to the saturated signalerChris Wilson2017-04-041-1/+14
* drm/i915: Park the signaler before sleepingChris Wilson2017-04-041-3/+3
* drm/i915: Protect intel_engine_wakeup() for call from irq contextChris Wilson2017-03-211-2/+3
* drm/i915/breadcrumbs: Tweak commentaryChris Wilson2017-03-161-8/+17
* drm/i915/breadcrumbs: Assert that we do not shortcut the current bottom-halfChris Wilson2017-03-151-1/+4
* drm/i915/breadcrumbs: Disable interrupt bottom-half first on idlingChris Wilson2017-03-151-7/+8
* drm/i915/breadcrumbs: Update bottom-half before marking as completeChris Wilson2017-03-151-17/+17
* drm/i915/breadcrumbs: Use booleans for intel_breadcrumbs_busy()Chris Wilson2017-03-151-2/+2
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2017-03-081-0/+1
|\
| * Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-03-081-176/+352
| |\
| * | sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
* | | drm/i915: No need to save/restore irq status in intel_engine_wakeupTvrtko Ursulin2017-03-071-3/+2Star
* | | drm/i915: No need to save/restore irq status in intel_breadcrumbs_fake_irqTvrtko Ursulin2017-03-071-3/+2Star
* | | drm/i915: Wake up all waiters before idlingChris Wilson2017-03-061-7/+15
| |/ |/|
* | drm/i915: Split breadcrumbs spinlock into twoChris Wilson2017-03-031-36/+44
* | drm/i915: Refactor wakeup of the next breadcrumb waiterChris Wilson2017-03-031-30/+18Star
* | drm/i915: s/assert_spin_locked/lockdep_assert_held/Chris Wilson2017-03-021-6/+6
* | drm/i915: Assert that fence->lock is held in an irq-safe mannerChris Wilson2017-03-021-0/+2
* | drm/i915: Consolidate reporting of "missed breadcrumbs"Chris Wilson2017-02-281-3/+12
* | drm/i915: Delay disabling the user interrupt for breadcrumbsChris Wilson2017-02-271-61/+115
* | drm/i915: Defer enabling hangcheck to the first fake breadcrumb interruptChris Wilson2017-02-271-18/+18
* | drm/i915: Signal first fence from irq handler if completeChris Wilson2017-02-271-24/+8Star
* | drm/i915: Report both waiters and success from intel_engine_wakeup()Chris Wilson2017-02-271-1/+27
* | drm/i915: Remove the preempted request from the execution queueChris Wilson2017-02-231-2/+15
* | drm/i915: Allow a request to be cancelledChris Wilson2017-02-231-15/+56
* | drm/i915: Take a reference whilst processing the signaler requestChris Wilson2017-02-231-7/+15
* | drm/i915: Protect the request->global_seqno with the engine->timeline lockChris Wilson2017-02-231-4/+7