[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-video-ati: Changes to 'refs/tags/xserver-xorg-video-ati-1_6.7.195-1'



Tag 'xserver-xorg-video-ati-1_6.7.195-1' created by Julien Cristau <jcristau@debian.org> at 2007-10-06 01:14 +0000

Tagging upload of xserver-xorg-video-ati 1:6.7.195-1 to experimental.

Changes since xserver-xorg-video-ati-1_6.7.194-1:
Alex Deucher (12):
      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 (2):
      rc410: disable DRI by default due to it not working
      radeon: fix powerpc build

George Sapountzis (10):
      [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.

Julien Cristau (2):
      Merge tag 'xf86-video-ati-6.7.195' into debian-experimental
      New upstream release candidate.

Michel Dänzer (6):
      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 (2):
      RADEON: Disable DRI by default for RS482 cards
      RADEON: rename to PCI_CHIP_RS485_5975 everywhere

---
 ChangeLog                          |  286 ++++++++++++++++++++++++++
 Makefile.in                        |    2 
 configure                          |  274 ++++++++++++++++++++++---
 configure.ac                       |   12 +
 debian/changelog                   |    6 
 debian/patches/01_gen_pci_ids.diff |   10 
 man/Makefile.in                    |    2 
 src/Makefile.am                    |   21 +
 src/Makefile.in                    |  102 +++++----
 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 
 35 files changed, 1595 insertions(+), 618 deletions(-)
---



Reply to: