drm/nouveau: use vmalloc for pgt allocation
authorMarcin Slusarz <marcin.slusarz@gmail.com>
Tue, 11 Jun 2013 08:50:30 +0000 (10:50 +0200)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 5 Jul 2013 03:48:41 +0000 (13:48 +1000)
Page tables on nv50 take 48kB, which can be hard to allocate in one piece.
Let's use vmalloc.

Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Cc: stable@vger.kernel.org [3.7+]
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>

No differences found