[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.198-git20080203.f65e8dfa-1'



Tag 'xserver-xorg-video-ati-1_6.7.198-git20080203.f65e8dfa-1' created by Brice Goglin <bgoglin@debian.org> at 2008-02-03 10:07 +0000

Tagging upload of xserver-xorg-video-ati 1:6.7.198~git20080203.f65e8dfa-1 to experimental.

Changes since xserver-xorg-video-ati-1_6.7.198-git20080117.6bd510a2-1:
Alex Deucher (17):
      AVIVO: Add support for RMX
      RADEON: use radeon_output->Flags for tracking RMX rather than mode->Flags
      RADEON: make sure EXA Composite is actually disabled on XPRESS chips.
      ATOM: Use LVDS edid from bios if available
      RADEON: grab pll_in_min/pll_in_max from bios tables if available
      RADEON: get dac2 adj values from the bios tables
      RADEON: re-work i2c for DDC
      RADEON: adjust PAL mode hstart
      Revert "RADEON: adjust PAL mode hstart"
      RADEON: Add new RV380 pci id
      Seems the default is more reliable... we can't win.
      RADEON: update man page to reflect AGP 1x default revert
      RADEON: Implement "center" mode for RMX on legacy radeons
      RADEON: remove unused "aspect" scaler option
      RADEON: remove redundant RADEONDisableDisplays()
      RADEON: don't restore LVDS_PLL_CNTL for now
      RADEON: rework i2c handling

Brice Goglin (3):
      RADEON: print the name of the output when printing the EDID
      Merge branch 'master' of git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental
      New upstream snapshot

Dave Airlie (1):
      fixup register 6594 save/restore

George Sapountzis (3):
      use stand-alone drivers for each chip family.
      mach64: workaround for corruption at upper-left
      mach64: add hint for sparc and minor cosmetic.

Kusanagi Kouichi (1):
      radeon: Partial fix for XVideo RGB image distortions.

Maciej Cencora (1):
      RS690: Implement MC idle check

---
 ChangeLog                    |  178 ++++++++++++++++++
 debian/changelog             |    7 
 man/radeon.man               |    4 
 src/ati.c                    |   39 ++++
 src/ati.h                    |    2 
 src/ati_pciids_gen.h         |    1 
 src/aticlock.c               |   10 +
 src/aticonsole.c             |    6 
 src/atimach64probe.h         |    2 
 src/atimach64xv.c            |    5 
 src/atimisc.c                |    6 
 src/atimodule.c              |    2 
 src/atiprobe.c               |   14 -
 src/atombios_crtc.c          |   28 +-
 src/atombios_output.c        |   27 +-
 src/legacy_crtc.c            |   26 --
 src/legacy_output.c          |  228 ++++++++++++++---------
 src/pcidb/ati_pciids.csv     |    1 
 src/r128_misc.c              |    5 
 src/r128_probe.h             |    2 
 src/radeon.h                 |    4 
 src/radeon_atombios.c        |   66 +++---
 src/radeon_bios.c            |  149 +++++++++++----
 src/radeon_chipinfo_gen.h    |    1 
 src/radeon_chipset_gen.h     |    1 
 src/radeon_dri.c             |   15 +
 src/radeon_driver.c          |   14 +
 src/radeon_exa_funcs.c       |    7 
 src/radeon_misc.c            |    5 
 src/radeon_modes.c           |   20 +-
 src/radeon_output.c          |  409 ++++++++++++++++++++-----------------------
 src/radeon_pci_chipset_gen.h |    1 
 src/radeon_probe.h           |   33 ++-
 src/radeon_reg.h             |    7 
 src/radeon_tv.c              |   12 -
 src/radeon_video.c           |    8 
 36 files changed, 867 insertions(+), 478 deletions(-)
---


Reply to: