index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
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
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