drm/nouveau: will need to specify channel for vm-ful gpuobj allocations
authorBen Skeggs <bskeggs@redhat.com>
Fri, 3 Jun 2011 04:23:30 +0000 (14:23 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 23 Jun 2011 05:59:18 +0000 (15:59 +1000)
Abuses existing gpuobj_new() chan argument for this, which in turn forces
all NVOBJ_FLAG_VM allocations to be done from the global heap, not
suballocated from the channel's private heap.  Not a problem though in
practise.

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

No differences found