index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
Files
Lines
2017-03-07
drm/i915: No need to save/restore irq status in intel_breadcrumbs_fake_irq
Tvrtko Ursulin
1
-3
/
+2
2017-03-06
drm/i915: Wake up all waiters before idling
Chris Wilson
1
-7
/
+15
2017-03-03
drm/i915: Split breadcrumbs spinlock into two
Chris Wilson
1
-36
/
+44
2017-03-03
drm/i915: Refactor wakeup of the next breadcrumb waiter
Chris Wilson
1
-30
/
+18
2017-03-02
drm/i915: s/assert_spin_locked/lockdep_assert_held/
Chris Wilson
1
-6
/
+6
2017-03-02
drm/i915: Assert that fence->lock is held in an irq-safe manner
Chris Wilson
1
-0
/
+2
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <uap...
Ingo Molnar
1
-0
/
+1
2017-02-28
drm/i915: Consolidate reporting of "missed breadcrumbs"
Chris Wilson
1
-3
/
+12
2017-02-28
drm/i915: Delay disabling the user interrupt for breadcrumbs
Chris Wilson
1
-61
/
+115
2017-02-28
drm/i915: Defer enabling hangcheck to the first fake breadcrumb interrupt
Chris Wilson
1
-18
/
+18
2017-02-28
drm/i915: Signal first fence from irq handler if complete
Chris Wilson
1
-24
/
+8
2017-02-28
drm/i915: Report both waiters and success from intel_engine_wakeup()
Chris Wilson
1
-1
/
+27
2017-02-23
drm/i915: Remove the preempted request from the execution queue
Chris Wilson
1
-2
/
+15
2017-02-23
drm/i915: Allow a request to be cancelled
Chris Wilson
1
-15
/
+56
2017-02-23
drm/i915: Take a reference whilst processing the signaler request
Chris Wilson
1
-7
/
+15
2017-02-23
drm/i915: Protect the request->global_seqno with the engine->timeline lock
Chris Wilson
1
-4
/
+7
2017-02-23
drm/i915: Keep a global seqno per-engine
Chris Wilson
1
-19
/
+14
2017-02-17
drm/i915: Only start with the fake-irq timer if interrupts are dead
Chris Wilson
1
-2
/
+18
2017-02-17
drm/i915: Defer declaration of missed-interrupt until the waiter is asleep
Chris Wilson
1
-0
/
+9
2017-02-17
drm/i915: Postpone fake breadcrumb interrupt until real interrupts cease
Chris Wilson
1
-13
/
+9
2017-02-13
drm/i915: Add unit tests for the breadcrumb rbtree, insert/remove
Chris Wilson
1
-0
/
+21
2017-02-13
drm/i915: Park the breadcrumbs signaler across a GPU reset
Chris Wilson
1
-0
/
+3
2017-01-24
drm/i915: Emit dma-fence (and execlists submit) first from signaler
Chris Wilson
1
-4
/
+4
2017-01-24
drm/i915: Move breadcrumbs irq_posted up a level to engine
Chris Wilson
1
-5
/
+4
2017-01-23
drm/i915: Queue hangcheck when irqs are disabled
Chris Wilson
1
-0
/
+1
2016-12-20
drm/i915/breadcrumbs: s/container_of/rb_entry/
Chris Wilson
1
-2
/
+2
2016-11-21
drm/i915: Add a warning on shutdown if signal threads still active
Chris Wilson
1
-0
/
+6
2016-11-09
drm/i915: Spin until breadcrumb threads are complete
Chris Wilson
1
-19
/
+12
2016-10-28
drm/i915: Convert breadcrumbs spinlock to be irqsafe
Chris Wilson
1
-13
/
+22
2016-10-28
drm/i915: Introduce a global_seqno for each request
Chris Wilson
1
-3
/
+5
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
1
-2
/
+2
2016-10-14
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
1
-2
/
+4
2016-10-07
drm/i915: Reset the breadcrumbs IRQ more carefully
Chris Wilson
1
-2
/
+31
2016-09-09
drm/i915: Drive request submission through fence callbacks
Chris Wilson
1
-0
/
+3
2016-08-10
drm/i915: Use RCU to annotate and enforce protection for breadcrumb's bh
Chris Wilson
1
-13
/
+9
2016-08-10
drm/i915: Move missed interrupt detection from hangcheck to breadcrumbs
Chris Wilson
1
-22
/
+47
2016-07-26
drm/i915: Reduce breadcrumb lock coverage for intel_engine_enable_signaling()
Chris Wilson
1
-9
/
+4
2016-07-24
drm/i915: Update the breadcrumb interrupt counter before enabling
Chris Wilson
1
-0
/
+7
2016-07-20
drm/i915: Rename request reference/unreference to get/put
Chris Wilson
1
-2
/
+2
2016-07-20
drm/i915: Derive GEM requests from dma-fence
Chris Wilson
1
-3
/
+4
2016-07-11
drm/i915/breadcrumbs: Queue hangcheck before sleeping
Chris Wilson
1
-0
/
+9
2016-07-06
drm/i915: Group the irq breadcrumb variables into the same cacheline
Chris Wilson
1
-14
/
+14
2016-07-06
drm/i915: Always double check for a missed interrupt for new bottom halves
Chris Wilson
1
-5
/
+11
2016-07-01
drm/i915: Move the get/put irq locking into the caller
Chris Wilson
1
-2
/
+8
2016-07-01
drm/i915: Embed signaling node into the GEM request
Chris Wilson
1
-39
/
+37
2016-07-01
drm/i915: Convert trace-irq to the breadcrumb waiter
Chris Wilson
1
-1
/
+193
2016-07-01
drm/i915: Only apply one barrier after a breadcrumb interrupt is posted
Chris Wilson
1
-6
/
+10
2016-07-01
drm/i915: Use HWS for seqno tracking everywhere
Chris Wilson
1
-2
/
+2
2016-07-01
drm/i915: Slaughter the thundering i915_wait_request herd
Chris Wilson
1
-0
/
+380
[prev]