summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2006-03-18 00:08:24 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2006-03-18 00:08:24 +0000
commit21acdf371e3cf913c5affbd3e86641cfb115311c (patch)
tree58b4f3281feacae71653f0e90f8fc5e64c4ce592 /ChangeLog
parent323ecb92e40d71c5ef994b41b6d8dedba6dd6203 (diff)
Clear the offsets when updating the memory map instead of when enabling the
CRTCs and try to make that code more reliable. Doesn't disable the CRTCs beforehand.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2d5088..d947a5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-03-18 Benjamin Herrenschmidt <benh@kernel.crashing.org>
+
+ * src/radeon_driver.c: (RADEONRestoreMemMapRegisters),
+ (RADEONRestoreCrtcRegisters), (RADEONRestoreCrtc2Registers):
+ * src/radeon_reg.h:
+ Clear the offsets when updating the memory map instead of when
+ enabling the CRTCs and try to make that code more reliable. Doesn't
+ disable the CRTCs beforehand.
+
2006-03-18 Roland Scheidegger <rscheidegger_lists@hispeed.ch>
* src/radeon_dri.c: (RADEONDRIGetVersion):
* src/radeon_driver.c: (RADEONGetAccessibleVRAM):