From: Ben Skeggs Date: Tue, 15 Feb 2011 22:41:56 +0000 (+1000) Subject: drm/nouveau: remove no_vm/mappable flags from nouveau_bo X-Git-Tag: v2.6.39-rc1~458^2~20^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d550c41e4ff11fe69b5f92868157253d27937d1f;p=pandora-kernel.git 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 --- Reading git-diff-tree failed