aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_breadcrumbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-18drm/i915: Convert timers to use timer_setup()Kees Cook1-10/+8
2017-09-27i915: Use %pS printk format for direct addressesHelge Deller1-1/+1
2017-06-08drm/i915: Skip adding the request to the signal tree is completeChris Wilson1-21/+28
2017-06-08drm/i915: Report back whether the irq was armed when adding the waiterChris Wilson1-9/+15
2017-04-26drm/i915: Skip waking the signaler when enabling before request submissionChris Wilson1-3/+4
2017-04-24drm/i915: Include interesting seqno in the missed breadcrumb debugChris Wilson1-2/+4
2017-04-04drm/i915: Apply a cond_resched() to the saturated signalerChris Wilson1-1/+14
2017-04-04drm/i915: Park the signaler before sleepingChris Wilson1-3/+3
2017-03-21drm/i915: Protect intel_engine_wakeup() for call from irq contextChris Wilson1-2/+3
2017-03-16drm/i915/breadcrumbs: Tweak commentaryChris Wilson1-8/+17
2017-03-15drm/i915/breadcrumbs: Assert that we do not shortcut the current bottom-halfChris Wilson1-1/+4
2017-03-15drm/i915/breadcrumbs: Disable interrupt bottom-half first on idlingChris Wilson1-7/+8
2017-03-15drm/i915/breadcrumbs: Update bottom-half before marking as completeChris Wilson1-17/+17
2017-03-15drm/i915/breadcrumbs: Use booleans for intel_breadcrumbs_busy()Chris Wilson1-2/+2
2017-03-08Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-0/+1
2017-03-08Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie1-176/+352
2017-03-07drm/i915: No need to save/restore irq status in intel_engine_wakeupTvrtko Ursulin1-3/+2
2017-03-07drm/i915: No need to save/restore irq status in intel_breadcrumbs_fake_irqTvrtko Ursulin1-3/+2
2017-03-06drm/i915: Wake up all waiters before idlingChris Wilson1-7/+15
2017-03-03drm/i915: Split breadcrumbs spinlock into twoChris Wilson1-36/+44
2017-03-03drm/i915: Refactor wakeup of the next breadcrumb waiterChris Wilson1-30/+18
2017-03-02drm/i915: s/assert_spin_locked/lockdep_assert_held/Chris Wilson1-6/+6
2017-03-02drm/i915: Assert that fence->lock is held in an irq-safe mannerChris Wilson1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>Ingo Molnar1-0/+1
2017-02-28drm/i915: Consolidate reporting of "missed breadcrumbs"Chris Wilson1-3/+12
2017-02-27drm/i915: Delay disabling the user interrupt for breadcrumbsChris Wilson1-61/+115
2017-02-27drm/i915: Defer enabling hangcheck to the first fake breadcrumb interruptChris Wilson1-18/+18
2017-02-27drm/i915: Signal first fence from irq handler if completeChris Wilson1-24/+8
2017-02-27drm/i915: Report both waiters and success from intel_engine_wakeup()Chris Wilson1-1/+27
2017-02-23drm/i915: Remove the preempted request from the execution queueChris Wilson1-2/+15
2017-02-23drm/i915: Allow a request to be cancelledChris Wilson1-15/+56
2017-02-23drm/i915: Take a reference whilst processing the signaler requestChris Wilson1-7/+15
2017-02-23drm/i915: Protect the request->global_seqno with the engine->timeline lockChris Wilson1-4/+7
2017-02-23drm/i915: Keep a global seqno per-engineChris Wilson1-19/+14
2017-02-17drm/i915: Only start with the fake-irq timer if interrupts are deadChris Wilson1-2/+18
2017-02-17drm/i915: Defer declaration of missed-interrupt until the waiter is asleepChris Wilson1-0/+9
2017-02-17drm/i915: Postpone fake breadcrumb interrupt until real interrupts ceaseChris Wilson1-13/+9
2017-02-13drm/i915: Add unit tests for the breadcrumb rbtree, insert/removeChris Wilson1-0/+21
2017-02-13drm/i915: Park the breadcrumbs signaler across a GPU resetChris Wilson1-0/+3
2017-01-24drm/i915: Emit dma-fence (and execlists submit) first from signalerChris Wilson1-4/+4
2017-01-24drm/i915: Move breadcrumbs irq_posted up a level to engineChris Wilson1-5/+4
2017-01-23drm/i915: Queue hangcheck when irqs are disabledChris Wilson1-0/+1
2016-12-20drm/i915/breadcrumbs: s/container_of/rb_entry/Chris Wilson1-2/+2
2016-11-21drm/i915: Add a warning on shutdown if signal threads still activeChris Wilson1-0/+6
2016-11-09drm/i915: Spin until breadcrumb threads are completeChris Wilson1-19/+12
2016-10-28drm/i915: Convert breadcrumbs spinlock to be irqsafeChris Wilson1-13/+22
2016-10-28drm/i915: Introduce a global_seqno for each requestChris Wilson1-3/+5
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-2/+2
2016-10-14drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel1-2/+4
2016-10-07drm/i915: Reset the breadcrumbs IRQ more carefullyChris Wilson1-2/+31