summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_breadcrumbs.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* | | drm/i915: No need to save/restore irq status in intel_breadcrumbs_fake_irqTvrtko Ursulin2017-03-071-3/+2
* | | 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/+18
* | 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/+8
* | 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
* | drm/i915: Keep a global seqno per-engineChris Wilson2017-02-231-19/+14
* | drm/i915: Only start with the fake-irq timer if interrupts are deadChris Wilson2017-02-171-2/+18
* | drm/i915: Defer declaration of missed-interrupt until the waiter is asleepChris Wilson2017-02-171-0/+9
* | drm/i915: Postpone fake breadcrumb interrupt until real interrupts ceaseChris Wilson2017-02-171-13/+9
* | drm/i915: Add unit tests for the breadcrumb rbtree, insert/removeChris Wilson2017-02-131-0/+21
* | drm/i915: Park the breadcrumbs signaler across a GPU resetChris Wilson2017-02-131-0/+3
* | drm/i915: Emit dma-fence (and execlists submit) first from signalerChris Wilson2017-01-241-4/+4
* | drm/i915: Move breadcrumbs irq_posted up a level to engineChris Wilson2017-01-241-5/+4
* | drm/i915: Queue hangcheck when irqs are disabledChris Wilson2017-01-231-0/+1
|/
* drm/i915/breadcrumbs: s/container_of/rb_entry/Chris Wilson2016-12-201-2/+2
* drm/i915: Add a warning on shutdown if signal threads still activeChris Wilson2016-11-211-0/+6
* drm/i915: Spin until breadcrumb threads are completeChris Wilson2016-11-091-19/+12
* drm/i915: Convert breadcrumbs spinlock to be irqsafeChris Wilson2016-10-281-13/+22
* drm/i915: Introduce a global_seqno for each requestChris Wilson2016-10-281-3/+5
* dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-251-2/+2
* drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel2016-10-141-2/+4
* drm/i915: Reset the breadcrumbs IRQ more carefullyChris Wilson2016-10-071-2/+31
* drm/i915: Drive request submission through fence callbacksChris Wilson2016-09-091-0/+3
* drm/i915: Use RCU to annotate and enforce protection for breadcrumb's bhChris Wilson2016-08-101-13/+9
* drm/i915: Move missed interrupt detection from hangcheck to breadcrumbsChris Wilson2016-08-101-22/+47
* drm/i915: Reduce breadcrumb lock coverage for intel_engine_enable_signaling()Chris Wilson2016-07-261-9/+4
OpenPOWER on IntegriCloud