From 8033d7423267fc1b3725df6a077dd910b586daaf Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Thu, 9 Mar 2006 23:26:27 +0000 Subject: 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 --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3790311..ef66e59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2006-03-10 Benjamin Herrenschmidt + + * 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 * src/radeon_driver.c: (RADEONGetClockInfo), (RADEONGetVRamType), -- cgit v1.2.3