]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/radeon/kms: force legacy pll algo for RV620 LVDS
authorAlex Deucher <alexdeucher@gmail.com>
Tue, 7 Sep 2010 15:42:45 +0000 (11:42 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 20 Sep 2010 20:36:48 +0000 (13:36 -0700)
commitaf38a70db3311742ab23f02bc17cd7400bd6202a
tree9db695a83f2b100011a2b6997551eb7f8d399668
parent8fa162939f360898dfefde73219b1a2682051b01
drm/radeon/kms: force legacy pll algo for RV620 LVDS

commit f90087eea44ce5fad139f086bc9d89ca37b0edc2 upstream.

There has been periodic evidence that LVDS, on at least some
panels, prefers the dividers selected by the legacy pll algo.
This patch forces the use of the legacy pll algo on RV620
LVDS panels.  The old behavior (new pll algo) can be selected
by setting the new_pll module parameter to 1.

Fixes:
https://bugs.freedesktop.org/show_bug.cgi?id=30029

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/gpu/drm/radeon/atombios_crtc.c