diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2006-05-03 04:25:27 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2006-05-03 04:25:27 +0000 |
commit | 2b0cdd9448a24ea067b0d78f319b99c1041df2e0 (patch) | |
tree | bb86e941de05989d6c352ff153649a5daa197aad /ChangeLog | |
parent | 36c04b88416905b9ae305583e8e34fefdbfafc50 (diff) |
Enable decoding of version 4 TMDS PLL config tables, they actually work,
the problem in the comment only concerned pre-production cards that Hui
tested apparently. Also set back the default value to what it was
initially, fixes some more cards that don't have a proper table (Mac
Mini for example)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2006-05-03 Benjamin Herrenschmidt <benh@kernel.crashing.org> + + * src/radeon_bios.c: (RADEONGetTMDSInfoFromBIOS): + * src/radeon_driver.c: + Enable decoding of version 4 TMDS PLL config tables, they actually + work, the problem in the comment only concerned pre-production cards + that Hui tested apparently. Also set back the default value to what it + was initially, fixes some more cards that don't have a proper table + (Mac Mini for example) + 2006-05-01 Michel Dänzer <michel@tungstengraphics.com> Bugzilla #6755 <https://bugs.freedesktop.org/show_bug.cgi?id=6755> |