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

Dave Airlie airlied at kemper.freedesktop.org
Sat Aug 4 01:09:00 PDT 2007


Tag 'ati-6.6.193' created by Dave Airlie <airlied at linux.ie> at 2007-08-04 09:07 -0700

ATI Driver Beta 6.6.193

Changes since ati-6.6.192:
Alex Deucher:
      RADEON: make sure RADEON_LVDS_ON is cleared when turning LVDS off
      RADEON: additional LVDS off fix (missed in previous commit)
      RADEON: only touch LVDS on mobility chips
      RADEON: fix possible segfault on mobility chips with MM tables
      R128: don't clip modes to panel on laptops when only using the CRT port

Andrew Randrianasulu:
      RADEON: Fix VT switch hangs

Brice Goglin:
      MACH64: avoid crash in Xv code
      Minor fixes in the manpages

Dave Airlie:
      radeon: add support for DDC on some laptop chipsets
      Merge branch 'origin'
      rs480: only has single dac
      rs480: make second crtc work with magic number in magic register.
      rs480: more unknown regs
      radeon: add bios quirk for nx6125 monid
      radeon: disable vbl interrupts when no 3d is running on a new enough drm
      radeon: disable irqs at server start until 3D app starts
      radeon: cleanup some pieces of the dpms/blank register programming
      ati: add -Wall for gcc
      radeon: remove unused variables
      update configure.ac for 6.6.193 release

Henry Zhao:
      Update CRT2pScrn->monitor->Last to reflect the

Luc Verhaegen:
      Clean up PortInfo to CRTC mapping

Matthieu Herrb:
      Fix build without XF86DRI

Michel Dänzer:
      radeon: Suppress debugging output by default.
      radeon: HW cursor cleanup.
      radeon: Provide new DRI texOffsetStart hook when available with EXA.
      radeon: Fix some more ErrorFs when setting mode.
      radeon: Don't loop indefinitely if no mode matches detected panel size.
      radeon: Fix panel size detection from registers with stretched mode programmed.
      radeon: Fully zero-initialize info->CRT2pScrn->monitor.

Tormod Volden:
      RADEON: limit PanelPwrDly to 2000 ms on ATOM bios as per legacy bios

---
 configure.ac             |    6 
 man/ati.man              |    4 
 man/radeon.man           |    4 
 src/atimach64xv.c        |    3 
 src/r128_driver.c        |    3 
 src/radeon.h             |   22 -
 src/radeon_accel.c       |   38 +-
 src/radeon_bios.c        |   21 +
 src/radeon_common.h      |    7 
 src/radeon_commonfuncs.c |   14 -
 src/radeon_cursor.c      |   64 ----
 src/radeon_display.c     |  615 +++++++++++++++++++----------------------------
 src/radeon_dri.c         |   51 +++
 src/radeon_driver.c      |  491 +++++++++++++++++++++----------------
 src/radeon_exa.c         |   17 +
 src/radeon_probe.h       |    3 
 src/radeon_reg.h         |    8 
 src/radeon_video.c       |   16 -
 18 files changed, 697 insertions(+), 690 deletions(-)
---


More information about the xorg-commit mailing list