drm/ttm: simplify memory accounting for ttm user v2
authorJerome Glisse <jglisse@redhat.com>
Fri, 11 Nov 2011 20:42:57 +0000 (15:42 -0500)
committerDave Airlie <airlied@redhat.com>
Tue, 6 Dec 2011 10:40:11 +0000 (10:40 +0000)
Provide helper function to compute the kernel memory size needed
for each buffer object. Move all the accounting inside ttm, simplifying
driver and avoiding code duplication accross them.

v2 fix accounting of ghost object, one would have thought that i
   would have run into the issue since a longtime but it seems
   ghost object are rare when you have plenty of vram ;)

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

No differences found