drm/nouveau: store bo's page size in nouveau_bo
authorBen Skeggs <bskeggs@redhat.com>
Mon, 6 Jun 2011 04:15:46 +0000 (14:15 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 23 Jun 2011 05:59:27 +0000 (15:59 +1000)
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 <bskeggs@redhat.com>

No differences found