drm/ttm: isolate dma data from ttm_tt V4
authorJerome Glisse <jglisse@redhat.com>
Wed, 9 Nov 2011 22:15:26 +0000 (17:15 -0500)
committerDave Airlie <airlied@redhat.com>
Tue, 6 Dec 2011 10:40:02 +0000 (10:40 +0000)
Move dma data to a superset ttm_dma_tt structure which herit
from ttm_tt. This allow driver that don't use dma functionalities
to not have to waste memory for it.

V2 Rebase on top of no memory account changes (where/when is my
   delorean when i need it ?)
V3 Make sure page list is initialized empty
V4 typo/syntax fixes

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>

No differences found