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_prime.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-22
drm/nouveau: prime: fix refcount underflow
Danilo Krummrich
1
-1
/
+2
2024-03-11
drm/gem: Acquire reservation lock in drm_gem_{pin/unpin}()
Thomas Zimmermann
1
-11
/
+0
2024-03-11
drm/nouveau: Acquire reservation lock in GEM pin/unpin callbacks
Thomas Zimmermann
1
-4
/
+15
2023-08-04
drm/nouveau: implement new VM_BIND uAPI
Danilo Krummrich
1
-1
/
+12
2022-12-06
drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2
Christian König
1
-0
/
+1
2022-07-07
drm/nouveau: fix a use-after-free in nouveau_gem_prime_import_sg_table()
Jianglei Nie
1
-1
/
+0
2022-04-07
dma-buf: wait for map to complete for static attachments
Christian König
1
-16
/
+1
2021-06-22
drm/nouveau: wait for moving fence after pinning v2
Christian König
1
-1
/
+16
2020-12-14
drm/ttm: cleanup BO size handling v3
Christian König
1
-2
/
+2
2020-11-09
drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends
Thomas Zimmermann
1
-20
/
+0
2020-09-25
drm/nouveau: Introduce GEM object functions
Thomas Zimmermann
1
-0
/
+2
2020-09-11
drm/nouveau: stop using TTM placement flags
Christian König
1
-6
/
+5
2020-09-09
drm: allow limiting the scatter list size.
Gerd Hoffmann
1
-1
/
+1
2019-09-17
drm/nouveau/prime: Extend DMA reservation object lock
Thierry Reding
1
-6
/
+14
2019-09-17
drm/nouveau: Fix fallout from reservation object rework
Thierry Reding
1
-3
/
+4
2019-08-27
Merge tag 'drm-misc-next-2019-08-23' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-5
/
+11
2019-08-23
drm/nouveau: drop use of drmp.h
Sam Ravnborg
1
-1
/
+0
2019-08-21
drm/nouveau: Initialize GEM object before TTM object
Thierry Reding
1
-5
/
+11
2019-08-13
dma-buf: rename reservation_object to dma_resv
Christian König
1
-3
/
+3
2019-08-06
drm/nouveau: use embedded gem object
Gerd Hoffmann
1
-2
/
+2
2019-08-05
dma-buf: add more reservation object locking wrappers
Christian König
1
-2
/
+2
2019-07-31
drm/nouveau: Fill out gem_object->resv
Daniel Vetter
1
-7
/
+0
2017-02-17
drm/nouveau: pass nvif_client to nouveau_bo_new() instead of drm_device
Ben Skeggs
1
-1
/
+2
2016-05-20
drm/nouveau: rename nouveau_drm.h to nouveau_drv.h
Ben Skeggs
1
-1
/
+1
2014-12-02
drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocation
Ben Skeggs
1
-1
/
+1
2014-10-01
drm/nouveau: export reservation_object from dmabuf to ttm
Maarten Lankhorst
1
-1
/
+4
2014-09-30
drm: Pass dma-buf as argument to gem_prime_import_sg_table
Maarten Lankhorst
1
-2
/
+3
2014-07-08
dma-buf: use reservation objects
Maarten Lankhorst
1
-0
/
+7
2013-10-09
drm/nouveau: embed gem object in nouveau_bo
David Herrmann
1
-4
/
+6
2013-06-28
drm/nouveau: implement prime helper unpin function
Maarten Lankhorst
1
-1
/
+8
2013-02-08
drm/nouveau: use prime helpers
Aaron Plattner
1
-152
/
+21
2013-01-08
drm/prime: drop reference on imported dma-buf come from gem
Seung-Woo Kim
1
-0
/
+1
2012-11-29
drm/nouveau: remove misleading comment from nouveau_prime_new
Marcin Slusarz
1
-4
/
+0
2012-10-03
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-5
/
+4
2012-10-03
drm/nouveau: port remainder of drm code, and rip out compat layer
Ben Skeggs
1
-4
/
+4
2012-10-03
drm/nouveau: port all engines to new engine module format
Ben Skeggs
1
-1
/
+0
2012-10-03
drm/nouveau: implement module init functions in nouveau_drm.c
Ben Skeggs
1
-1
/
+1
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-2
/
+2
2012-10-02
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
David Howells
1
-1
/
+0
2012-06-27
drm/nouveau: add license header to prime.
Dave Airlie
1
-0
/
+23
2012-05-31
nouveau: add vmap support to nouveau prime support
Dave Airlie
1
-0
/
+39
2012-05-31
nouveau: add stub dma-buf mmap functionality.
Dave Airlie
1
-0
/
+6
2012-05-23
drm/nouveau/radeon: add static const to the dma-buf ops.
Dave Airlie
1
-1
/
+1
2012-05-23
nouveau: add PRIME support
Dave Airlie
1
-0
/
+163