nouveau: make sure initial kalloc for user bo ends up in the right place
authorMaarten Maathuis <madman2003@gmail.com>
Wed, 24 Feb 2010 22:10:34 +0000 (23:10 +0100)
committerMaarten Maathuis <madman2003@gmail.com>
Tue, 2 Mar 2010 22:25:50 +0000 (23:25 +0100)
commitcdc788d6456645072a1610aa9217e4ebae5cfc6b
tree33f2cc2d2b8312e57e87c5c9798722f3a0bbdc65
parenta1f9ea765ddc5cad45e36c4931663b21992727ee
nouveau: make sure initial kalloc for user bo ends up in the right place

- Currently reloc'ing a user bo to gart will first cause an allocation in vram,
which is then written to by cpu, then the bo gets moved to gart.

Acked-by: Francisco Jerez <currojerez@riseup.net>
Signed-off-by: Maarten Maathuis <madman2003@gmail.com>
nouveau/nouveau_reloc.c