index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_bo.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nouveau: Fix ttm move init with multiple GPUs
James Jones
2020-01-15
1
-2
/
+3
*
drm/nouveau: Fix ordering between TTM and GEM release
Thierry Reding
2019-09-17
1
-2
/
+8
*
drm/nouveau: Fix fallout from reservation object rework
Thierry Reding
2019-09-17
1
-7
/
+9
*
drm/nouveau: Initialize GEM object before TTM object
Thierry Reding
2019-08-21
1
-24
/
+45
*
dma-buf: rename reservation_object to dma_resv
Christian König
2019-08-13
1
-5
/
+5
*
drm/nouveau: switch driver from bo->resv to bo->base.resv
Gerd Hoffmann
2019-08-06
1
-3
/
+2
*
drm/nouveau: use embedded gem object
Gerd Hoffmann
2019-08-06
1
-3
/
+3
*
drm/nouveau: Fill out gem_object->resv
Daniel Vetter
2019-07-31
1
-0
/
+2
*
drm/nouveau: prepare for enabling svm with existing userspace interfaces
Ben Skeggs
2019-02-20
1
-1
/
+1
*
drm/nouveau: mark expected switch fall-through
Gustavo A. R. Silva
2019-02-19
1
-1
/
+1
*
drm/nouveau/ce/tu104: initial support
Ben Skeggs
2018-12-11
1
-0
/
+2
*
drm/nouveau/ce/gv100: initial support
Ben Skeggs
2018-05-18
1
-0
/
+2
*
drm/nouveau/ttm: don't dereference nvbo::cli, it can outlive client
Ben Skeggs
2018-05-10
1
-1
/
+0
*
drm/ttm: add bo as parameter to the ttm_tt_create callback
Christian König
2018-03-14
1
-6
/
+4
*
drm/ttm: drop persistent_swap_storage from ttm_bo_init and co
Christian König
2018-02-27
1
-1
/
+1
*
drm/ttm: drop ttm->dummy_read_page
Christian König
2018-02-27
1
-3
/
+3
*
Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2018-02-02
1
-23
/
+28
|
\
|
*
BackMerge tag 'v4.15-rc8' into drm-next
Dave Airlie
2018-01-18
1
-2
/
+3
|
|
\
|
*
|
drm/ttm: use an operation ctx for ttm_tt_bind
Roger He
2017-12-28
1
-1
/
+1
|
*
|
drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)
Roger He
2017-12-28
1
-4
/
+4
|
*
|
drm/nouveau: remove the default io_mem_pfn set
Tan Xiaojun
2017-12-27
1
-1
/
+0
|
*
|
drm/ttm: use an ttm operation ctx for ttm_bo_move_xxx
Roger He
2017-12-15
1
-4
/
+3
|
*
|
drm/ttm: add context to driver move callback as well
Christian König
2017-12-06
1
-11
/
+16
|
*
|
drm/ttm: use an operation context for ttm_bo_mem_space v2
Christian König
2017-12-06
1
-2
/
+4
|
*
|
drm/ttm: add operation ctx to ttm_bo_validate v2
Christian König
2017-12-06
1
-2
/
+2
*
|
|
drm/nouveau/drm/nouveau: Pass the proper arguments to nvif_object_map_handle()
Thierry Reding
2018-01-19
1
-1
/
+3
|
|
/
|
/
|
*
|
drm/nouveau: use alternate memory type for system-memory buffers with kind != 0
Ben Skeggs
2017-12-19
1
-1
/
+1
*
|
drm/nouveau: avoid GPU page sizes > PAGE_SIZE for buffer objects in host memory
Ben Skeggs
2017-12-19
1
-1
/
+2
|
/
*
drm/nouveau: improve selection of GPU page size
Ben Skeggs
2017-11-02
1
-10
/
+38
*
drm/nouveau: switch over to new memory and vmm interfaces
Ben Skeggs
2017-11-02
1
-31
/
+61
*
drm/nouveau: replace use of cpu_coherent with memory types
Ben Skeggs
2017-11-02
1
-2
/
+11
*
drm/nouveau: use nvif_mmu_type to determine BAR1 caching
Ben Skeggs
2017-11-02
1
-1
/
+3
*
drm/nouveau: check kind validity against mmu object
Ben Skeggs
2017-11-02
1
-2
/
+12
*
drm/nouveau: remove trivial cases of nvxx_device() usage
Ben Skeggs
2017-11-02
1
-24
/
+14
*
drm/nouveau: remove explicit unmaps
Ben Skeggs
2017-11-02
1
-1
/
+0
*
drm/nouveau: separate constant-va tracking from nvkm vma structure
Ben Skeggs
2017-11-02
1
-47
/
+4
*
drm/nouveau: separate buffer object backing memory from nvkm structures
Ben Skeggs
2017-11-02
1
-50
/
+61
*
drm/nouveau: swap loop order in move_notify() hook
Ben Skeggs
2017-11-02
1
-4
/
+6
*
drm/nouveau: simplify const-va map condition
Ben Skeggs
2017-11-02
1
-7
/
+7
*
drm/nouveau: split various bo flags out into their own members
Ben Skeggs
2017-11-02
1
-31
/
+40
*
drm/nouveau: store nouveau_drm in nouveau_cli, as opposed to drm_device
Ben Skeggs
2017-11-02
1
-1
/
+1
*
drm/nouveau/bar: modify interface to bar1 vmm mapping
Ben Skeggs
2017-11-02
1
-3
/
+3
*
drm/ttm: add io_mem_pfn callback
Christian König
2017-04-05
1
-0
/
+1
*
drm/nouveau: size is u64 everywhere
Ben Skeggs
2017-02-17
1
-16
/
+18
*
drm/nouveau: s/mem/reg/ for struct ttm_mem_reg variables
Ben Skeggs
2017-02-17
1
-133
/
+133
*
drm/nouveau: allocate device object for every client
Ben Skeggs
2017-02-17
1
-26
/
+26
*
drm/nouveau: pass nvif_client to nouveau_bo_new() instead of drm_device
Ben Skeggs
2017-02-17
1
-2
/
+3
*
drm/nouveau/core/mm: replace region list with next pointer
Ben Skeggs
2017-02-17
1
-1
/
+1
*
drm/ttm: revert "implement LRU add callbacks v2"
Christian König
2017-01-27
1
-2
/
+0
*
drm/ttm: add evict parameter to ttm_bo_driver::move_notify
Nicolai Hähnle
2017-01-27
1
-1
/
+2
[next]