index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_bo.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-18
drm/nouveau/ce/gv100: initial support
Ben Skeggs
1
-0
/
+2
2018-05-10
drm/nouveau/ttm: don't dereference nvbo::cli, it can outlive client
Ben Skeggs
1
-1
/
+0
2018-03-14
drm/ttm: add bo as parameter to the ttm_tt_create callback
Christian König
1
-6
/
+4
2018-02-26
drm/ttm: drop persistent_swap_storage from ttm_bo_init and co
Christian König
1
-1
/
+1
2018-02-26
drm/ttm: drop ttm->dummy_read_page
Christian König
1
-3
/
+3
2018-02-01
Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-23
/
+28
2018-01-19
drm/nouveau/drm/nouveau: Pass the proper arguments to nvif_object_map_handle()
Thierry Reding
1
-1
/
+3
2018-01-18
BackMerge tag 'v4.15-rc8' into drm-next
Dave Airlie
1
-2
/
+3
2017-12-28
drm/ttm: use an operation ctx for ttm_tt_bind
Roger He
1
-1
/
+1
2017-12-28
drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)
Roger He
1
-4
/
+4
2017-12-27
drm/nouveau: remove the default io_mem_pfn set
Tan Xiaojun
1
-1
/
+0
2017-12-19
drm/nouveau: use alternate memory type for system-memory buffers with kind != 0
Ben Skeggs
1
-1
/
+1
2017-12-19
drm/nouveau: avoid GPU page sizes > PAGE_SIZE for buffer objects in host memory
Ben Skeggs
1
-1
/
+2
2017-12-15
drm/ttm: use an ttm operation ctx for ttm_bo_move_xxx
Roger He
1
-4
/
+3
2017-12-06
drm/ttm: add context to driver move callback as well
Christian König
1
-11
/
+16
2017-12-06
drm/ttm: use an operation context for ttm_bo_mem_space v2
Christian König
1
-2
/
+4
2017-12-06
drm/ttm: add operation ctx to ttm_bo_validate v2
Christian König
1
-2
/
+2
2017-11-02
drm/nouveau: improve selection of GPU page size
Ben Skeggs
1
-10
/
+38
2017-11-02
drm/nouveau: switch over to new memory and vmm interfaces
Ben Skeggs
1
-31
/
+61
2017-11-02
drm/nouveau: replace use of cpu_coherent with memory types
Ben Skeggs
1
-2
/
+11
2017-11-02
drm/nouveau: use nvif_mmu_type to determine BAR1 caching
Ben Skeggs
1
-1
/
+3
2017-11-02
drm/nouveau: check kind validity against mmu object
Ben Skeggs
1
-2
/
+12
2017-11-02
drm/nouveau: remove trivial cases of nvxx_device() usage
Ben Skeggs
1
-24
/
+14
2017-11-02
drm/nouveau: remove explicit unmaps
Ben Skeggs
1
-1
/
+0
2017-11-02
drm/nouveau: separate constant-va tracking from nvkm vma structure
Ben Skeggs
1
-47
/
+4
2017-11-02
drm/nouveau: separate buffer object backing memory from nvkm structures
Ben Skeggs
1
-50
/
+61
2017-11-02
drm/nouveau: swap loop order in move_notify() hook
Ben Skeggs
1
-4
/
+6
2017-11-02
drm/nouveau: simplify const-va map condition
Ben Skeggs
1
-7
/
+7
2017-11-02
drm/nouveau: split various bo flags out into their own members
Ben Skeggs
1
-31
/
+40
2017-11-02
drm/nouveau: store nouveau_drm in nouveau_cli, as opposed to drm_device
Ben Skeggs
1
-1
/
+1
2017-11-02
drm/nouveau/bar: modify interface to bar1 vmm mapping
Ben Skeggs
1
-3
/
+3
2017-04-04
drm/ttm: add io_mem_pfn callback
Christian König
1
-0
/
+1
2017-02-17
drm/nouveau: size is u64 everywhere
Ben Skeggs
1
-16
/
+18
2017-02-17
drm/nouveau: s/mem/reg/ for struct ttm_mem_reg variables
Ben Skeggs
1
-133
/
+133
2017-02-17
drm/nouveau: allocate device object for every client
Ben Skeggs
1
-26
/
+26
2017-02-17
drm/nouveau: pass nvif_client to nouveau_bo_new() instead of drm_device
Ben Skeggs
1
-2
/
+3
2017-02-17
drm/nouveau/core/mm: replace region list with next pointer
Ben Skeggs
1
-1
/
+1
2017-01-27
drm/ttm: revert "implement LRU add callbacks v2"
Christian König
1
-2
/
+0
2017-01-27
drm/ttm: add evict parameter to ttm_bo_driver::move_notify
Nicolai Hähnle
1
-1
/
+2
2016-12-13
drm/nouveau/ttm: wait for bo fence to signal before unmapping vmas
Ben Skeggs
1
-0
/
+1
2016-10-28
Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
1
-3
/
+3
2016-10-25
drm/ttm: make eviction decision a driver callback v2
Christian König
1
-0
/
+1
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
1
-3
/
+3
2016-10-11
Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-4
/
+5
2016-09-22
drm/nouveau: Revert "bus: remove cpu_coherent flag"
Karol Herbst
1
-1
/
+2
2016-09-19
drm: use drm_file to tag vm-bos
David Herrmann
1
-1
/
+2
2016-08-08
drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpy
Michel Dänzer
1
-1
/
+1
2016-08-08
drm/ttm: Remove unused parameter evict from ttm_bo_move_ttm
Michel Dänzer
1
-2
/
+2
2016-08-08
drm/ttm: Wait for a BO to become idle before unbinding it from GTT
Michel Dänzer
1
-2
/
+2
2016-08-05
drm/ttm: Wait for a BO to become idle before unbinding it from GTT
Michel Dänzer
1
-2
/
+2
[next]