drm/ttm: Add debugfs output entry to pool allocator.
authorPauli Nieminen <suokkos@gmail.com>
Thu, 1 Apr 2010 12:44:58 +0000 (12:44 +0000)
committerDave Airlie <airlied@redhat.com>
Tue, 6 Apr 2010 01:35:45 +0000 (11:35 +1000)
ttm_page_alloc_debugfs can be registered to output the state
of pools.

Debugfs file will output number of pages freed from the pool,
number of pages in pool now and the lowes number of pages in
pool since previous shrink.

Signed-off-by: Pauli Nieminen <suokkos@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found