index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_breadcrumbs.c
Age
Commit message (
Expand
)
Author
2016-12-20
drm/i915/breadcrumbs: s/container_of/rb_entry/
Chris Wilson
2016-11-21
drm/i915: Add a warning on shutdown if signal threads still active
Chris Wilson
2016-11-09
drm/i915: Spin until breadcrumb threads are complete
Chris Wilson
2016-10-28
drm/i915: Convert breadcrumbs spinlock to be irqsafe
Chris Wilson
2016-10-28
drm/i915: Introduce a global_seqno for each request
Chris Wilson
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-10-14
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
2016-10-07
drm/i915: Reset the breadcrumbs IRQ more carefully
Chris Wilson
2016-09-09
drm/i915: Drive request submission through fence callbacks
Chris Wilson
2016-08-10
drm/i915: Use RCU to annotate and enforce protection for breadcrumb's bh
Chris Wilson
2016-08-10
drm/i915: Move missed interrupt detection from hangcheck to breadcrumbs
Chris Wilson
2016-07-26
drm/i915: Reduce breadcrumb lock coverage for intel_engine_enable_signaling()
Chris Wilson
2016-07-24
drm/i915: Update the breadcrumb interrupt counter before enabling
Chris Wilson
2016-07-20
drm/i915: Rename request reference/unreference to get/put
Chris Wilson
2016-07-20
drm/i915: Derive GEM requests from dma-fence
Chris Wilson
2016-07-11
drm/i915/breadcrumbs: Queue hangcheck before sleeping
Chris Wilson
2016-07-06
drm/i915: Group the irq breadcrumb variables into the same cacheline
Chris Wilson
2016-07-06
drm/i915: Always double check for a missed interrupt for new bottom halves
Chris Wilson
2016-07-01
drm/i915: Move the get/put irq locking into the caller
Chris Wilson
2016-07-01
drm/i915: Embed signaling node into the GEM request
Chris Wilson
2016-07-01
drm/i915: Convert trace-irq to the breadcrumb waiter
Chris Wilson
2016-07-01
drm/i915: Only apply one barrier after a breadcrumb interrupt is posted
Chris Wilson
2016-07-01
drm/i915: Use HWS for seqno tracking everywhere
Chris Wilson
2016-07-01
drm/i915: Slaughter the thundering i915_wait_request herd
Chris Wilson