drm/ttm: Fix memory type manager debug information printing
authorJerome Glisse <jglisse@redhat.com>
Thu, 10 Dec 2009 17:07:26 +0000 (18:07 +0100)
committerDave Airlie <airlied@redhat.com>
Wed, 16 Dec 2009 05:36:26 +0000 (15:36 +1000)
System memory type doesn't have a drm_mm manager associated to
it. This patch avoid trying to call drm_mm_debug on unitialized
drm_mm when printing debug info on the system memory manager.

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found