CVSROOT:        /home/x-cvs
Module name:    xc
Changes by:     [EMAIL PROTECTED]       03/07/02 10:31:31

Log message:
   274. Do not drop H&V sync during screen blanking for Radeon
        (Bugzilla #320, Michael Breuer, Hui [EMAIL PROTECTED]).
   273. Let out-of-limit pixel clocks only use the frequency below pll output
        lower limit for Radeons (Bugzilla #262, John Vickers, Hui [EMAIL PROTECTED]).
   272. Add support for Radeon cards with DAC/TMDS wire up in different ways
        from what the driver was originally programmed to; includes support
        for dual DVI cards (Hui [EMAIL PROTECTED]).
   271. Add Radeon DPMS handling for flat panels (Bugzilla #26, Hui [EMAIL PROTECTED]).
   270. Decreased the retry loops in DDC probing so that Radeon startup
        time won't be too long in the worst case (Hui [EMAIL PROTECTED]).
   269. Fix Radeon Asic bug in RMX unit of IGP chips (Hui [EMAIL PROTECTED]).
   268. Fix Radeon register initialization for RGB offset to fix the
        "milky-screen" problem (Bugzilla #351, Hui [EMAIL PROTECTED]).
   267. Add support for new Radeon chips: R350(9800), RV350(9600,M10),
        RS250(IGP7000), RS300(IGP9000), RV280(9200) (Hui [EMAIL PROTECTED]).

Modified files:
      xc/programs/Xserver/hw/xfree86/:
        CHANGELOG 
      xc/programs/Xserver/hw/xfree86/common/:
        xf86PciInfo.h 
      xc/programs/Xserver/hw/xfree86/drivers/ati/:
        atichip.c atichip.h atiprobe.c radeon.h radeon.man 
        radeon_accel.c radeon_dri.c radeon_driver.c 
        radeon_probe.c radeon_probe.h radeon_reg.h radeon_video.c 
  
  Revision      Changes    Path
  3.2765        +16 -1     xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.149         +18 -1     xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h
  1.35          +30 -6     xc/programs/Xserver/hw/xfree86/drivers/ati/atichip.c
  1.24          +7 -3      xc/programs/Xserver/hw/xfree86/drivers/ati/atichip.h
  1.58          +9 -1      xc/programs/Xserver/hw/xfree86/drivers/ati/atiprobe.c
  1.40          +12 -10    xc/programs/Xserver/hw/xfree86/drivers/ati/radeon.h
  1.3           +18 -6     xc/programs/Xserver/hw/xfree86/drivers/ati/radeon.man
  1.34          +10 -4     xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_accel.c
  1.35          +9 -16     xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_dri.c
  1.98          +299 -122  xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
  1.27          +21 -1     xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.c
  1.11          +3 -2      xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.h
  1.28          +16 -2     xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_reg.h
  1.28          +14 -6     xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_video.c

_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit

Reply via email to