index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_fence.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nouveau: remove unused nouveau_fence_work()
Ben Skeggs
2017-11-02
1
-56
/
+0
*
drm/nouveau: remove unused sysmem fence code
Ben Skeggs
2017-11-02
1
-2
/
+0
*
Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...
Linus Torvalds
2017-02-23
1
-1
/
+1
|
\
|
*
drm/nouveau/fifo/g84-: rename non-stall interrupt event
Ben Skeggs
2017-02-17
1
-1
/
+1
*
|
locking/atomic, kref: Add kref_read()
Peter Zijlstra
2017-01-14
1
-1
/
+1
|
/
*
ktime: Cleanup ktime_set() usage
Thomas Gleixner
2016-12-25
1
-1
/
+1
*
drm/nouveau: fix nv84 fence context leak
Lucas Stach
2016-11-07
1
-1
/
+1
*
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-10-25
1
-40
/
+40
*
drm/nouveau: rename nouveau_drm.h to nouveau_drv.h
Ben Skeggs
2016-05-20
1
-1
/
+1
*
drm/nouveau/nvif: split out fifo interface definitions
Ben Skeggs
2016-01-11
1
-0
/
+1
*
drm/nouveau/nvif: simplify and tidy library interfaces
Ben Skeggs
2015-08-28
1
-8
/
+7
*
drm/nouveau/nvif: namespace of nvkm accessors (no binary change)
Ben Skeggs
2015-01-22
1
-1
/
+1
*
drm/nouveau: prevent stale fence->channel pointers, and protect with rcu
Maarten Lankhorst
2014-12-02
1
-27
/
+65
*
drm/nouveau: export reservation_object from dmabuf to ttm
Maarten Lankhorst
2014-10-01
1
-1
/
+5
*
drm/nouveau: assign fence_chan->name correctly
Maarten Lankhorst
2014-09-30
1
-1
/
+32
*
drm/nouveau: specify if interruptible wait is desired in nouveau_fence_sync
Maarten Lankhorst
2014-09-30
1
-8
/
+6
*
drm/nouveau: use shared fences for readable objects
Maarten Lankhorst
2014-09-02
1
-24
/
+31
*
drm/ttm: flip the switch, and convert to dma_fence
Maarten Lankhorst
2014-09-02
1
-16
/
+8
*
drm/nouveau: rework to new fence interface
Maarten Lankhorst
2014-09-02
1
-163
/
+334
*
drm/nouveau/fifo: implement nvif event source
Ben Skeggs
2014-08-10
1
-8
/
+15
*
drm/nouveau: port to nvif client/device/objects
Ben Skeggs
2014-08-10
1
-3
/
+1
*
drm/nouveau: initial pass at moving to struct nvif_device
Ben Skeggs
2014-08-10
1
-1
/
+1
*
drm/nouveau/core: rework event interface
Ben Skeggs
2014-08-10
1
-10
/
+16
*
drm/nouveau/core: allow event source to handle multiple event types per index
Ben Skeggs
2014-06-11
1
-2
/
+2
*
drm: Kill DRM_HZ
Daniel Vetter
2013-12-18
1
-1
/
+1
*
drm/nouveau: allow nouveau_fence_ref() to be a noop
Ben Skeggs
2013-11-14
1
-1
/
+2
*
drm/nouveau/core: convert event handler apis to split create/enable semantics
Ben Skeggs
2013-11-08
1
-8
/
+11
*
drm/nouveau/core: Add priv field for event handlers
Peter Hurley
2013-11-08
1
-13
/
+7
*
drm/nouveau: bump fence timeout to 15 seconds
Maarten Lankhorst
2013-07-10
1
-1
/
+1
*
drm/nouveau: delay busy bo vma removal until fence signals
Ben Skeggs
2013-07-01
1
-5
/
+68
*
drm/nv84-/fence: prepare for emit/sync support of sysram sequences
Ben Skeggs
2013-02-20
1
-5
/
+4
*
drm/nouveau/fence: make internal hooks part of the context
Ben Skeggs
2013-02-20
1
-6
/
+4
*
drm/nouveau/fence/nv84-: put processes to sleep while waiting on fences
Ben Skeggs
2013-02-20
1
-0
/
+76
*
drm/nouveau: remove unnecessary null pointer check from nouveau_fence_new
Cong Ding
2013-02-20
1
-5
/
+3
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-10-03
1
-16
/
+11
|
\
|
*
drm/nouveau: port all engines to new engine module format
Ben Skeggs
2012-10-03
1
-16
/
+7
|
*
drm/nouveau/pageflip: kick flip handling out of engsw and into fence
Ben Skeggs
2012-10-03
1
-0
/
+1
|
*
drm/nouveau/fence: un-port from nouveau_exec_engine interfaces
Ben Skeggs
2012-10-03
1
-6
/
+9
|
*
drm/nouveau: restructure source tree, split core from drm implementation
Ben Skeggs
2012-10-03
1
-1
/
+1
*
|
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-10-02
1
-1
/
+1
*
|
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
David Howells
2012-10-02
1
-1
/
+0
|
/
*
drm/nouveau/fence: fix a race where fence->channel can disappear
Ben Skeggs
2012-05-24
1
-5
/
+9
*
drm/nouveau/fence: convert to exec engine, and improve channel sync
Ben Skeggs
2012-05-24
1
-412
/
+62
*
drm/nouveau/fence: minor api changes for an upcoming rework
Ben Skeggs
2012-05-24
1
-130
/
+85
*
drm/nouveau/fence: make ttm interfaces wrap ours, not the other way around
Ben Skeggs
2012-05-24
1
-23
/
+13
*
drm/nouveau: create real execution engine for software object class
Ben Skeggs
2012-05-24
1
-5
/
+1
*
drm/nouveau: base fence timeout on time of emission
Marcin Slusarz
2012-05-24
1
-1
/
+4
*
drm/nouveau: use the same packet header macros as userspace
Ben Skeggs
2012-05-24
1
-13
/
+13
*
nouveau: add PRIME support
Dave Airlie
2012-05-23
1
-1
/
+1
*
drm/nouveau: move fence sequence check to start of loop
Ben Skeggs
2012-03-22
1
-6
/
+5
[next]