index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_bo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nouveau/ttm: always do buffer moves on kernel channel
Ben Skeggs
2012-03-22
1
-8
/
+3
*
drm/ttm: fix two regressions since move_notify changes
Ben Skeggs
2012-01-25
1
-0
/
+4
*
ttm: fix agp since ttm tt rework
Jerome Glisse
2012-01-06
1
-0
/
+13
*
drm/nouveau/ttm: fix crash as a result of a recent ttm change
Ben Skeggs
2011-12-22
1
-5
/
+3
*
Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next
Dave Airlie
2011-12-20
1
-1
/
+1
|
\
|
*
drm/nv10: Change the BO size threshold determining the memory placement range.
Francisco Jerez
2011-11-10
1
-1
/
+1
*
|
drm/ttm: callback move_notify any time bo placement change v4
Jerome Glisse
2011-12-06
1
-2
/
+2
*
|
drm/ttm: simplify memory accounting for ttm user v2
Jerome Glisse
2011-12-06
1
-1
/
+5
*
|
drm/ttm: isolate dma data from ttm_tt V4
Jerome Glisse
2011-12-06
1
-8
/
+10
*
|
drm/nouveau: enable the ttm dma pool when swiotlb is active V3
Konrad Rzeszutek Wilk
2011-12-06
1
-2
/
+71
*
|
drm/ttm: introduce callback for ttm_tt populate & unpopulate V4
Jerome Glisse
2011-12-06
1
-0
/
+3
*
|
drm/ttm: merge ttm_backend and ttm_tt V5
Jerome Glisse
2011-12-06
1
-5
/
+9
|
/
*
Revert "drm/ttm: add a way to bo_wait for either the last read or last write"
Dave Airlie
2011-10-27
1
-2
/
+1
*
Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linu...
Dave Airlie
2011-09-20
1
-1
/
+1
|
\
|
*
drm/nvd0: add a card_type for 0xdX chipsets
Ben Skeggs
2011-09-20
1
-1
/
+1
*
|
drm/ttm: add a way to bo_wait for either the last read or last write
Marek Olšák
2011-08-31
1
-1
/
+2
|
/
*
drm/nouveau: remove implicit mapping of every bo into chan_vm
Ben Skeggs
2011-06-23
1
-9
/
+1
*
drm/nouveau: remove 'chan' argument from nouveau_bo_new
Ben Skeggs
2011-06-23
1
-5
/
+3
*
drm/nouveau: initial changes to support multiple VMAs per buffer object
Ben Skeggs
2011-06-23
1
-26
/
+72
*
drm/nouveau: convert bo.mem.start usage to bo.offset
Ben Skeggs
2011-06-23
1
-1
/
+0
*
drm/nouveau: convert some bo.offset use to vma.offset
Ben Skeggs
2011-06-23
1
-2
/
+0
*
drm/nouveau: create temp vmas for both src and dst of bo moves
Ben Skeggs
2011-06-23
1
-71
/
+45
*
drm/nouveau: store bo's page size in nouveau_bo
Ben Skeggs
2011-06-23
1
-15
/
+12
*
drm/nouveau: skip move_notify() if bo does not have a vma attached
Ben Skeggs
2011-06-23
1
-4
/
+2
*
drm/nouveau: no need to update bo.offset from vma after validate
Ben Skeggs
2011-06-23
1
-2
/
+0
*
Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next
Dave Airlie
2011-03-14
1
-1
/
+4
|
\
|
*
drm/nv50-nvc0: make sure vma is definitely unmapped when destroying bo
Ben Skeggs
2011-02-28
1
-1
/
+4
*
|
drm/nv50-nvc0: delay GART binding until move_notify time
Ben Skeggs
2011-02-25
1
-46
/
+68
*
|
drm/nouveau: rename nouveau_vram to nouveau_mem
Ben Skeggs
2011-02-25
1
-13
/
+13
*
|
drm/nv50-nvc0: unmap buffers from the vm when they're evicted
Ben Skeggs
2011-02-25
1
-7
/
+29
*
|
drm/nv50-nvc0: move vm bind/unbind to move_notify hook
Ben Skeggs
2011-02-25
1
-22
/
+37
*
|
drm/nv50-nvc0: restrict memtype to those specified at creation time
Ben Skeggs
2011-02-25
1
-4
/
+4
*
|
drm/nv50: simplify bo moves now that they're all through the vm
Ben Skeggs
2011-02-25
1
-17
/
+9
*
|
drm/nouveau: remove no_vm/mappable flags from nouveau_bo
Ben Skeggs
2011-02-25
1
-38
/
+24
*
|
drm/nouveau: introduce new gart type, and name _SGDMA more appropriately
Ben Skeggs
2011-02-25
1
-2
/
+4
|
/
*
drm/nouveau: flips/flipd need to always set 'evict' for move_accel_cleanup()
Ben Skeggs
2011-02-17
1
-3
/
+3
*
drm/nv10: Fix crash when allocating a BO larger than half the available VRAM.
Francisco Jerez
2011-02-17
1
-3
/
+4
*
drm/nvc0: accelerate ttm buffer moves
Ben Skeggs
2010-12-21
1
-1
/
+56
*
drm/nvc0: initial support for tiled buffer objects
Ben Skeggs
2010-12-21
1
-3
/
+0
*
drm/nvc0: implement pgraph engine hooks
Ben Skeggs
2010-12-21
1
-1
/
+1
*
drm/nvc0: initial vm implementation, use for bar1/bar3 management
Ben Skeggs
2010-12-21
1
-4
/
+14
*
drm/nvc0: import initial vm backend
Ben Skeggs
2010-12-21
1
-2
/
+3
*
drm/nv50: tidy up PCIEGART implementation
Ben Skeggs
2010-12-08
1
-4
/
+3
*
drm/nv50: enable 4KiB pages for small vram allocations
Ben Skeggs
2010-12-08
1
-18
/
+23
*
drm/nv50: implement global channel address space on new VM code
Ben Skeggs
2010-12-08
1
-16
/
+25
*
drm/nv50: implement BAR1/BAR3 management on top of new VM code
Ben Skeggs
2010-12-08
1
-3
/
+43
*
drm/nv50: implement custom vram mm
Ben Skeggs
2010-12-08
1
-38
/
+5
*
drm/nouveau: wrap calls to ttm_bo_validate()
Ben Skeggs
2010-12-08
1
-3
/
+17
*
drm/nouveau: Use WC memory on the AGP GART.
Francisco Jerez
2010-12-08
1
-2
/
+3
*
drm/nouveau: Fix sleep while atomic in nouveau_bo_fence().
Francisco Jerez
2010-12-03
1
-3
/
+7
[next]