From: Michel Dänzer Date: Thu, 17 Sep 2009 07:42:28 +0000 (+0200) Subject: drm/radeon/kms: Move radeon_get_clock_info() call out of radeon_clocks_init(). X-Git-Tag: v2.6.32-rc1~159^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e6dde7ec2e72f49ff749204efc03a59478d7d34;p=pandora-kernel.git drm/radeon/kms: Move radeon_get_clock_info() call out of radeon_clocks_init(). Someone on IRC reported problems after commit 95a8f1bf4f48b434c9f839ab5a0773f66b39d7c6 ('drm/radeon/kms: Move radeon_clocks_init() call back after getting VRAM info.'). And indeed, at least some ASIC vram_info hooks use the clock info obtained by radeon_get_clock_info(). So, move that call out of radeon_clocks_init(), ahead of the radeon_vram_info() call. [airlied - fixup missing r600/rv770 calls] Signed-off-by: Michel Dänzer Signed-off-by: Dave Airlie drm/radeon/kms: fix get clock info calls for r600/rv770 init path. These were missed when it got split out. Signed-off-by: Dave Airlie --- Reading git-diff-tree failed