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)
commit48dfaaeb6637240af3089bf9b7a00a6cf24e0182
tree7f82ed838581ff1f8db41e4a9d3c41cb47dc46cc
parentf28488c282d8916b9b6190cc41714815bbaf97d5
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