summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_breadcrumbs.c
AgeCommit message (Expand)Author
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
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson
2016-10-14drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel
2016-10-07drm/i915: Reset the breadcrumbs IRQ more carefullyChris Wilson
2016-09-09drm/i915: Drive request submission through fence callbacksChris Wilson
2016-08-10drm/i915: Use RCU to annotate and enforce protection for breadcrumb's bhChris Wilson
2016-08-10drm/i915: Move missed interrupt detection from hangcheck to breadcrumbsChris Wilson
2016-07-26drm/i915: Reduce breadcrumb lock coverage for intel_engine_enable_signaling()Chris Wilson
2016-07-24drm/i915: Update the breadcrumb interrupt counter before enablingChris Wilson
2016-07-20drm/i915: Rename request reference/unreference to get/putChris Wilson
2016-07-20drm/i915: Derive GEM requests from dma-fenceChris Wilson
2016-07-11drm/i915/breadcrumbs: Queue hangcheck before sleepingChris Wilson
2016-07-06drm/i915: Group the irq breadcrumb variables into the same cachelineChris Wilson
2016-07-06drm/i915: Always double check for a missed interrupt for new bottom halvesChris Wilson
2016-07-01drm/i915: Move the get/put irq locking into the callerChris Wilson
2016-07-01drm/i915: Embed signaling node into the GEM requestChris Wilson
2016-07-01drm/i915: Convert trace-irq to the breadcrumb waiterChris Wilson
2016-07-01drm/i915: Only apply one barrier after a breadcrumb interrupt is postedChris Wilson
2016-07-01drm/i915: Use HWS for seqno tracking everywhereChris Wilson
2016-07-01drm/i915: Slaughter the thundering i915_wait_request herdChris Wilson