drm/nouveau: remove no_vm/mappable flags from nouveau_bo
authorBen Skeggs <bskeggs@redhat.com>
Tue, 15 Feb 2011 22:41:56 +0000 (08:41 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 24 Feb 2011 20:45:34 +0000 (06:45 +1000)
'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>

No differences found