nv50: use same dma object for fb/tt access
authorBen Skeggs <skeggsb@nisroch.keine.ath.cx>
Sun, 22 Jun 2008 15:24:11 +0000 (01:24 +1000)
committerMaarten Maathuis <madman2003@gmail.com>
Fri, 18 Jul 2008 16:25:33 +0000 (18:25 +0200)
commit0ef097b598433a5756df2bd6a72deba1f0e1d1c7
treee5d309afb7ba39dec51e685aff1a55744c556929
parent4872ac9c6204c3f212fd622ed292f6fc245020bf
nv50: use same dma object for fb/tt access

We depend on the VM fully now for memory protection, separate DMA objects
for VRAM and GART are unneccesary.  However, until the next interface break
(soon) a client can't depend on the objects being the same and must still
call NV_OBJ_SET_DMA_* methods appropriately.
shared-core/nouveau_mem.c
shared-core/nouveau_object.c