From: Ben Skeggs Date: Mon, 6 Jun 2011 04:15:46 +0000 (+1000) Subject: drm/nouveau: store bo's page size in nouveau_bo X-Git-Tag: v3.1-rc1~230^2~22^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f91bac5bf694e8060b7473fb0aefb8de09aa9595;p=pandora-kernel.git drm/nouveau: store bo's page size in nouveau_bo Was previously assuming a page size of 4KiB unless a VMA was present to override it. Eventually, a buffer won't necessarily have a VMA at all at some stages of its life, so we need to store this info elsewhere. Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed