CVS Update: driver (branch: ati-1-0-branch)

Benjamin Herrenschmidt xorg-commit at cvs.freedesktop.org
Sun Mar 12 06:56:00 EET 2006


CVSROOT:	/cvs/xorg
Module name:	driver
Changes by:	benh at kemper.freedesktop.org	06/03/12 04:56:00

Log message:
  2006-03-10  Benjamin Herrenschmidt  <benh at 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

Modified files:
      driver/xf86-video-ati/:	Tag: ati-1-0-branch
        ChangeLog 
      driver/xf86-video-ati/src/:	Tag: ati-1-0-branch
        radeon.h radeon_dri.c radeon_driver.c 
  
  Revision      Changes    Path
  1.29.2.2      +18 -0     driver/xf86-video-ati/ChangeLog
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/ChangeLog
  1.35.2.1      +7 -3      driver/xf86-video-ati/src/radeon.h
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/radeon.h
  1.29.2.1      +129 -131  driver/xf86-video-ati/src/radeon_dri.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/radeon_dri.c
  1.92.2.2      +166 -92   driver/xf86-video-ati/src/radeon_driver.c
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/src/radeon_driver.c




More information about the xorg-commit mailing list