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: Move GraphicsTechnology files under gt/
Chris Wilson
2019-04-24
1
-337
/
+0
*
drm/i915: Drop bool return from breadcrumbs signaler
Chris Wilson
2019-04-16
1
-11
/
+3
*
drm/i915: Acquire breadcrumb ref before cancelling
Chris Wilson
2019-03-04
1
-10
/
+8
*
drm/i915: Drop fake breadcrumb irq
Chris Wilson
2019-01-29
1
-144
/
+3
*
drm/i915: Replace global breadcrumbs with per-context interrupt tracking
Chris Wilson
2019-01-29
1
-590
/
+228
*
drm/i915: Tidy common test_bit probing of i915_request->fence.flags
Chris Wilson
2019-01-22
1
-2
/
+1
*
drm/i915: Use b->irq_enable() as predicate for mock engine
Chris Wilson
2019-01-18
1
-13
/
+4
*
drm/i915/breadcrumbs: Drop assertion that we've already enabled irqs
Chris Wilson
2019-01-18
1
-17
/
+11
*
drm/i915: Drop unused engine->irq_seqno_barrier w/a
Chris Wilson
2018-12-31
1
-26
/
+0
*
drm/i915/breadcrumbs: Reduce missed-breadcrumb false positive rate
Chris Wilson
2018-12-03
1
-5
/
+1
*
drm/i915: Pull seqno started checks together
Chris Wilson
2018-08-07
1
-4
/
+2
*
drm/i915: Move the irq_counter inside the spinlock
Chris Wilson
2018-06-28
1
-4
/
+7
*
drm/i915: Allow init_breadcrumbs to be used from irq context
Chris Wilson
2018-05-19
1
-2
/
+3
*
drm/i915: Compile out engine debug for release
Chris Wilson
2018-04-26
1
-1
/
+1
*
drm/i915/breadcrumbs: Keep the fake irq armed across reset
Chris Wilson
2018-04-24
1
-9
/
+20
*
drm/i915: Remove the impedance mismatch around intel_engine_enable_signaling
Chris Wilson
2018-03-12
1
-8
/
+13
*
drm/i915: Flush waiters on seqno wraparound
Chris Wilson
2018-03-06
1
-19
/
+0
*
drm/i915: Stop kicking the signaling thread on seqno wraparound
Chris Wilson
2018-03-06
1
-5
/
+0
*
drm/i915/breadcrumbs: Assert all missed breadcrumbs were signaled
Chris Wilson
2018-03-06
1
-0
/
+2
*
drm/i915/breadcrumbs: Reduce signaler rbtree to a sorted list
Chris Wilson
2018-03-06
1
-148
/
+113
*
drm/i915/icl: Ringbuffer interrupt handling
Tvrtko Ursulin
2018-03-05
1
-6
/
+10
*
drm/i915: Rename drm_i915_gem_request to i915_request
Chris Wilson
2018-02-21
1
-16
/
+15
*
drm/i915/breadcrumbs: Ignore unsubmitted signalers
Chris Wilson
2018-02-07
1
-16
/
+4
*
drm/i915/breadcrumbs: Drop request reference for the signaler thread
Chris Wilson
2018-02-05
1
-69
/
+81
*
drm/i915: Always run hangcheck while the GPU is busy
Chris Wilson
2018-01-31
1
-11
/
+0
*
drm/i915: Assert we do not try to wait on an invalid seqno
Chris Wilson
2018-01-03
1
-0
/
+2
*
drm/i915: Only report a wakeup if the waiter was truly asleep
Chris Wilson
2017-12-11
1
-4
/
+22
*
drm/i915: Stop listening to request resubmission from the signaler kthread
Chris Wilson
2017-12-11
1
-11
/
+11
*
drm/i915: Include engine state on detecting a missed breadcrumb/seqno
Chris Wilson
2017-12-08
1
-11
/
+14
*
drm/i915: Clear breadcrumb node when cancelling signaling
Chris Wilson
2017-11-16
1
-0
/
+1
*
drm/i915: Move irqs enabled assertion deeper for mock breadcrumbs
Chris Wilson
2017-11-10
1
-2
/
+8
*
drm/i915: Check that the breadcrumb wasn't disarmed automatically before parking
Chris Wilson
2017-11-01
1
-1
/
+2
*
drm/i915/guc: Always enable the breadcrumbs irq
Chris Wilson
2017-10-25
1
-10
/
+35
*
drm/i915: Convert timers to use timer_setup()
Kees Cook
2017-10-18
1
-10
/
+8
*
i915: Use %pS printk format for direct addresses
Helge Deller
2017-09-27
1
-1
/
+1
*
drm/i915: Skip adding the request to the signal tree is complete
Chris Wilson
2017-06-08
1
-21
/
+28
*
drm/i915: Report back whether the irq was armed when adding the waiter
Chris Wilson
2017-06-08
1
-9
/
+15
*
drm/i915: Skip waking the signaler when enabling before request submission
Chris Wilson
2017-04-26
1
-3
/
+4
*
drm/i915: Include interesting seqno in the missed breadcrumb debug
Chris Wilson
2017-04-24
1
-2
/
+4
*
drm/i915: Apply a cond_resched() to the saturated signaler
Chris Wilson
2017-04-04
1
-1
/
+14
*
drm/i915: Park the signaler before sleeping
Chris Wilson
2017-04-04
1
-3
/
+3
*
drm/i915: Protect intel_engine_wakeup() for call from irq context
Chris Wilson
2017-03-21
1
-2
/
+3
*
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
[next]