]> git.ipfire.org Git - thirdparty/kernel/stable.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:39:40 +0000 (10:39 -0700)
commitb8a7171e7540553e48707f5d1a98cf824a66bcce
treea1db166b0f05ce50026624c9f9ef9c6da1fc1813
parent7e9b8a5333503decc32e04c910068eca4e4ec6c2
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