commit | d550c41e4ff11fe69b5f92868157253d27937d1f | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Wed Feb 16 08:41:56 2011 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Fri Feb 25 06:45:34 2011 +1000 |
tree | 5c51d494f497d6cdffc822964bfeca0ba310ac3d | |
parent | 2503c6fa3edf7c2bb001c7f7926786eed24cc06e [diff] |
drm/nouveau: remove no_vm/mappable flags from nouveau_bo 'mappable' isn't really used at all, nor is it necessary anymore as the bo code is capable of moving buffers to mappable vram as required. 'no_vm' isn't necessary anymore either, any places that don't want to be mapped into a GPU address space should allocate the VRAM directly instead. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>