index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_gem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
2017-05-08
1
-3
/
+1
*
drm/nouveau: size is u64 everywhere
Ben Skeggs
2017-02-17
1
-1
/
+1
*
drm/nouveau: allocate device object for every client
Ben Skeggs
2017-02-17
1
-5
/
+5
*
drm/nouveau: pass nvif_client to nouveau_gem_new() instead of drm_device
Ben Skeggs
2017-02-17
1
-5
/
+5
*
drm/nouveau: pass nvif_client to nouveau_bo_new() instead of drm_device
Ben Skeggs
2017-02-17
1
-1
/
+1
*
drm/nouveau: hide gcc-4.9 -Wmaybe-uninitialized
Arnd Bergmann
2016-11-07
1
-1
/
+1
*
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-10-25
1
-1
/
+1
*
drm/nouveau: Remove call to reservation_object_test_signaled_rcu before wait
Chris Wilson
2016-10-12
1
-12
/
+9
*
Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-next
Dave Airlie
2016-05-21
1
-1
/
+1
|
\
|
*
drm/nouveau: rename nouveau_drm.h to nouveau_drv.h
Ben Skeggs
2016-05-20
1
-1
/
+1
*
|
drm: remove unused dev variables
Arnd Bergmann
2016-05-18
1
-1
/
+0
*
|
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
2016-05-17
1
-4
/
+4
|
/
*
drm/ttm: remove lazy parameter from ttm_bo_wait
Christian König
2016-05-04
1
-2
/
+2
*
drm/ttm: remove use_ticket parameter from ttm_bo_reserve
Christian König
2016-05-04
1
-3
/
+3
*
drm/nouveau/abi16: remove unused argument from nouveau_abi16_get()
Ben Skeggs
2015-11-03
1
-1
/
+1
*
drm/nouveau: fix memory leak
Sudip Mukherjee
2015-11-03
1
-1
/
+3
*
drm/nouveau: remove unnecessary usage of object handles
Ben Skeggs
2015-11-03
1
-1
/
+1
*
drm/nouveau/gem: return only valid domain when there's only one
Ilia Mirkin
2015-11-03
1
-2
/
+3
*
drm/nouveau/fb: convert to new-style nvkm_subdev
Ben Skeggs
2015-08-28
1
-1
/
+1
*
drm/nouveau/nvif: simplify and tidy library interfaces
Ben Skeggs
2015-08-28
1
-1
/
+1
*
drm/nouveau: use dev_* for logging
Ben Skeggs
2015-08-28
1
-26
/
+26
*
drm/nouveau/fb: cosmetic changes
Ben Skeggs
2015-08-28
1
-2
/
+2
*
drm/nouveau/gem: use kvfree() in u_free()
Pekka Enberg
2015-06-30
1
-4
/
+1
*
drm/nouveau/gem: allow user-space to specify an object should be coherent
Alexandre Courbot
2015-04-14
1
-0
/
+3
*
drm/nouveau: finalise nvkm namespace switch (no binary change)
Ben Skeggs
2015-01-22
1
-10
/
+10
*
drm/nouveau/nvif: namespace of nvkm accessors (no binary change)
Ben Skeggs
2015-01-22
1
-1
/
+1
*
drm/nouveau/gem: Remove unused function
Rickard Strandqvist
2015-01-22
1
-13
/
+0
*
Merge branch 'linux-3.19' of git://anongit.freedesktop.org/git/nouveau/linux-...
Dave Airlie
2015-01-08
1
-5
/
+30
|
\
|
*
drm/nouveau: wake up the card if necessary during gem callbacks
Ben Skeggs
2014-12-22
1
-5
/
+30
*
|
Revert "drm/gem: Warn on illegal use of the dumb buffer interface v2"
Dave Airlie
2014-12-24
1
-3
/
+0
|
/
*
drm/nouveau: synchronize BOs when required
Alexandre Courbot
2014-12-02
1
-0
/
+12
*
drm/gem: Warn on illegal use of the dumb buffer interface v2
Thomas Hellstrom
2014-11-21
1
-0
/
+3
*
drm/nouveau: export reservation_object from dmabuf to ttm
Maarten Lankhorst
2014-10-01
1
-1
/
+1
*
drm/nouveau: specify if interruptible wait is desired in nouveau_fence_sync
Maarten Lankhorst
2014-09-30
1
-1
/
+1
*
drm/nouveau: use shared fences for readable objects
Maarten Lankhorst
2014-09-02
1
-12
/
+25
*
drm/nouveau: Keep only a single list for validation.
Maarten Lankhorst
2014-09-02
1
-62
/
+34
*
drm/nouveau: use rcu in nouveau_gem_ioctl_cpu_prep
Maarten Lankhorst
2014-09-02
1
-16
/
+12
*
drm/ttm: flip the switch, and convert to dma_fence
Maarten Lankhorst
2014-09-02
1
-7
/
+9
*
drm/nouveau: rework to new fence interface
Maarten Lankhorst
2014-09-02
1
-14
/
+3
*
drm/ttm: kill fence_lock
Maarten Lankhorst
2014-09-01
1
-14
/
+2
*
drm/nouveau: add reservation to nouveau_gem_ioctl_cpu_prep
Maarten Lankhorst
2014-09-01
1
-4
/
+18
*
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
-5
/
+5
*
drm/nouveau: fix some usages of the wrong print function
Ben Skeggs
2014-08-10
1
-28
/
+28
*
drm/nouveau: store a pointer to vm in nouveau_cli
Ben Skeggs
2014-08-10
1
-7
/
+7
*
drm/ttm: Fix a few sparse warnings
Thierry Reding
2014-07-22
1
-2
/
+2
*
drm: init TTM dev_mapping in ttm_bo_device_init()
David Herrmann
2014-03-16
1
-2
/
+0
*
drm: use anon-inode instead of relying on cdevs
David Herrmann
2014-03-16
1
-1
/
+1
*
drm/nouveau/gem: remove (now) unneeded pre-validate fence sync
Ben Skeggs
2014-01-23
1
-6
/
+0
*
drm: Kill DRM_COPY_(TO|FROM)_USER
Daniel Vetter
2013-12-18
1
-2
/
+2
[next]