drm/nouveau: kick vram functions out into an "engine"
authorBen Skeggs <bskeggs@redhat.com>
Mon, 6 Dec 2010 05:28:54 +0000 (15:28 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 8 Dec 2010 03:48:20 +0000 (13:48 +1000)
NVC0 will be able to share some of nv50's paths this way.  This also makes
it the card-specific vram code responsible for deciding if a given set
of tile_flags is valid, rather than duplicating the allowed types in
nv50_vram.c and nouveau_gem.c

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>

No differences found