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

Dave Airlie airlied at kemper.freedesktop.org
Wed Sep 9 20:19:50 PDT 2009


Tag 'xf86-video-ati-6.12.3' created by Dave Airlie <airlied at redhat.com> at 2009-09-10 04:16 -0700

ati 6.12.3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkqob58ACgkQ6acWQe8Wxxr3NQCgpw/lSb8UZgWzLMIpzXEiyUTB
8nEAnA6bcfi9IzNdNjees8fx5XT0SlKT
=b03Y
-----END PGP SIGNATURE-----

Changes since xf86-video-ati-6.12.2:
Adam Jackson (1):
      Fix misleading filenames in DRI setup failure messages

Alex Deucher (42):
      R6xx/R7xx: set proper 3D client driver name for r600
      radeon: chip family typo
      R6xx/R7xx: cleanup macro
      radeon: remove old crtc size heuristics
      radeon: fix tmds_pll randr property
      Revert "DCE3/3.2: cleanup dpms after previous changes"
      Remove old messages
      Endian fixes for object table
      RS690: add quirk for acer board
      AVIVO: fix for cursor corruption issue
      r2xx/r3xx/r4xx: further i2c fixups
      AVIVO: make sure cursor width isn't negative
      RV410: SE variants only have 1 quad pipe
      AVIVO: fix cursor corruption/flickering issues
      R6xx/r7xx: fix CURSOR_SWAPPING_* macros
      AVIVO: better fix for cursor flickering/corruption issues
      radeon: fix several dpms issues
      r2xx-r4xx: fix typo in last i2c fix and clarify hw i2c pin sel
      AVIVO: move cusor offscreen when disabling
      AVIVO: fix cursor corruption bands for real
      AVIVO: set default cursor mode in cursor init
      RS690/RS740: fix connector enumeration in some cases
      RS690: gpio/connector fixes
      R3xx-R5xx: don't set TX_OFFSET_RS in RS_INST_COUNT
      r3xx-r5xx: switch to 1/12 subpixel precision
      R3xx/R4xx tex vid: increase the guardband limit for rendering with a tri
      RV770: add missing pci id
      radeon: try harder when checking if a card is posted
      r4xx: Add some missing pci ids
      Add RV740 (HD4770) support
      atom: connector quirk
      Add some missing M96 pci ids
      RV280: Add an AGP quirk
      RV280: another AGP quirk
      Add an r420 AGP quirk
      radeon: Set PCI/PCIE bus type properly per asic
      radeon: fix typo in object header to connector type conversion
      radeon: add some new r7xx pci ids
      RS880: enable accel
      RV280: add agp quirk
      RV740: disable small DFS transfers
      RV280: add agp quirk

Bryce Harrington (3):
      radeon: AGPMode quirk needed for HP Omnibook 6200
      radeon: AGPMode quirk needed for IBM Thinkpad T40 with Mobility M7 LW
      radeon: AGPMode quirk needed for SiS

Dave Airlie (13):
      radeon: fix DDC on rv410 VGA ports for non-atom use.
      radeon: tweak ddc fix for all r300s.
      radeon: fix r600 shadow fb mode with cursor allocation in wrong place
      radeon/tv: fix typo in crtc register modifications
      r100/r200: dont emit wrong clamp modes.
      atom/tvout: set the correct scaler up for tv out
      atombios: store dac detect result into save register.
      atom: recall crtc source script after tv dpms on
      radeon: move detected monitor type debugging.
      r600: fix bad unit in texture setup
      ati: update for resources/RAC API removal
      ati: change to using ABI version check
      ati 6.12.3

Fredrik Höglund (1):
      Check if the composite op is supported in R200CheckComposite.

Markus Gapp (1):
      Add quirk for asus hd3450 board

Michel Dänzer (2):
      Clear the framebuffer before initializing modes.
      Pre-R600 EXA: Fix coordinate limits off-by-one error.

Roland Scheidegger (1):
      R6xx/R7xx: fix pixel centers

---
 configure.ac                      |    2 
 src/ati_pciids_gen.h              |   15 +
 src/atombios_crtc.c               |    4 
 src/atombios_output.c             |  479 +++++++++++++++++++-------------------
 src/legacy_crtc.c                 |   48 +--
 src/legacy_output.c               |   11 
 src/pcidb/ati_pciids.csv          |   25 +
 src/r600_exa.c                    |   11 
 src/r600_state.h                  |    6 
 src/r600_textured_videofuncs.c    |    1 
 src/r6xx_accel.c                  |    5 
 src/radeon.h                      |    4 
 src/radeon_accel.c                |    9 
 src/radeon_atombios.c             |   74 +++--
 src/radeon_bios.c                 |   10 
 src/radeon_chipinfo_gen.h         |   15 +
 src/radeon_chipset_gen.h          |   25 +
 src/radeon_commonfuncs.c          |   40 +--
 src/radeon_crtc.c                 |   13 -
 src/radeon_cursor.c               |   70 +++--
 src/radeon_dri.c                  |   36 ++
 src/radeon_driver.c               |   96 ++-----
 src/radeon_exa_funcs.c            |    4 
 src/radeon_exa_render.c           |   36 +-
 src/radeon_output.c               |   91 +++++--
 src/radeon_pci_chipset_gen.h      |   15 +
 src/radeon_pci_device_match_gen.h |   15 +
 src/radeon_probe.c                |    3 
 src/radeon_probe.h                |    1 
 src/radeon_reg.h                  |   38 +--
 src/radeon_textured_videofuncs.c  |   22 -
 src/radeon_tv.c                   |    2 
 src/radeon_version.h              |    1 
 33 files changed, 715 insertions(+), 512 deletions(-)
---


More information about the xorg-commit mailing list