summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2006-02-28 23:34:03 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2006-02-28 23:34:03 +0000
commit163581a82fe9395672c31b41cd67aa44158f5201 (patch)
tree901666fafe53bb76139fcfa7ed2c2cd128b87dfe /ChangeLog
parent5ff8fb2bea1fe7d14db53c19ff3a3a56668ec417 (diff)
Workaround for rv280 bug which needs the framebuffer memory mapping to be
aligned to its own size. Also add back limit of 128Mb of mapped fb space for now until I fully sort out what's up with dual function cards. I would really need to access the PCI BAR sizes here but that information seem to be missing from the PCI info passed to the driver.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ace2082..59bd3d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-03-01 Benjamin Herrenschmidt <benh@kernel.crashing.org>
+
+ * src/radeon_driver.c: (RADEONInitMemoryMap),
+ (RADEONPreInitConfig):
+ Workaround for rv280 bug which needs the framebuffer memory mapping
+ to be aligned to its own size. Also add back limit of 128Mb of mapped
+ fb space for now until I fully sort out what's up with dual function
+ cards. I would really need to access the PCI BAR sizes here but that
+ information seem to be missing from the PCI info passed to the driver.
+
2006-02-27 Roland Scheidegger <rscheidegger_lists@hispeed.ch>
* src/atichip.h:
* src/atichip.c: