index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_breadcrumbs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915/breadcrumbs: Tweak commentary
Chris Wilson
2017-03-16
1
-8
/
+17
*
drm/i915/breadcrumbs: Assert that we do not shortcut the current bottom-half
Chris Wilson
2017-03-15
1
-1
/
+4
*
drm/i915/breadcrumbs: Disable interrupt bottom-half first on idling
Chris Wilson
2017-03-15
1
-7
/
+8
*
drm/i915/breadcrumbs: Update bottom-half before marking as complete
Chris Wilson
2017-03-15
1
-17
/
+17
*
drm/i915/breadcrumbs: Use booleans for intel_breadcrumbs_busy()
Chris Wilson
2017-03-15
1
-2
/
+2
*
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
2017-03-08
1
-0
/
+1
|
\
|
*
Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
2017-03-08
1
-176
/
+352
|
|
\
|
*
|
sched/headers: Prepare for new header dependencies before moving code to <uap...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
|
|
drm/i915: No need to save/restore irq status in intel_engine_wakeup
Tvrtko Ursulin
2017-03-07
1
-3
/
+2
*
|
|
drm/i915: No need to save/restore irq status in intel_breadcrumbs_fake_irq
Tvrtko Ursulin
2017-03-07
1
-3
/
+2
*
|
|
drm/i915: Wake up all waiters before idling
Chris Wilson
2017-03-06
1
-7
/
+15
|
|
/
|
/
|
*
|
drm/i915: Split breadcrumbs spinlock into two
Chris Wilson
2017-03-03
1
-36
/
+44
*
|
drm/i915: Refactor wakeup of the next breadcrumb waiter
Chris Wilson
2017-03-03
1
-30
/
+18
*
|
drm/i915: s/assert_spin_locked/lockdep_assert_held/
Chris Wilson
2017-03-02
1
-6
/
+6
*
|
drm/i915: Assert that fence->lock is held in an irq-safe manner
Chris Wilson
2017-03-02
1
-0
/
+2
*
|
drm/i915: Consolidate reporting of "missed breadcrumbs"
Chris Wilson
2017-02-28
1
-3
/
+12
*
|
drm/i915: Delay disabling the user interrupt for breadcrumbs
Chris Wilson
2017-02-27
1
-61
/
+115
*
|
drm/i915: Defer enabling hangcheck to the first fake breadcrumb interrupt
Chris Wilson
2017-02-27
1
-18
/
+18
*
|
drm/i915: Signal first fence from irq handler if complete
Chris Wilson
2017-02-27
1
-24
/
+8
*
|
drm/i915: Report both waiters and success from intel_engine_wakeup()
Chris Wilson
2017-02-27
1
-1
/
+27
*
|
drm/i915: Remove the preempted request from the execution queue
Chris Wilson
2017-02-23
1
-2
/
+15
*
|
drm/i915: Allow a request to be cancelled
Chris Wilson
2017-02-23
1
-15
/
+56
*
|
drm/i915: Take a reference whilst processing the signaler request
Chris Wilson
2017-02-23
1
-7
/
+15
*
|
drm/i915: Protect the request->global_seqno with the engine->timeline lock
Chris Wilson
2017-02-23
1
-4
/
+7
*
|
drm/i915: Keep a global seqno per-engine
Chris Wilson
2017-02-23
1
-19
/
+14
*
|
drm/i915: Only start with the fake-irq timer if interrupts are dead
Chris Wilson
2017-02-17
1
-2
/
+18
*
|
drm/i915: Defer declaration of missed-interrupt until the waiter is asleep
Chris Wilson
2017-02-17
1
-0
/
+9
*
|
drm/i915: Postpone fake breadcrumb interrupt until real interrupts cease
Chris Wilson
2017-02-17
1
-13
/
+9
*
|
drm/i915: Add unit tests for the breadcrumb rbtree, insert/remove
Chris Wilson
2017-02-13
1
-0
/
+21
*
|
drm/i915: Park the breadcrumbs signaler across a GPU reset
Chris Wilson
2017-02-13
1
-0
/
+3
*
|
drm/i915: Emit dma-fence (and execlists submit) first from signaler
Chris Wilson
2017-01-24
1
-4
/
+4
*
|
drm/i915: Move breadcrumbs irq_posted up a level to engine
Chris Wilson
2017-01-24
1
-5
/
+4
*
|
drm/i915: Queue hangcheck when irqs are disabled
Chris Wilson
2017-01-23
1
-0
/
+1
|
/
*
drm/i915/breadcrumbs: s/container_of/rb_entry/
Chris Wilson
2016-12-20
1
-2
/
+2
*
drm/i915: Add a warning on shutdown if signal threads still active
Chris Wilson
2016-11-21
1
-0
/
+6
*
drm/i915: Spin until breadcrumb threads are complete
Chris Wilson
2016-11-09
1
-19
/
+12
*
drm/i915: Convert breadcrumbs spinlock to be irqsafe
Chris Wilson
2016-10-28
1
-13
/
+22
*
drm/i915: Introduce a global_seqno for each request
Chris Wilson
2016-10-28
1
-3
/
+5
*
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-10-25
1
-2
/
+2
*
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
2016-10-14
1
-2
/
+4
*
drm/i915: Reset the breadcrumbs IRQ more carefully
Chris Wilson
2016-10-07
1
-2
/
+31
*
drm/i915: Drive request submission through fence callbacks
Chris Wilson
2016-09-09
1
-0
/
+3
*
drm/i915: Use RCU to annotate and enforce protection for breadcrumb's bh
Chris Wilson
2016-08-10
1
-13
/
+9
*
drm/i915: Move missed interrupt detection from hangcheck to breadcrumbs
Chris Wilson
2016-08-10
1
-22
/
+47
*
drm/i915: Reduce breadcrumb lock coverage for intel_engine_enable_signaling()
Chris Wilson
2016-07-26
1
-9
/
+4
*
drm/i915: Update the breadcrumb interrupt counter before enabling
Chris Wilson
2016-07-24
1
-0
/
+7
*
drm/i915: Rename request reference/unreference to get/put
Chris Wilson
2016-07-20
1
-2
/
+2
*
drm/i915: Derive GEM requests from dma-fence
Chris Wilson
2016-07-20
1
-3
/
+4
*
drm/i915/breadcrumbs: Queue hangcheck before sleeping
Chris Wilson
2016-07-11
1
-0
/
+9
*
drm/i915: Group the irq breadcrumb variables into the same cacheline
Chris Wilson
2016-07-06
1
-14
/
+14
[next]