index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
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: explicitly wait for bo idle before memcpy buffer move
Ben Skeggs
2014-01-23
1
-19
/
+18
*
drm/nouveau/ttm: explicity sync with kernel channel before moving buffer
Ben Skeggs
2014-01-23
1
-28
/
+13
*
drm/nouveau/ttm: tidy up creation of temporary buffer move vmas
Ben Skeggs
2014-01-23
1
-20
/
+21
*
drm/nv50-: map TTM_PL_SYSTEM through a BAR for CPU access
Maarten Lankhorst
2014-01-23
1
-3
/
+17
*
drm/nouveau: fix m2mf copy to tiled gart
Maarten Lankhorst
2014-01-23
1
-25
/
+8
*
drm/nouveau/vm: reduce number of entry-points to vm_map()
Ben Skeggs
2014-01-23
1
-26
/
+7
*
drm/nouveau: do not map evicted vram buffers in nouveau_bo_vma_add
Maarten Lankhorst
2013-11-14
1
-1
/
+2
*
drm/nouveau: allow nouveau_fence_ref() to be a noop
Ben Skeggs
2013-11-14
1
-10
/
+3
*
drm/nv10: introduce a new NV_11 card type
Ilia Mirkin
2013-11-08
1
-1
/
+2
*
drm/nouveau: remove pointless assignment
Dave Jones
2013-11-08
1
-1
/
+1
*
drm/nouveau: embed gem object in nouveau_bo
David Herrmann
2013-10-09
1
-2
/
+2
*
Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2013-09-02
1
-1
/
+6
|
\
|
*
drm/nouveau: fix size check for cards without vm
Maarten Lankhorst
2013-07-30
1
-1
/
+6
*
|
drm: verify vma access in TTM+GEM drivers
David Herrmann
2013-08-27
1
-1
/
+3
|
/
*
drm/nouveau: do not allow negative sizes for now
Maarten Lankhorst
2013-07-10
1
-0
/
+6
*
drm/nouveau: use dedicated channel for async moves on GT/GF chipsets.
Ben Skeggs
2013-07-10
1
-3
/
+3
*
drm/nouveau: do not unpin in nouveau_gem_object_del
Maarten Lankhorst
2013-07-10
1
-2
/
+5
*
drm/nouveau: fix locking issues in page flipping paths
Ben Skeggs
2013-07-10
1
-1
/
+1
*
drm/nouveau: fix minor thinko causing bo moves to not be async on kepler
Ben Skeggs
2013-07-08
1
-1
/
+2
*
drm/nouveau: delay busy bo vma removal until fence signals
Ben Skeggs
2013-07-01
1
-6
/
+1
*
drm/nouveau/fb: initialise vram controller as pfb sub-object
Ben Skeggs
2013-07-01
1
-1
/
+1
*
drm/nv50: use correct tiling methods for m2mf buffer moves
Marcin Slusarz
2013-03-11
1
-2
/
+2
*
Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...
Dave Airlie
2013-02-20
1
-1
/
+1
|
\
|
*
drm/nv84-/fence: prepare for emit/sync support of sysram sequences
Ben Skeggs
2013-02-20
1
-1
/
+1
*
|
drm: fix compile failure by including <linux/swiotlb.h>
Chris Metcalf
2013-02-15
1
-0
/
+1
*
|
drm/nouveau: try to protect nbo->pin_refcount
Daniel Vetter
2013-01-20
1
-11
/
+11
|
/
*
drm/nouveau: fix init with agpgart-uninorth
Aaro Koskinen
2013-01-04
1
-1
/
+1
*
drm/ttm: remove no_wait_reserve, v3
Maarten Lankhorst
2012-12-10
1
-29
/
+26
*
drm/ttm: remove sync_arg from driver functions
Maarten Lankhorst
2012-11-20
1
-3
/
+3
*
drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanup
Maarten Lankhorst
2012-11-20
1
-1
/
+1
*
drm/ttm: remove ttm_buffer_object->buffer_start
Marcin Slusarz
2012-11-20
1
-1
/
+1
*
drm/nouveau: only call ttm_agp_tt_create when __OS_HAS_AGP
Max Filippov
2012-10-16
1
-0
/
+2
*
drm/nve0: use async copy engine for ttm buffer moves if available
Ben Skeggs
2012-10-03
1
-6
/
+25
*
drm/nouveau: port remainder of drm code, and rip out compat layer
Ben Skeggs
2012-10-03
1
-5
/
+5
*
drm/nouveau: port all engines to new engine module format
Ben Skeggs
2012-10-03
1
-187
/
+160
*
drm/nouveau: move some more code around to more appropriate places
Ben Skeggs
2012-10-03
1
-3
/
+108
*
drm/nouveau/instmem: completely new implementation, as a subdev module
Ben Skeggs
2012-10-03
1
-38
/
+18
*
drm/nouveau/fb: merge fb/vram and port to subdev interfaces
Ben Skeggs
2012-10-03
1
-1
/
+1
*
drm/nouveau: implement module init functions in nouveau_drm.c
Ben Skeggs
2012-10-03
1
-1
/
+1
*
drm/nouveau: restructure source tree, split core from drm implementation
Ben Skeggs
2012-10-03
1
-3
/
+3
*
drm/nvc0/ttm: use copy engines for async buffer moves
Ben Skeggs
2012-05-24
1
-9
/
+51
*
drm/nva3/ttm: use copy engine for async buffer moves
Ben Skeggs
2012-05-24
1
-1
/
+40
*
drm/nv98/ttm: add in a (disabled) crypto engine buffer copy method
Ben Skeggs
2012-05-24
1
-1
/
+20
*
drm/nv84/ttm: use crypto engine for async buffer copies
Ben Skeggs
2012-05-24
1
-0
/
+19
*
drm/nouveau/ttm: untangle code to support accelerated buffer moves
Ben Skeggs
2012-05-24
1
-25
/
+104
*
drm/nouveau/fence: minor api changes for an upcoming rework
Ben Skeggs
2012-05-24
1
-2
/
+3
*
drm/nouveau/fence: make ttm interfaces wrap ours, not the other way around
Ben Skeggs
2012-05-24
1
-21
/
+51
*
drm/nouveau: use the same packet header macros as userspace
Ben Skeggs
2012-05-24
1
-15
/
+15
*
drm/nve0/ttm: implement buffer moves with weirdo pcopy-on-pgraph methods
Ben Skeggs
2012-05-24
1
-0
/
+24
*
nouveau: add PRIME support
Dave Airlie
2012-05-23
1
-8
/
+34
[next]