aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_breadcrumbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-09drm/i915: Drive request submission through fence callbacksChris Wilson1-0/+3
2016-08-10drm/i915: Use RCU to annotate and enforce protection for breadcrumb's bhChris Wilson1-13/+9
2016-08-10drm/i915: Move missed interrupt detection from hangcheck to breadcrumbsChris Wilson1-22/+47
2016-07-26drm/i915: Reduce breadcrumb lock coverage for intel_engine_enable_signaling()Chris Wilson1-9/+4
2016-07-24drm/i915: Update the breadcrumb interrupt counter before enablingChris Wilson1-0/+7
2016-07-20drm/i915: Rename request reference/unreference to get/putChris Wilson1-2/+2
2016-07-20drm/i915: Derive GEM requests from dma-fenceChris Wilson1-3/+4
2016-07-11drm/i915/breadcrumbs: Queue hangcheck before sleepingChris Wilson1-0/+9
2016-07-06drm/i915: Group the irq breadcrumb variables into the same cachelineChris Wilson1-14/+14
2016-07-06drm/i915: Always double check for a missed interrupt for new bottom halvesChris Wilson1-5/+11
2016-07-01drm/i915: Move the get/put irq locking into the callerChris Wilson1-2/+8
2016-07-01drm/i915: Embed signaling node into the GEM requestChris Wilson1-39/+37
2016-07-01drm/i915: Convert trace-irq to the breadcrumb waiterChris Wilson1-1/+193
2016-07-01drm/i915: Only apply one barrier after a breadcrumb interrupt is postedChris Wilson1-6/+10
2016-07-01drm/i915: Use HWS for seqno tracking everywhereChris Wilson1-2/+2
2016-07-01drm/i915: Slaughter the thundering i915_wait_request herdChris Wilson1-0/+380