aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_breadcrumbs.c
AgeCommit message (Expand)Author
2018-02-28drm/i915/breadcrumbs: Ignore unsubmitted signalersChris Wilson
2017-12-14drm/i915: Stop listening to request resubmission from the signaler kthreadChris Wilson
2017-11-21drm/i915: Clear breadcrumb node when cancelling signalingChris Wilson
2017-10-18drm/i915: Convert timers to use timer_setup()Kees Cook
2017-09-27i915: Use %pS printk format for direct addressesHelge Deller
2017-06-08drm/i915: Skip adding the request to the signal tree is completeChris Wilson
2017-06-08drm/i915: Report back whether the irq was armed when adding the waiterChris Wilson
2017-04-26drm/i915: Skip waking the signaler when enabling before request submissionChris Wilson
2017-04-24drm/i915: Include interesting seqno in the missed breadcrumb debugChris Wilson
2017-04-04drm/i915: Apply a cond_resched() to the saturated signalerChris Wilson
2017-04-04drm/i915: Park the signaler before sleepingChris Wilson
2017-03-21drm/i915: Protect intel_engine_wakeup() for call from irq contextChris Wilson
2017-03-16drm/i915/breadcrumbs: Tweak commentaryChris Wilson
2017-03-15drm/i915/breadcrumbs: Assert that we do not shortcut the current bottom-halfChris Wilson
2017-03-15drm/i915/breadcrumbs: Disable interrupt bottom-half first on idlingChris Wilson
2017-03-15drm/i915/breadcrumbs: Update bottom-half before marking as completeChris Wilson
2017-03-15drm/i915/breadcrumbs: Use booleans for intel_breadcrumbs_busy()Chris Wilson
2017-03-08Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter
2017-03-08Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr...Dave Airlie
2017-03-07drm/i915: No need to save/restore irq status in intel_engine_wakeupTvrtko Ursulin
2017-03-07drm/i915: No need to save/restore irq status in intel_breadcrumbs_fake_irqTvrtko Ursulin
2017-03-06drm/i915: Wake up all waiters before idlingChris Wilson
2017-03-03drm/i915: Split breadcrumbs spinlock into twoChris Wilson
2017-03-03drm/i915: Refactor wakeup of the next breadcrumb waiterChris Wilson
2017-03-02drm/i915: s/assert_spin_locked/lockdep_assert_held/Chris Wilson
2017-03-02drm/i915: Assert that fence->lock is held in an irq-safe mannerChris Wilson
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar
2017-02-28drm/i915: Consolidate reporting of "missed breadcrumbs"Chris Wilson
2017-02-27drm/i915: Delay disabling the user interrupt for breadcrumbsChris Wilson
2017-02-27drm/i915: Defer enabling hangcheck to the first fake breadcrumb interruptChris Wilson
2017-02-27drm/i915: Signal first fence from irq handler if completeChris Wilson
2017-02-27drm/i915: Report both waiters and success from intel_engine_wakeup()Chris Wilson
2017-02-23drm/i915: Remove the preempted request from the execution queueChris Wilson
2017-02-23drm/i915: Allow a request to be cancelledChris Wilson
2017-02-23drm/i915: Take a reference whilst processing the signaler requestChris Wilson
2017-02-23drm/i915: Protect the request->global_seqno with the engine->timeline lockChris Wilson
2017-02-23drm/i915: Keep a global seqno per-engineChris Wilson
2017-02-17drm/i915: Only start with the fake-irq timer if interrupts are deadChris Wilson
2017-02-17drm/i915: Defer declaration of missed-interrupt until the waiter is asleepChris Wilson
2017-02-17drm/i915: Postpone fake breadcrumb interrupt until real interrupts ceaseChris Wilson
2017-02-13drm/i915: Add unit tests for the breadcrumb rbtree, insert/removeChris Wilson
2017-02-13drm/i915: Park the breadcrumbs signaler across a GPU resetChris Wilson
2017-01-24drm/i915: Emit dma-fence (and execlists submit) first from signalerChris Wilson
2017-01-24drm/i915: Move breadcrumbs irq_posted up a level to engineChris Wilson
2017-01-23drm/i915: Queue hangcheck when irqs are disabledChris Wilson
2016-12-20drm/i915/breadcrumbs: s/container_of/rb_entry/Chris Wilson
2016-11-21drm/i915: Add a warning on shutdown if signal threads still activeChris Wilson
2016-11-09drm/i915: Spin until breadcrumb threads are completeChris Wilson
2016-10-28drm/i915: Convert breadcrumbs spinlock to be irqsafeChris Wilson
2016-10-28drm/i915: Introduce a global_seqno for each requestChris Wilson