summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2006-03-09 23:26:27 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2006-03-09 23:26:27 +0000
commit8033d7423267fc1b3725df6a077dd910b586daaf (patch)
tree050f5fe847ecdd66c0df0f48401afa00469fdfda /ChangeLog
parentc637939d3c4ce5cdddbc5200d5ffbca4c3927050 (diff)
More memory map fixes !!! This time, we add a way to get the DRM kernel
module version early, in order to properly limit the framebuffer size when a module that doesn't support the new map is loaded. That will improve backward compatibility. I also made the minimum required kernel module version 1.3 which hopefully shouldn't be a problem for anybody, and cleaned up the ordering in which we test for DRM version to enable features
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3790311..ef66e59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2006-03-10 Benjamin Herrenschmidt <benh@kernel.crashing.org>
+
+ * src/radeon.h:
+ * src/radeon_dri.c: (RADEONDRIGartHeapInit), (RADEONDRIGetVersion),
+ (RADEONDRIScreenInit), (RADEONDRIInitPageFlip), (RADEONDRIResume),
+ (RADEONDRIAllocatePCIGARTTable):
+ * src/radeon_driver.c: (RADEONInitMemoryMap),
+ (RADEONGetAccessibleVRAM), (RADEONPreInitConfig),
+ (RADEONPreInitDRI), (RADEONPreInitColorTiling), (RADEONPreInit),
+ (RADEONScreenInit), (RADEONRestoreMode):
+ More memory map fixes !!! This time, we add a way to get the DRM
+ kernel module version early, in order to properly limit the
+ framebuffer size when a module that doesn't support the new map is
+ loaded. That will improve backward compatibility. I also made the
+ minimum required kernel module version 1.3 which hopefully shouldn't
+ be a problem for anybody, and cleaned up the ordering in which we test
+ for DRM version to enable features
+
2006-03-09 Michel Dänzer <michel@daenzer.net>
* src/radeon_driver.c: (RADEONGetClockInfo), (RADEONGetVRamType),