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

xserver-xorg-video-radeonhd: Changes to 'refs/tags/xserver-xorg-video-radeonhd-1.0.0-1'



Tag 'xserver-xorg-video-radeonhd-1.0.0-1' created by Julien Cristau <jcristau@debian.org> at 2007-12-01 12:49 +0000

Tagging upload of xserver-xorg-video-radeonhd 1.0.0-1 to unstable.

Changes since xserver-xorg-video-radeonhd-0.0.4-git20071124-1:
Egbert Eich (12):
      Add a sanity check.
      Add debug output.
      Add debug output.
      Handle MCRead/Write differently.
      Add support for reprogramming of FB_LOCATION for R5xx and RV515.
      Adding rhd_mc.h to Makefile.am.
      Add MC handling to RandR.
      Fix wrong shift value which places top limit at the wrong place.
      Add an address probe function.
      Set color value for black for screen blanking.
      Split RHDModeInit() to separate funcs that don't need to be called on SwitchMode().
      Provide a stub for I2CStop to prevent xf86I2CProbeAddress() from segfaulting.

Hans Ulrich Niedermann (4):
      Add authors to man page.
      Add stubs documenting xorg.conf options
      Print warning if rhd_conntest is not built.
      Handle non-branch case of git workdir

Julien Cristau (4):
      Merge tag '1.0.0' into debian-unstable
      Update changelogs for 1.0.0.
      * Refresh patch 01_gen_pci_ids.diff.
      * Upload to unstable (closes: #453524).

Luc Verhaegen (7):
      CRTCs: implement a Blank hook.
      TMDSA/B: Add macro control values for 724B.
      TMDSA/B: Fix some more macro control values.
      TMDSA: add macro control for 0x7142.
      Fix some messages: like number of scanlines available.
      Broken connector table: GeCube Radeon HD 2400 AGP.
      Connector Table: FSC Amilo PI1536 has no HPD on DVI.

Matthias Hopf (16):
      Add quirks for broken Mode names and uninitialized HSync & VRefresh.
      Added quirk for xf86RandRModeConvert not initializing Mode with 0
      Improve naming scheme for RandR connectors.
      Move VGADisable() and MCSetup() to ModeInit().
      Initialize rhdPtr->randr before calling xf86InitialConfiguration().
      Reworked output detection. Using HPD and Sense now.
      Assume that a panel is always connected.
      Handle preferred modes correctly.
      Blank/unblank in SaveScreen no matter whether Crtc is active or not.
      Call xf86RandR12PreInit.
      Print RR output names after consolidateRandrOutputNames().
      Fix test for other RRoutputs using same Output on disabling it.
      Print Crtc offsets in debug message as well.
      Add IgnoreHPD option.
      Much improved README and man page.
      Bump to 1.0.0

---
 ChangeLog                          |  301 +++++++++++++++++++++++++++++++++++++
 README                             |   70 ++++++--
 configure.ac                       |    2 
 debian/changelog                   |    8 
 debian/patches/01_gen_pci_ids.diff |    6 
 git_version.sh                     |    3 
 man/radeonhd.man                   |  177 ++++++++++++++++-----
 src/Makefile.am                    |    3 
 src/rhd.h                          |    9 -
 src/rhd_atombios.c                 |   14 +
 src/rhd_crtc.c                     |   48 ++++-
 src/rhd_crtc.h                     |    1 
 src/rhd_driver.c                   |  126 ++++++++++++---
 src/rhd_edid.c                     |    8 
 src/rhd_i2c.c                      |   17 ++
 src/rhd_id.c                       |   28 ++-
 src/rhd_lvtma.c                    |    3 
 src/rhd_mc.c                       |   79 +++++++--
 src/rhd_monitor.c                  |    2 
 src/rhd_randr.c                    |  223 +++++++++++++++++++++++----
 src/rhd_regs.h                     |   10 +
 src/rhd_tmds.c                     |    5 
 utils/conntest/Makefile.am         |    7 
 23 files changed, 994 insertions(+), 156 deletions(-)
---



Reply to: