summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_breadcrumbs.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
* drm/i915/breadcrumbs: s/container_of/rb_entry/Chris Wilson2016-12-201-2/+2
* drm/i915: Add a warning on shutdown if signal threads still activeChris Wilson2016-11-211-0/+6
* drm/i915: Spin until breadcrumb threads are completeChris Wilson2016-11-091-19/+12
* drm/i915: Convert breadcrumbs spinlock to be irqsafeChris Wilson2016-10-281-13/+22
* drm/i915: Introduce a global_seqno for each requestChris Wilson2016-10-281-3/+5
* dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-251-2/+2
* drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel2016-10-141-2/+4
* drm/i915: Reset the breadcrumbs IRQ more carefullyChris Wilson2016-10-071-2/+31
* drm/i915: Drive request submission through fence callbacksChris Wilson2016-09-091-0/+3
* drm/i915: Use RCU to annotate and enforce protection for breadcrumb's bhChris Wilson2016-08-101-13/+9
* drm/i915: Move missed interrupt detection from hangcheck to breadcrumbsChris Wilson2016-08-101-22/+47
* drm/i915: Reduce breadcrumb lock coverage for intel_engine_enable_signaling()Chris Wilson2016-07-261-9/+4
* drm/i915: Update the breadcrumb interrupt counter before enablingChris Wilson2016-07-241-0/+7
* drm/i915: Rename request reference/unreference to get/putChris Wilson2016-07-201-2/+2
* drm/i915: Derive GEM requests from dma-fenceChris Wilson2016-07-201-3/+4
* drm/i915/breadcrumbs: Queue hangcheck before sleepingChris Wilson2016-07-111-0/+9
* drm/i915: Group the irq breadcrumb variables into the same cachelineChris Wilson2016-07-061-14/+14
* drm/i915: Always double check for a missed interrupt for new bottom halvesChris Wilson2016-07-061-5/+11
* drm/i915: Move the get/put irq locking into the callerChris Wilson2016-07-011-2/+8
* drm/i915: Embed signaling node into the GEM requestChris Wilson2016-07-011-39/+37
* drm/i915: Convert trace-irq to the breadcrumb waiterChris Wilson2016-07-011-1/+193
* drm/i915: Only apply one barrier after a breadcrumb interrupt is postedChris Wilson2016-07-011-6/+10
* drm/i915: Use HWS for seqno tracking everywhereChris Wilson2016-07-011-2/+2
* drm/i915: Slaughter the thundering i915_wait_request herdChris Wilson2016-07-011-0/+380
OpenPOWER on IntegriCloud