]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon/kms: remove new pll algo
authorAlex Deucher <alexdeucher@gmail.com>
Wed, 29 Sep 2010 15:37:41 +0000 (11:37 -0400)
committerDave Airlie <airlied@redhat.com>
Wed, 6 Oct 2010 01:46:25 +0000 (11:46 +1000)
commit07cb9d3685f49ed0502122dbf504a25ea4defa38
tree7f82ed838581ff1f8db41e4a9d3c41cb47dc46cc
parentbe2aef6023c2a67c0c4386b326c5495ff09cd05e
drm/radeon/kms: remove new pll algo

The recent changes to the old algo (prefer high post div)
coupled with the range and precision limitations of using
fixed point with the new algo make the new algo less
useful.  So drop the new algo.  This should work as well
or better than the old new/old combinations and simplifies
the code a lot.

Fixes:
https://bugs.freedesktop.org/show_bug.cgi?id=30218
among others.

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/atombios_crtc.c
drivers/gpu/drm/radeon/radeon.h
drivers/gpu/drm/radeon/radeon_atombios.c
drivers/gpu/drm/radeon/radeon_display.c
drivers/gpu/drm/radeon/radeon_drv.c
drivers/gpu/drm/radeon/radeon_legacy_crtc.c
drivers/gpu/drm/radeon/radeon_mode.h