summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_breadcrumbs.c
Commit message (Expand)AuthorAge
* drm/i915: Skip adding the request to the signal tree is completeChris Wilson2017-06-08
* drm/i915: Report back whether the irq was armed when adding the waiterChris Wilson2017-06-08
* drm/i915: Skip waking the signaler when enabling before request submissionChris Wilson2017-04-26
* drm/i915: Include interesting seqno in the missed breadcrumb debugChris Wilson2017-04-24
* drm/i915: Apply a cond_resched() to the saturated signalerChris Wilson2017-04-04
* drm/i915: Park the signaler before sleepingChris Wilson2017-04-04
* drm/i915: Protect intel_engine_wakeup() for call from irq contextChris Wilson2017-03-21
* drm/i915/breadcrumbs: Tweak commentaryChris Wilson2017-03-16
* drm/i915/breadcrumbs: Assert that we do not shortcut the current bottom-halfChris Wilson2017-03-15
* drm/i915/breadcrumbs: Disable interrupt bottom-half first on idlingChris Wilson2017-03-15
* drm/i915/breadcrumbs: Update bottom-half before marking as completeChris Wilson2017-03-15
* drm/i915/breadcrumbs: Use booleans for intel_breadcrumbs_busy()Chris Wilson2017-03-15
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2017-03-08
|\
| * Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-03-08
| |\
| * | sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-02
* | | drm/i915: No need to save/restore irq status in intel_engine_wakeupTvrtko Ursulin2017-03-07
* | | drm/i915: No need to save/restore irq status in intel_breadcrumbs_fake_irqTvrtko Ursulin2017-03-07
* | | drm/i915: Wake up all waiters before idlingChris Wilson2017-03-06
| |/ |/|
* | drm/i915: Split breadcrumbs spinlock into twoChris Wilson2017-03-03
* | drm/i915: Refactor wakeup of the next breadcrumb waiterChris Wilson2017-03-03
* | drm/i915: s/assert_spin_locked/lockdep_assert_held/Chris Wilson2017-03-02
* | drm/i915: Assert that fence->lock is held in an irq-safe mannerChris Wilson2017-03-02
* | drm/i915: Consolidate reporting of "missed breadcrumbs"Chris Wilson2017-02-28
* | drm/i915: Delay disabling the user interrupt for breadcrumbsChris Wilson2017-02-27
* | drm/i915: Defer enabling hangcheck to the first fake breadcrumb interruptChris Wilson2017-02-27
* | drm/i915: Signal first fence from irq handler if completeChris Wilson2017-02-27
* | drm/i915: Report both waiters and success from intel_engine_wakeup()Chris Wilson2017-02-27
* | drm/i915: Remove the preempted request from the execution queueChris Wilson2017-02-23
* | drm/i915: Allow a request to be cancelledChris Wilson2017-02-23
* | drm/i915: Take a reference whilst processing the signaler requestChris Wilson2017-02-23
* | drm/i915: Protect the request->global_seqno with the engine->timeline lockChris Wilson2017-02-23
* | drm/i915: Keep a global seqno per-engineChris Wilson2017-02-23
* | drm/i915: Only start with the fake-irq timer if interrupts are deadChris Wilson2017-02-17
* | drm/i915: Defer declaration of missed-interrupt until the waiter is asleepChris Wilson2017-02-17
* | drm/i915: Postpone fake breadcrumb interrupt until real interrupts ceaseChris Wilson2017-02-17
* | drm/i915: Add unit tests for the breadcrumb rbtree, insert/removeChris Wilson2017-02-13
* | drm/i915: Park the breadcrumbs signaler across a GPU resetChris Wilson2017-02-13
* | drm/i915: Emit dma-fence (and execlists submit) first from signalerChris Wilson2017-01-24
* | drm/i915: Move breadcrumbs irq_posted up a level to engineChris Wilson2017-01-24
* | drm/i915: Queue hangcheck when irqs are disabledChris Wilson2017-01-23
|/
* drm/i915/breadcrumbs: s/container_of/rb_entry/Chris Wilson2016-12-20
* drm/i915: Add a warning on shutdown if signal threads still activeChris Wilson2016-11-21
* drm/i915: Spin until breadcrumb threads are completeChris Wilson2016-11-09
* drm/i915: Convert breadcrumbs spinlock to be irqsafeChris Wilson2016-10-28
* drm/i915: Introduce a global_seqno for each requestChris Wilson2016-10-28
* dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-25
* drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel2016-10-14
* drm/i915: Reset the breadcrumbs IRQ more carefullyChris Wilson2016-10-07
* drm/i915: Drive request submission through fence callbacksChris Wilson2016-09-09
* drm/i915: Use RCU to annotate and enforce protection for breadcrumb's bhChris Wilson2016-08-10