CVS Update: driver (branch: trunk)

Benjamin Herrenschmidt xorg-commit at cvs.freedesktop.org
Mon Mar 27 09:12:57 EEST 2006


CVSROOT:	/cvs/xorg
Module name:	driver
Changes by:	benh at kemper.freedesktop.org	06/03/27 06:12:57

Log message:
  2006-03-27  Benjamin Herrenschmidt  <benh at kernel.crashing.org>
  
          * src/radeon_driver.c: (RADEONRestoreMemMapRegisters),
          (RADEONInit):
          Fix a regression of my latest fix that broke color tiling on some
          setups. RADEONRestoreMemMapRegisters() must not clear CRTC_OFFSET_CNTL
          and friends unconditionally but only when there is a map change or it
          will clear them after the DRI updates the AGP location, thus turning
          tiling back off on the CRTC.
          Also remove a duplicate call to RADEONInitCommonRegisters().

Modified files:
      driver/xf86-video-ati/:
        ChangeLog 
      driver/xf86-video-ati/src/:
        radeon_driver.c 
  
  Revision      Changes    Path
  1.48          +11 -0     driver/xf86-video-ati/ChangeLog
  http://cvs.freedesktop.org/xorg/driver/xf86-video-ati/ChangeLog
  1.109         +30 -37    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