index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_fence.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-17
nouveau: rip out busy fence waits
Dave Airlie
1
-29
/
+1
2024-02-02
nouveau: offload fence uevents work to workqueue
Dave Airlie
1
-6
/
+18
2024-01-27
Revert "nouveau: push event block/allowing out of the fence context"
Dave Airlie
1
-23
/
+5
2024-01-05
nouveau: push event block/allowing out of the fence context
Dave Airlie
1
-5
/
+23
2023-09-20
drm/nouveau: fence: fix type cast warning in nouveau_fence_emit()
Danilo Krummrich
1
-1
/
+1
2023-08-31
drm/nouveau: fence: fix undefined fence state after emit
Danilo Krummrich
1
-6
/
+26
2023-08-04
drm/nouveau: fence: fail to emit when fence context is killed
Danilo Krummrich
1
-0
/
+7
2023-08-04
drm/nouveau: fence: separate fence alloc and emit
Danilo Krummrich
1
-11
/
+5
2022-11-09
drm/nouveau/fifo: expose per-runlist CHID information
Ben Skeggs
1
-6
/
+2
2022-11-09
drm/nouveau/fifo: expose channel killed in host channel event class
Ben Skeggs
1
-2
/
+3
2022-11-09
drm/nouveau/fifo: expose non-stall intr in host channel event class
Ben Skeggs
1
-21
/
+21
2022-05-04
drm/nouveau: remove trace_dma_fence_emit
Christian König
1
-1
/
+0
2022-04-07
dma-buf: specify usage while adding fences to dma_resv obj v7
Christian König
1
-1
/
+3
2022-04-07
dma-buf: add enum dma_resv_usage v4
Christian König
1
-3
/
+5
2022-04-06
dma-buf/drivers: make reserving a shared slot mandatory v4
Christian König
1
-5
/
+3
2022-01-10
Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-46
/
+30
2021-12-21
drm/nouveau: wait for the exclusive fence after the shared ones v2
Christian König
1
-13
/
+15
2021-10-22
drm/nouveau: use the new iterator in nouveau_fence_sync
Christian König
1
-36
/
+12
2021-07-08
drm/nouveau: always wait for the exclusive fence
Christian König
1
-1
/
+1
2021-06-06
dma-buf: rename and cleanup dma_resv_get_list v2
Christian König
1
-1
/
+1
2021-06-06
dma-buf: rename and cleanup dma_resv_get_excl v3
Christian König
1
-1
/
+1
2020-07-24
drm/nouveau/nvif: give every notify object a human-readable name
Ben Skeggs
1
-2
/
+3
2020-01-29
drm/nouveau: signal pending fences when channel has been killed
Ben Skeggs
1
-1
/
+9
2020-01-15
drm/nouveau: Fix copy-paste error in nouveau_fence_wait_uevent_handler
YueHaibing
1
-1
/
+1
2019-08-23
drm/nouveau: drop use of drmp.h
Sam Ravnborg
1
-2
/
+1
2019-08-13
dma-buf: rename reservation_object to dma_resv
Christian König
1
-6
/
+6
2019-08-06
drm/nouveau: switch driver from bo->resv to bo->base.resv
Gerd Hoffmann
1
-1
/
+1
2018-10-25
dma-buf: allow reserving more than one shared fence slot
Christian König
1
-1
/
+1
2018-08-17
drm/nouveau: Remove unecessary dma_fence_ops
Daniel Vetter
1
-1
/
+0
2018-05-18
drm/nouveau/fifo: support channel count query
Ben Skeggs
1
-6
/
+5
2017-11-02
drm/nouveau: remove unused nouveau_fence_work()
Ben Skeggs
1
-56
/
+0
2017-11-02
drm/nouveau: remove unused sysmem fence code
Ben Skeggs
1
-2
/
+0
2017-02-23
Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...
Linus Torvalds
1
-1
/
+1
2017-02-17
drm/nouveau/fifo/g84-: rename non-stall interrupt event
Ben Skeggs
1
-1
/
+1
2017-01-14
locking/atomic, kref: Add kref_read()
Peter Zijlstra
1
-1
/
+1
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
1
-1
/
+1
2016-11-07
drm/nouveau: fix nv84 fence context leak
Lucas Stach
1
-1
/
+1
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
1
-40
/
+40
2016-05-20
drm/nouveau: rename nouveau_drm.h to nouveau_drv.h
Ben Skeggs
1
-1
/
+1
2016-01-11
drm/nouveau/nvif: split out fifo interface definitions
Ben Skeggs
1
-0
/
+1
2015-08-28
drm/nouveau/nvif: simplify and tidy library interfaces
Ben Skeggs
1
-8
/
+7
2015-01-22
drm/nouveau/nvif: namespace of nvkm accessors (no binary change)
Ben Skeggs
1
-1
/
+1
2014-12-02
drm/nouveau: prevent stale fence->channel pointers, and protect with rcu
Maarten Lankhorst
1
-27
/
+65
2014-10-01
drm/nouveau: export reservation_object from dmabuf to ttm
Maarten Lankhorst
1
-1
/
+5
2014-09-30
drm/nouveau: assign fence_chan->name correctly
Maarten Lankhorst
1
-1
/
+32
2014-09-30
drm/nouveau: specify if interruptible wait is desired in nouveau_fence_sync
Maarten Lankhorst
1
-8
/
+6
2014-09-02
drm/nouveau: use shared fences for readable objects
Maarten Lankhorst
1
-24
/
+31
2014-09-02
drm/ttm: flip the switch, and convert to dma_fence
Maarten Lankhorst
1
-16
/
+8
2014-09-02
drm/nouveau: rework to new fence interface
Maarten Lankhorst
1
-163
/
+334
2014-08-10
drm/nouveau/fifo: implement nvif event source
Ben Skeggs
1
-8
/
+15
[next]