xf86-video-ati: Changes to 'refs/tags/xf86-video-ati-6.7.195'

Alex Deucher agd5f at kemper.freedesktop.org
Fri Oct 5 17:25:21 PDT 2007


Tag 'xf86-video-ati-6.7.195' created by Alex Deucher <alex at botch2.(none)> at 2007-10-06 01:26 -0700

ATI Driver randr 1.2 pre-release 6.7.195

Changes since xf86-video-ati-6.7.194:
Alex Deucher:
      RADEON: more clean up of mode code
      RADEON: more work on LVDS mode validation and fixups
      RADEON: remove cruft
      RADEON: add support for ext tmds table and ext tmds chip init
      RADEON: fix RADEONInitDispBandwidth() on single crtc cards
      RADEON: Finally sort out LVDS modes
      RADEON: final fix for RMX/LVDS
      RADEON: minor fixes for external TMDS
      RADEON: remove RADEONSaveMode()
      RADEON: more fixes for single crtc chips
      RADEON: remove some cruft
      Bump for RC release

Dave Airlie:
      rc410: disable DRI by default due to it not working
      radeon: fix powerpc build

George Sapountzis:
      [mach64] Drop poking the VGA MMIO aperture.
      [mach64] Single mapping per BAR.
      [mach64] Drop checking that BAR base + size fits in 32 bit.
      [mach64] Add macros for pci-rework source-code compatibilty.
      [mach64] Make mapping code friendlier to pci-rework source-code compatibility.
      [mach64] Move setting of PIO and MMIO addresses up, after BIOS init.
      [mach64] Compute MMIO address once for each case (PIO, MMIO).
      Merge branch 'master' into pci-rework
      [mach64] Convert to pci-rework, keeping source-code compatibility.
      [mach64] Revert to multiple mappings per BAR.

Michel Dänzer:
      radeon: Don't use pixmap data pointer directly with EXA.
      radeon: EXA pitch fixes.
      radeon: Fix build on little endian platforms.
      Merge remote branch 'origin/pci-rework'
      radeon: Fix for pci-rework.
      radeon: Fix compile warnings.

Tormod Volden:
      RADEON: Disable DRI by default for RS482 cards
      RADEON: rename to PCI_CHIP_RS485_5975 everywhere

---
 configure.ac           |   12 +
 src/Makefile.am        |   21 +-
 src/ati.c              |   62 +++++++
 src/atidri.c           |   25 +--
 src/atimach64probe.c   |    2 
 src/atipciids.h        |    2 
 src/atipcirename.h     |  122 +++++++++++++++
 src/atipreinit.c       |  126 ++++++---------
 src/atiprint.c         |   10 -
 src/atiprobe.c         |   75 ++++-----
 src/atistruct.h        |    2 
 src/atividmem.c        |  122 +++++++++++++++
 src/r128_probe.c       |    2 
 src/radeon.h           |   16 +
 src/radeon_accel.c     |    2 
 src/radeon_bios.c      |  393 +++++++++++++++++++------------------------------
 src/radeon_chipset.h   |    2 
 src/radeon_display.c   |    5 
 src/radeon_dri.c       |   22 +-
 src/radeon_driver.c    |  205 +++++++++++++++----------
 src/radeon_exa.c       |    2 
 src/radeon_exa_funcs.c |   19 +-
 src/radeon_modes.c     |  113 +++++++++-----
 src/radeon_output.c    |  150 ++++++++++++++++--
 src/radeon_probe.c     |    4 
 src/radeon_probe.h     |    5 
 src/radeon_reg.h       |    4 
 src/radeon_video.c     |    6 
 28 files changed, 992 insertions(+), 539 deletions(-)
---


More information about the xorg-commit mailing list