diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-10-17 01:40:17 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-10-17 01:40:17 -0700 |
commit | 3e5ebc4c1b9c2f751e50415b0d1bbb670c659eac (patch) | |
tree | d11383d195fd7112e31f9bb36ffba4a42a55312f | |
parent | e4f80ffd9dbcc08f361cda560036584f19386e0a (diff) |
GD5436 timings are the same as GD5446
Based on information from http://www.xfree86.org/3.3.6/cirrus1.html
See: https://bugs.freedesktop.org/show_bug.cgi?id=4169
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
-rw-r--r-- | src/alp_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alp_driver.c b/src/alp_driver.c index b72dfeb..d73eab8 100644 --- a/src/alp_driver.c +++ b/src/alp_driver.c @@ -861,10 +861,10 @@ AlpPreInit(ScrnInfoPtr pScrn, int flags) case PCI_CHIP_GD5430: case PCI_CHIP_GD5434_4: case PCI_CHIP_GD5434_8: - case PCI_CHIP_GD5436: /* case PCI_CHIP_GD5440: */ p = gd5430_MaxClocks; break; + case PCI_CHIP_GD5436: case PCI_CHIP_GD5446: p = gd5446_MaxClocks; break; |