diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2006-02-28 23:34:03 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2006-02-28 23:34:03 +0000 |
commit | 163581a82fe9395672c31b41cd67aa44158f5201 (patch) | |
tree | 901666fafe53bb76139fcfa7ed2c2cd128b87dfe /ChangeLog | |
parent | 5ff8fb2bea1fe7d14db53c19ff3a3a56668ec417 (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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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: |