From: Ben Skeggs Date: Fri, 3 Jun 2011 04:23:30 +0000 (+1000) Subject: drm/nouveau: will need to specify channel for vm-ful gpuobj allocations X-Git-Tag: v3.1-rc1~230^2~22^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e32fedc8b50d3571bdec4e9849e45659ac96599;p=pandora-kernel.git drm/nouveau: will need to specify channel for vm-ful gpuobj allocations 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 --- Reading git-diff-tree failed