]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit85a3468682b8c0b377665c217e04a6fca99aacd6
tree063c0b3a5845b5a25b6136d7ad487e0966bdaf60
parente0843216445b62457a3dd81bc30177e9e575a8c3
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