commit | 9830605d4c070b16ec5c24a75503877cc7698409 | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@gmail.com> | Thu Aug 09 15:00:15 2012 +1000 |
committer | Dave Airlie <airlied@gmail.com> | Fri Aug 10 20:31:37 2012 +1000 |
tree | e99385fa8c9d9c1ab16bcb8a996959de9f4aa05d | |
parent | f7b83b908fbecadefa73c0d76b9c719d09c1d96d [diff] |
drm/mgag200: fix G200ER pll picking algorithm The original code was misported from the X driver, a) an int went to unsigned int, breaking the downward counting testm code b) the port did the vco/computed clock bits completely wrong. This fixes an infinite loop on modprobe on some Dell servers with the G200ER chipset variant. Found in internal testing. Cc: stable@vger.kernel.org Signed-off-by: Dave Airlie <airlied@redhat.com>