]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/radeon: avoid turning off spread spectrum for used pll
authorJerome Glisse <jglisse@redhat.com>
Fri, 17 Aug 2012 18:40:04 +0000 (14:40 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Oct 2012 17:30:22 +0000 (10:30 -0700)
commit8ff63613670a03eaa3524f4a55742c17ed105bc5
tree1be798077e20763432c5110a2e578e1d8f9b9708
parent13e902acc58ef41e6516f160bd55976891d3b9cb
drm/radeon: avoid turning off spread spectrum for used pll

commit 5efcc76c13a745f98e7b6604d6aca49761be1970 upstream.

If spread spectrum is enabled and in use for a given pll we
should not turn it off as it will lead to turning off display
for crtc that use the pll (this behavior was observed on chelsea
edp).

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/radeon/atombios_crtc.c