summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6164fc..9a891e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2006-04-24 Benjamin Herrenschmidt <benh@kernel.crashing.org>
+
+ * src/radeon_driver.c: (RADEONInitCrtcRegisters),
+ (RADEONInitCrtc2Registers):
+ Fix enabling of external VGA output on some cards with dual entity
+ setup instead of MergedFB. This was broken due to bogus manipulations
+ of a register between the 2 entities. This fix is a big "violent" in
+ that it always enables the analog output regardless of what is
+ plugged. It should work though (at the expense of some additional
+ power consumption). A proper fix should be easy to do once Alex gets
+ his output mapping rework in.
+
2006-04-21 Dave Airlie <airlied@linux.ie>
* src/radeon_driver.c: (RADEONRestoreMode):