summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2006-05-03 04:25:27 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2006-05-03 04:25:27 +0000
commit2b0cdd9448a24ea067b0d78f319b99c1041df2e0 (patch)
treebb86e941de05989d6c352ff153649a5daa197aad /ChangeLog
parent36c04b88416905b9ae305583e8e34fefdbfafc50 (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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa3471f..48b5bcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>