drm/nouveau/gpuobj: remove flags for vm-mappings
authorBen Skeggs <bskeggs@redhat.com>
Fri, 13 Jul 2012 07:21:22 +0000 (17:21 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 3 Oct 2012 03:12:51 +0000 (13:12 +1000)
Having GPUOBJ and VM intertwined like this makes it *really* hard to
continue porting to the new driver architecture, split it out in
favour of requiring explit maps be the caller.

It's more flexible and obvious this way anyway...

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

No differences found