commit | a4d68279b44522a2b2374a6bd4861756bfad40fe | [log] [tgz] |
---|---|---|
author | Jerome Glisse <jglisse@redhat.com> | Fri Sep 11 13:00:43 2009 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Mon Sep 14 16:10:00 2009 +1000 |
tree | a91f21444c7f36f1dad5c2bf81bda15413ff43e1 | |
parent | 9f022ddfb23793b475ff7e57ac08a766dd5d31bd [diff] |
drm/radeon/kms: move mtrr range add and memory information 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>