Dave Airlie
|
1717c0e23f
Revert "drm/ttm: add a way to bo_wait for either the last read or last write"
|
13 years ago |
Dave Airlie
|
b2d108ba33
Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linux-2.6 into drm-next
|
13 years ago |
Ben Skeggs
|
2e9733ff7d
drm/nvd0: add a card_type for 0xdX chipsets
|
14 years ago |
Marek Olšák
|
dfadbbdb57
drm/ttm: add a way to bo_wait for either the last read or last write
|
14 years ago |
Ben Skeggs
|
2fd3db6f14
drm/nouveau: remove implicit mapping of every bo into chan_vm
|
14 years ago |
Ben Skeggs
|
7375c95b34
drm/nouveau: remove 'chan' argument from nouveau_bo_new
|
14 years ago |
Ben Skeggs
|
fd2871af3d
drm/nouveau: initial changes to support multiple VMAs per buffer object
|
14 years ago |
Ben Skeggs
|
180cc30637
drm/nouveau: convert bo.mem.start usage to bo.offset
|
14 years ago |
Ben Skeggs
|
07533ea549
drm/nouveau: convert some bo.offset use to vma.offset
|
14 years ago |
Ben Skeggs
|
d2f96666c5
drm/nouveau: create temp vmas for both src and dst of bo moves
|
14 years ago |
Ben Skeggs
|
f91bac5bf6
drm/nouveau: store bo's page size in nouveau_bo
|
14 years ago |
Ben Skeggs
|
111af5c100
drm/nouveau: skip move_notify() if bo does not have a vma attached
|
14 years ago |
Ben Skeggs
|
d359d51cba
drm/nouveau: no need to update bo.offset from vma after validate
|
14 years ago |
Dave Airlie
|
34db18abd3
Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next
|
14 years ago |
Ben Skeggs
|
7db2662325
drm/nv50-nvc0: make sure vma is definitely unmapped when destroying bo
|
14 years ago |
Ben Skeggs
|
26c0c9e33a
drm/nv50-nvc0: delay GART binding until move_notify time
|
14 years ago |
Ben Skeggs
|
d5f423947a
drm/nouveau: rename nouveau_vram to nouveau_mem
|
14 years ago |
Ben Skeggs
|
3425df486c
drm/nv50-nvc0: unmap buffers from the vm when they're evicted
|
14 years ago |
Ben Skeggs
|
a4154bbffd
drm/nv50-nvc0: move vm bind/unbind to move_notify hook
|
14 years ago |
Ben Skeggs
|
db5c8e299a
drm/nv50-nvc0: restrict memtype to those specified at creation time
|
14 years ago |
Ben Skeggs
|
a670478834
drm/nv50: simplify bo moves now that they're all through the vm
|
14 years ago |
Ben Skeggs
|
d550c41e4f
drm/nouveau: remove no_vm/mappable flags from nouveau_bo
|
14 years ago |
Ben Skeggs
|
58e6c7a918
drm/nouveau: introduce new gart type, and name _SGDMA more appropriately
|
14 years ago |
Ben Skeggs
|
b8884da611
drm/nouveau: flips/flipd need to always set 'evict' for move_accel_cleanup()
|
14 years ago |
Francisco Jerez
|
812f219a0f
drm/nv10: Fix crash when allocating a BO larger than half the available VRAM.
|
14 years ago |
Ben Skeggs
|
183720b8af
drm/nvc0: accelerate ttm buffer moves
|
14 years ago |
Ben Skeggs
|
6d86951a45
drm/nvc0: initial support for tiled buffer objects
|
14 years ago |
Ben Skeggs
|
966a5b7daa
drm/nvc0: implement pgraph engine hooks
|
14 years ago |
Ben Skeggs
|
8984e04615
drm/nvc0: initial vm implementation, use for bar1/bar3 management
|
14 years ago |
Ben Skeggs
|
4c74eb7ff2
drm/nvc0: import initial vm backend
|
14 years ago |