diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2006-03-18 00:08:24 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2006-03-18 00:08:24 +0000 |
commit | 21acdf371e3cf913c5affbd3e86641cfb115311c (patch) | |
tree | 58b4f3281feacae71653f0e90f8fc5e64c4ce592 /ChangeLog | |
parent | 323ecb92e40d71c5ef994b41b6d8dedba6dd6203 (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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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): |