drm/radeon/kms: Move radeon_clocks_init() call back after getting VRAM info.
authorMichel Dänzer <daenzer@vmware.com>
Tue, 15 Sep 2009 15:09:26 +0000 (17:09 +0200)
committerDave Airlie <airlied@linux.ie>
Tue, 15 Sep 2009 23:14:58 +0000 (09:14 +1000)
commit95a8f1bf4f48b434c9f839ab5a0773f66b39d7c6
tree063c0b3a5845b5a25b6136d7ad487e0966bdaf60
parentfb1fbf8e098cd4cd2c1dece3dc8f15e7de82170a
drm/radeon/kms: Move radeon_clocks_init() call back after getting VRAM info.

It may indirectly call radeon_set_clock_gating() which relies on the VRAM info.

Signed-off-by: Michel Dänzer <daenzer@vmware.com>
Signed-off-by: Dave Airlie <airlied@linux.ie>
drivers/gpu/drm/radeon/radeon_device.c