Skip to content
Commit d550c41e authored by Ben Skeggs's avatar Ben Skeggs
Browse files

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: default avatarBen Skeggs <bskeggs@redhat.com>
parent 2503c6fa
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment