Re: [PATCH] drm/radeon/kms: fix fans after resume

2012-03-30 Thread Alex Deucher
2012/3/30 Michel Dänzer : > On Don, 2012-03-29 at 19:04 -0400, alexdeuc...@gmail.com wrote: >> From: Alex Deucher >> >> On pre-R600 asics, the SpeedFanControl table is not >> executed as part of ASIC_Init as it is on newer asics. >> >> Fixes: >> https://bugzilla.kernel.org/show_bug.cgi?id=29412 >>

Re: [PATCH] drm/radeon/kms: fix fans after resume

2012-03-29 Thread Michel Dänzer
On Don, 2012-03-29 at 19:04 -0400, alexdeuc...@gmail.com wrote: > From: Alex Deucher > > On pre-R600 asics, the SpeedFanControl table is not > executed as part of ASIC_Init as it is on newer asics. > > Fixes: > https://bugzilla.kernel.org/show_bug.cgi?id=29412 > > Signed-off-by: Alex Deucher