drm/radeon/kms: move mtrr range add and memory information
authorJerome Glisse <jglisse@redhat.com>
Fri, 11 Sep 2009 11:00:43 +0000 (13:00 +0200)
committerDave Airlie <airlied@redhat.com>
Mon, 14 Sep 2009 06:10:00 +0000 (16:10 +1000)
Move mtrr range and memory information printing to radeon_object_init,
this are memory information and initialization common to all GPU and
they better fit in this function. Will also prevent code duplication
with upcoming init path changes.

airlied: fixed warning introduced

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

No differences found