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_gem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-17
nouveau: rip out busy fence waits
Dave Airlie
1
-1
/
+1
2024-03-05
drm/nouveau: fix stale locked mutex in nouveau_gem_ioctl_pushbuf
Karol Herbst
1
-1
/
+1
2023-11-13
drm/nouveau: make use of the GPUVM's shared dma-resv
Danilo Krummrich
1
-2
/
+8
2023-08-31
drm/nouveau: fence: fix undefined fence state after emit
Danilo Krummrich
1
-4
/
+1
2023-08-24
drm/nouveau: uapi: don't pass NO_PREFETCH flag implicitly
Danilo Krummrich
1
-2
/
+4
2023-08-04
drm/nouveau: implement new VM_BIND uAPI
Danilo Krummrich
1
-5
/
+44
2023-08-04
drm/nouveau: fence: separate fence alloc and emit
Danilo Krummrich
1
-1
/
+4
2023-08-04
drm/nouveau: move usercopy helpers to nouveau_drv.h
Danilo Krummrich
1
-26
/
+0
2023-08-04
drm/nouveau: get vmm via nouveau_cli_vmm()
Danilo Krummrich
1
-3
/
+3
2023-04-17
drm/nouveau: fix incorrect conversion to dma_resv_wait_timeout()
John Ogness
1
-6
/
+12
2023-01-18
drm/nouveau: stop using ttm_bo_wait
Christian König
1
-3
/
+8
2022-10-27
drm/ttm: rework on ttm_resource to use size_t type
Somalapuram Amaranath
1
-3
/
+2
2022-04-07
dma-buf: add enum dma_resv_usage v4
Christian König
1
-1
/
+2
2021-11-11
Merge tag 'drm-misc-next-fixes-2021-11-10' of git://anongit.freedesktop.org/d...
Dave Airlie
1
-1
/
+1
2021-11-05
drm/ttm: remove ttm_bo_vm_insert_huge()
Jason Gunthorpe
1
-1
/
+1
2021-11-05
Merge tag 'drm-misc-next-2021-10-14' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-1
/
+1
2021-10-11
drm/nouveau/gem: remove redundant semi-colon
Yang Yingliang
1
-1
/
+1
2021-10-06
drm/nouveau: avoid a use-after-free when BO init fails
Jeremy Cline
1
-3
/
+1
2021-06-06
dma-buf: drop the _rcu postfix on function names v3
Christian König
1
-2
/
+2
2021-06-02
drm/ttm: rename bo->mem and make it a pointer
Christian König
1
-8
/
+8
2021-05-26
drm/nouveau: Implement mmap as GEM object function
Thomas Zimmermann
1
-0
/
+36
2021-04-19
drm/nouveau: use bo->base.size instead of mem->num_pages
Christian König
1
-2
/
+2
2020-12-14
Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-1
/
+15
2020-11-26
drm/nouveau: fix relocations applying logic and a double-free
Matti Hamalainen
1
-3
/
+5
2020-11-09
drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends
Thomas Zimmermann
1
-2
/
+4
2020-11-02
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-1
/
+2
2020-10-30
drm/nouveau/gem: fix "refcount_t: underflow; use-after-free"
Karol Herbst
1
-1
/
+2
2020-09-25
drm/nouveau: Introduce GEM object functions
Thomas Zimmermann
1
-0
/
+13
2020-09-24
drm/nouveau: stop using persistent_swap_storage
Christian König
1
-1
/
+0
2020-09-11
drm/nouveau: stop using TTM placement flags
Christian König
1
-23
/
+11
2020-07-24
drm/nouveau/gem: convert indirect pushbufs to new push macros
Ben Skeggs
1
-8
/
+8
2020-07-24
drm/nouveau: fix multiple instances of reference count leaks
Aditya Pakki
1
-1
/
+3
2020-06-29
Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
1
-2
/
+4
2020-06-26
drm/nouveau: don't use ttm bo->offset v3
Nirmoy Das
1
-5
/
+5
2020-06-24
Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-7
/
+7
2020-05-22
drm/nouveau: fix runtime pm imbalance on error
Dinghao Liu
1
-1
/
+1
2020-05-22
drm/nouveau: fix runtime pm imbalance on error
Dinghao Liu
1
-1
/
+3
2020-05-19
drm/nouveau: remove _unlocked suffix in drm_gem_object_put_unlocked
Emil Velikov
1
-7
/
+7
2020-01-29
drm/nouveau: support synchronous pushbuf submission
Ben Skeggs
1
-1
/
+10
2020-01-29
drm/nouveau: reject attempts to submit to dead channels
Ben Skeggs
1
-0
/
+2
2019-11-06
drm/nouveau: slowpath for pushbuf ioctl
Daniel Vetter
1
-19
/
+38
2019-09-17
drm/nouveau: Fix ordering between TTM and GEM release
Thierry Reding
1
-4
/
+0
2019-09-17
drm/nouveau: Fix fallout from reservation object rework
Thierry Reding
1
-1
/
+2
2019-08-21
drm/nouveau: Initialize GEM object before TTM object
Thierry Reding
1
-12
/
+17
2019-08-13
dma-buf: rename reservation_object to dma_resv
Christian König
1
-1
/
+1
2019-08-06
drm/nouveau: switch driver from bo->resv to bo->base.resv
Gerd Hoffmann
1
-1
/
+1
2019-08-06
drm/ttm: use gem vma_node
Gerd Hoffmann
1
-1
/
+1
2019-08-06
drm/nouveau: use embedded gem object
Gerd Hoffmann
1
-7
/
+8
2019-02-20
drm/nouveau: prepare for enabling svm with existing userspace interfaces
Ben Skeggs
1
-20
/
+23
2019-01-28
drm/nouveau: Replace ttm_bo_unref with ttm_bo_put
Thomas Zimmermann
1
-2
/
+1
[next]