Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
0a19b068acc47d05212f03e494381926dc0381e2
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_gem.c
0a19b06
Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
by Dave Airlie
· 4 years, 9 months ago
d3faddc
drm/nouveau: fix runtime pm imbalance on error
by Dinghao Liu
· 4 years, 10 months ago
d7372df
drm/nouveau: fix runtime pm imbalance on error
by Dinghao Liu
· 4 years, 10 months ago
cdc194c
drm/nouveau: remove _unlocked suffix in drm_gem_object_put_unlocked
by Emil Velikov
· 4 years, 10 months ago
0352029
drm/nouveau: support synchronous pushbuf submission
by Ben Skeggs
· 5 years ago
0181f4b
drm/nouveau: reject attempts to submit to dead channels
by Ben Skeggs
· 5 years ago
03e0d26
drm/nouveau: slowpath for pushbuf ioctl
by Daniel Vetter
· 5 years ago
641f53c
drm/nouveau: Fix ordering between TTM and GEM release
by Thierry Reding
· 5 years ago
9ca7f79
drm/nouveau: Fix fallout from reservation object rework
by Thierry Reding
· 5 years ago
019cbd4
drm/nouveau: Initialize GEM object before TTM object
by Thierry Reding
· 6 years ago
52791ee
dma-buf: rename reservation_object to dma_resv
by Christian König
· 6 years ago
27c44ac
drm/nouveau: switch driver from bo->resv to bo->base.resv
by Gerd Hoffmann
· 6 years ago
b96f3e7
drm/ttm: use gem vma_node
by Gerd Hoffmann
· 6 years ago
f8659be
drm/nouveau: use embedded gem object
by Gerd Hoffmann
· 6 years ago
bfe91af
drm/nouveau: prepare for enabling svm with existing userspace interfaces
by Ben Skeggs
· 6 years ago
829eee6
drm/nouveau: Replace ttm_bo_unref with ttm_bo_put
by Thomas Zimmermann
· 6 years ago
3fce461
BackMerge v4.18-rc7 into drm-next
by Dave Airlie
· 7 years ago
743e0f07
drm/nouveau: Replace drm_gem_object_unreference_unlocked with put function
by Thomas Zimmermann
· 7 years ago
7f073d0
drm/nouveau/gem: off by one bugs in nouveau_gem_pushbuf_reloc_apply()
by Dan Carpenter
· 7 years ago
470db8b7
drm/nouveau/gem: tie deferred unmapping of buffers to VMA fence completion
by Ben Skeggs
· 7 years ago
0db912a
drm/nouveau/gem: attach fences to VMAs to track GPU usage
by Ben Skeggs
· 7 years ago
19ca10d
drm/nouveau/gem: lookup VMAs for buffers referenced by pushbuf ioctl
by Ben Skeggs
· 7 years ago
add526b
drm/ttm: remove ttm_bo_unreserve_ticket
by Christian König
· 7 years ago
632b740
drm/nouveau/mmu: remove old vmm frontend
by Ben Skeggs
· 7 years ago
d772213
drm/nouveau: switch over to new memory and vmm interfaces
by Ben Skeggs
· 7 years ago
00d041d
drm/nouveau: queue delayed unmapping of VMAs on client workqueue
by Ben Skeggs
· 7 years ago
96da0bc
drm/nouveau: allocate vmm object for every client
by Ben Skeggs
· 7 years ago
24e8375
drm/nouveau: separate constant-va tracking from nvkm vma structure
by Ben Skeggs
· 7 years ago
7760a2e
drm/nouveau: split various bo flags out into their own members
by Ben Skeggs
· 7 years ago
e75c091
drm/nouveau: store nouveau_drm in nouveau_cli, as opposed to drm_device
by Ben Skeggs
· 7 years ago
752ade6
treewide: use kv[mz]alloc* rather than opencoded variants
by Michal Hocko
· 8 years ago
4d8b3d3
drm/nouveau: size is u64 everywhere
by Ben Skeggs
· 9 years ago
1167c6b
drm/nouveau: allocate device object for every client
by Ben Skeggs
· 9 years ago
fc1b0a0
drm/nouveau: pass nvif_client to nouveau_gem_new() instead of drm_device
by Ben Skeggs
· 9 years ago
bab7cc1
drm/nouveau: pass nvif_client to nouveau_bo_new() instead of drm_device
by Ben Skeggs
· 9 years ago
b74c0a9
drm/nouveau: hide gcc-4.9 -Wmaybe-uninitialized
by Arnd Bergmann
· 8 years ago
f54d186
dma-buf: Rename struct fence to dma_fence
by Chris Wilson
· 8 years ago
491d8a1
drm/nouveau: Remove call to reservation_object_test_signaled_rcu before wait
by Chris Wilson
· 9 years ago
d5fa33f
Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-next
by Dave Airlie
· 9 years ago
4dc2813
drm/nouveau: rename nouveau_drm.h to nouveau_drv.h
by Ben Skeggs
· 9 years ago
c6740c9
drm: remove unused dev variables
by Arnd Bergmann
· 9 years ago
a8ad0bd
drm: Remove unused drm_device from drm_gem_object_lookup()
by Chris Wilson
· 9 years ago
8aa6d4f
drm/ttm: remove lazy parameter from ttm_bo_wait
by Christian König
· 9 years ago
dfd5e50
drm/ttm: remove use_ticket parameter from ttm_bo_reserve
by Christian König
· 9 years ago
09433f2
drm/nouveau/abi16: remove unused argument from nouveau_abi16_get()
by Ben Skeggs
· 9 years ago
bad4274
drm/nouveau: fix memory leak
by Sudip Mukherjee
· 10 years ago
fcf3f91
drm/nouveau: remove unnecessary usage of object handles
by Ben Skeggs
· 10 years ago
04b8a4b
drm/nouveau/gem: return only valid domain when there's only one
by Ilia Mirkin
· 9 years ago
03c8952
drm/nouveau/fb: convert to new-style nvkm_subdev
by Ben Skeggs
· 10 years ago
a01ca78
drm/nouveau/nvif: simplify and tidy library interfaces
by Ben Skeggs
· 10 years ago
9ad97ed
drm/nouveau: use dev_* for logging
by Ben Skeggs
· 10 years ago
b1e4553
drm/nouveau/fb: cosmetic changes
by Ben Skeggs
· 10 years ago
48a2013
drm/nouveau/gem: use kvfree() in u_free()
by Pekka Enberg
· 10 years ago
996f545
drm/nouveau/gem: allow user-space to specify an object should be coherent
by Alexandre Courbot
· 10 years ago
be83cd4
drm/nouveau: finalise nvkm namespace switch (no binary change)
by Ben Skeggs
· 10 years ago
989aa5b
drm/nouveau/nvif: namespace of nvkm accessors (no binary change)
by Ben Skeggs
· 10 years ago
1119eef
drm/nouveau/gem: Remove unused function
by Rickard Strandqvist
· 10 years ago
f662488
Merge branch 'linux-3.19' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes
by Dave Airlie
· 10 years ago
da6b51d
Revert "drm/gem: Warn on illegal use of the dumb buffer interface v2"
by Dave Airlie
· 10 years ago
5cc8d53
drm/nouveau: wake up the card if necessary during gem callbacks
by Ben Skeggs
· 10 years ago
b22870b
drm/nouveau: synchronize BOs when required
by Alexandre Courbot
· 10 years ago
355a701
drm/gem: Warn on illegal use of the dumb buffer interface v2
by Thomas Hellstrom
· 10 years ago
bb6178b
drm/nouveau: export reservation_object from dmabuf to ttm
by Maarten Lankhorst
· 11 years ago
e3be4c2
drm/nouveau: specify if interruptible wait is desired in nouveau_fence_sync
by Maarten Lankhorst
· 10 years ago
809e944
drm/nouveau: use shared fences for readable objects
by Maarten Lankhorst
· 11 years ago
9242829
drm/nouveau: Keep only a single list for validation.
by Maarten Lankhorst
· 11 years ago
59701f9
drm/nouveau: use rcu in nouveau_gem_ioctl_cpu_prep
by Maarten Lankhorst
· 11 years ago
f2c24b8
drm/ttm: flip the switch, and convert to dma_fence
by Maarten Lankhorst
· 11 years ago
29ba89b
drm/nouveau: rework to new fence interface
by Maarten Lankhorst
· 11 years ago
dd7cfd6
drm/ttm: kill fence_lock
by Maarten Lankhorst
· 11 years ago
d0b3c3b
drm/nouveau: add reservation to nouveau_gem_ioctl_cpu_prep
by Maarten Lankhorst
· 11 years ago
0ad7286
drm/nouveau: port to nvif client/device/objects
by Ben Skeggs
· 11 years ago
967e7bd
drm/nouveau: initial pass at moving to struct nvif_device
by Ben Skeggs
· 11 years ago
fa2bade
drm/nouveau: fix some usages of the wrong print function
by Ben Skeggs
· 11 years ago
3ee6f5b
drm/nouveau: store a pointer to vm in nouveau_cli
by Ben Skeggs
· 11 years ago
ee3939e
drm/ttm: Fix a few sparse warnings
by Thierry Reding
· 11 years ago
44d847b
drm: init TTM dev_mapping in ttm_bo_device_init()
by David Herrmann
· 12 years ago
6796cb1
drm: use anon-inode instead of relying on cdevs
by David Herrmann
· 11 years ago
d96bf43
drm/nouveau/gem: remove (now) unneeded pre-validate fence sync
by Ben Skeggs
· 11 years ago
1d6ac18
drm: Kill DRM_COPY_(TO|FROM)_USER
by Daniel Vetter
· 11 years ago
9360bd1
drm/nouveau: when bailing out of a pushbuf ioctl, do not remove previous fence
by Ben Skeggs
· 11 years ago
5d216f6
drm/nouveau: allow nouveau_fence_ref() to be a noop
by Ben Skeggs
· 11 years ago
16eb5f4
drm: kill ->gem_init_object() and friends
by David Herrmann
· 11 years ago
55fb74a
drm/nouveau: embed gem object in nouveau_bo
by David Herrmann
· 11 years ago
c859074
drm/nouveau: fix command submission to use vmalloc for big allocations
by Maarten Lankhorst
· 12 years ago
32c913e
Merge tag 'drm-intel-next-2013-07-26-fixed' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 12 years ago
72525b3
drm/ttm: convert to unified vma offset manager
by David Herrmann
· 12 years ago
4f38559
drm/nouveau: do not unpin in nouveau_gem_object_del
by Maarten Lankhorst
· 12 years ago
f7d452f
Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next
by Dave Airlie
· 12 years ago
c4c7044
drm/nouveau: delay busy bo vma removal until fence signals
by Ben Skeggs
· 12 years ago
5e33840
drm/ttm: convert to the reservation api
by Maarten Lankhorst
· 12 years ago
ecff665
drm/ttm: make ttm reservation calls behave like reservation calls
by Maarten Lankhorst
· 12 years ago
27f06b2
drm/nouveau: complain loudly if buffer is pinned during destruction
by Maarten Lankhorst
· 12 years ago
1f3a574
Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next
by Dave Airlie
· 12 years ago
264ce19
drm/nv84-/fence: prepare for emit/sync support of sysram sequences
by Ben Skeggs
· 12 years ago
a84fa1a
drm/nouveau: report channel owner in ioctl error paths
by Marcin Slusarz
· 12 years ago
b9e5071
Merge branch 'for-airlied' of git://people.freedesktop.org/~mlankhorst/linux into drm-next
by Dave Airlie
· 12 years ago
ab9ccb9
drm/nouveau: use prime helpers
by Aaron Plattner
· 12 years ago
c354c89
drm/nouveau: use ttm_bo_reserve_slowpath in validate_init, v2
by Maarten Lankhorst
· 12 years ago
979ee29
drm/nouveau: increase reservation sequence every retry
by Maarten Lankhorst
· 12 years ago
Next »