From: Ben Skeggs Date: Mon, 10 Nov 2014 01:24:27 +0000 (+1000) Subject: drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocation X-Git-Tag: omap-for-v3.20/drop-legacy-3517~77^2~15^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad76b3f7c7a0836e74ac0e316e03988ef3c43564;p=pandora-kernel.git drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocation We have the ability to move buffers around in the kernel if necessary, and should probably use it rather than failing if userspace passes us a non-contig buffer for a plane. The NOUVEAU_GEM_TILE_NONCONTIG flag from userspace will become a mere initial placement hint once all the relevant paths have been updated. Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed