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

Alex Deucher agd5f at kemper.freedesktop.org
Thu Dec 20 15:17:15 PST 2007


Tag 'xf86-video-ati-6.7.197' created by Alex Deucher <alex at botch2.(none)> at 2007-12-20 23:16 -0800

ATI Driver randr 1.2 pre-release 6.7.197

Changes since xf86-video-ati-6.7.196:
Adam Jackson (2):
      radeon: fix openoffice/render bug on r100 chips
      Fix RN50 mode filtering.

Alex Deucher (27):
      Revert "Portability fix from netbsd"
      RADEON: Make sure we set the MT properly for connected status unknown
      RADEON: set proper defaults for tv dac BGADJ/DACADJ
      RADEON: fix typo in man page
      RADEON: only return status unknown for XPRESS chips
      RADEON: add MacModel "mini-internal" for minis with internal TMDS
      RADEON: rework MacModel option
      RADEON: add options for force TV out as detected and to set TV standard
      RADEON: add MacModel imac-g5-isight for iMac G5 iSight
      RADEON: bios PLL cleanup
      RADEON: only update crtc values when RMX is active
      RADEON: rewrite PLL computation
      RADEON: fix cursors when using rotation
      RADEON: use /proc/acpi to determine lid status
      RADEON: only enable vblanks if we want them
      RADEON: select fb_div0 for LVDS on RV410 (x700) mobility
      RADEON: Fix PLL set up on certain notebooks
      RADEON: Make sure LVDS_EN bit is set when enabling LVDS
      RADEON: more PLL fixes
      RADEON: whitespace clean-ups
      RADEON: add output enable masks
      RADEON: typo from last commit
      RADEON: add support for legacy radeons with DVI and no connector table
      RADEON: skip empty connectors when creating outputs
      Merge branch 'master' of ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati
      RADEON: check for xf86_crtc_clip_video_helper() in configure.ac
      Bump for RC release

Arkadiusz Miskiewicz (5):
      RADEON: fix backlight control on some laptops
      sparse fixes and cleanups from arekm
      RADEON: driver cleanups, warning fixes
      RADEON: more cleanups and warning fixes
      RADEON: fix fd leak in lid detect code

Dave Airlie (2):
      radeon: restructure pci ids to avoid effort later
      Revert "Disable RENDER acceleration by default on some RV200 chips."

Fredrik Höglund (1):
      RADEON: Fix the vertex coordinates for transformed pictures

James Cloos (1):
      Add missing PHONY line for automatic ChangeLog generation

Kusanagi Kouichi (1):
      radeon: Fix crash with XVideo 24bit RGB images.

LisaWu (1):
      radeon: Use %u instead of %d for unsigned value.

Michel Dänzer (5):
      Fix build against xserver master.
      radeon: Further XVideo fixes.
      radeon: Use gettimeofday instead of xf86getsecs.
      radeon: Warning fixes.
      radeon: Default to 1x again with non-v3 AGP cards.

Roland Scheidegger (2):
      ignore sometime bogus agp_mode bit from chip (bug #13190)
      really do not set up surface regs for depth buf on r100-class igps (bug #13080)

Stefan Dirsch (1):
      Disable RENDER acceleration by default on some RV200 chips.

Étienne Bersac (1):
      RADEON: fix typo

---
 Makefile.am                  |    2 
 configure.ac                 |   16 +
 man/radeon.man               |   53 +++++-
 src/Makefile.am              |    9 -
 src/ati_pciids_gen.h         |  219 +++++++++++++++++++++++++++
 src/atidri.c                 |   26 +--
 src/atipciids.h              |  248 ------------------------------
 src/atividmem.c              |   14 -
 src/pcidb/ati_pciids.csv     |  220 +++++++++++++++++++++++++++
 src/pcidb/parse_pci_ids.pl   |   94 +++++++++++
 src/r128_dri.c               |    6 
 src/r128_probe.c             |    2 
 src/radeon.h                 |   65 ++++++--
 src/radeon_accel.c           |    6 
 src/radeon_bios.c            |   41 +++--
 src/radeon_chipinfo_gen.h    |  140 +++++++++++++++++
 src/radeon_chipset.h         |  142 -----------------
 src/radeon_chipset_gen.h     |  141 +++++++++++++++++
 src/radeon_commonfuncs.c     |    4 
 src/radeon_crtc.c            |  224 +++++++++++++++++++--------
 src/radeon_cursor.c          |   49 +++---
 src/radeon_display.c         |  289 +++++++++++++++++++----------------
 src/radeon_dri.c             |   48 ++---
 src/radeon_driver.c          |  347 +++++++++++--------------------------------
 src/radeon_exa.c             |   20 +-
 src/radeon_exa_render.c      |   93 ++++++-----
 src/radeon_output.c          |  344 +++++++++++++++++++++++++++++++++++-------
 src/radeon_pci_chipset_gen.h |  141 +++++++++++++++++
 src/radeon_probe.c           |  145 -----------------
 src/radeon_probe.h           |    1 
 src/radeon_reg.h             |    1 
 src/radeon_render.c          |    4 
 src/radeon_tv.c              |    8 
 src/radeon_video.c           |  122 +++++++++------
 34 files changed, 2037 insertions(+), 1247 deletions(-)
---


More information about the xorg-commit mailing list