Tag 'xserver-xorg-video-radeonhd-1.1.0-1' created by Brice Goglin <[EMAIL 
PROTECTED]> at 2007-12-21 17:00 +0000

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

Changes since xserver-xorg-video-radeonhd-1.0.0-1:
Brice Goglin (2):
      Merge branch 'master' of 
git://git.freedesktop.org/git/xorg/driver/xf86-video-radeonhd into 
debian-unstable
      New upstream release

Coleman Kane (1):
      Let pkg-config look for PCIUTILS/libpci

Egbert Eich (6):
      Initialize some uninitialized variables.
      Move blanking from PrepareMode() to ModeInit().
      Add support for HDMI connectors.
      Don't fail immediately when git-rev-parse fails.
      Delete a spurious git_version.h.new when doing make clean.
      Make the driver build with the latest ustream git server sources again.

Hans Ulrich Niedermann (3):
      Only accept the found git repo if it is in our top srcdir.
      Avoid double -l when linking rhd_conntest
      Get rid of another potential quoting problem

Jean Delvare (1):
      Spelling fix: separate

Joerg Sonnenberger (1):
      Fix quoting issues on NetBSD ash

Johann Hanne (1):
      Added Asus M2A-VM (RS690 based) to quirks table.

Juan Romero Pardines (1):
      Add Gigabyte HD 2600 XT to quirks table.

Liu, Wolke (1):
      LUT: Fix offset for LUTB specific registers.

Luc Verhaegen (20):
      Modes: Add DPI calculation.
      EDID: Fix sync for preferred mode.
      RS600: add initial support.
      TMDSA/B: 9587 electrical values.
      conntest: fix uninitialised variables.
      gitignore: ignore git_version.h and conntests .deps
      Broken connector table: GeCube Radeon HD 2400 AGP: proper fix.
      DACs: Properly set up and save/restore SYNC_SELECT.
      Restore: Fix VGA textmode restore when VSYNC length is 0.
      TMDSA: add macro control for 0x7147 (M56)
      TMDSA/B: add macro control values for 0x71C6 (RV530)
      TMDSA: properly add macro control for 0x7149 (M56)
      LVDS: Fix 18/24 bit dithering and disable spatial dither.
      DxGRPH: Fix graphics engine colour issues (hopefully).
      IDs: Asus M2A-VM should now no longer need a connector table.
      RandR compate code: Add crtc gamma function.
      Rv670: Add IDs and such, and beautify supported hardware printing.
      Rv670: Add PLL control values.
      Rv670 TMDSB electrical values.
      RV670: TMDSA: Electrical values for 9505.

Martin Nowack (1):
      LVDS: Fix FPDI handling.

Matthias Hopf (19):
      Generate ChangeLog from git. Add Copyright Header to Makefile.
      Add panning in RandR mode.
      Re-create Atoms for properties in CreateResources.
      Improve scanning of panning area specification. Pan to area on setting it.
      Fix 13509: Xserver crash when RandR finds no modes.
      Only reload cursor image if there is one.
      Add ASSERTF() macro. Configure ASSERT() to create backtraces.
      Additional checks for cursor size in UseHWCursor().
      Don't check for connector type for DMS-59 detection (RandR case).
      HPD pin swapping logic.
      Get EDID block for panels from AtomBIOS even if there is a special Mode.
      Nuke xf86DiDGAInit().
      Added description of all RandR properties.
      Update supported devices table.
      Use DDC address probing for finding connected monitors if necessary.
      Check for fglrx kernel module and bark if it is loaded.
      fglrx check didn't compile correctly with ansi wrapper enabled. Fix this.
      Be a bit more strict in asking for user reports. Only on problems.
      Bump to 1.1.0. Add changes to README.

Sebastian Brocks (1):
      ID: 0x724B: Sapphire Radeon X1900 GT

---
 .gitignore                    |    5 
 Makefile.am                   |   35 ++++++
 README                        |   19 ++-
 RadeonHD.tmpl                 |    1 
 configure.ac                  |   21 +++
 debian/changelog              |    8 +
 git_version.sh                |   13 +-
 man/radeonhd.man              |  204 ++++++++++++++++++++++++++++++++++---
 src/Imakefile                 |    3 
 src/rhd.h                     |   20 +++
 src/rhd_atombios.c            |   25 ++--
 src/rhd_card.h                |    3 
 src/rhd_connector.c           |   63 ++++++++++-
 src/rhd_crtc.c                |   42 ++++++-
 src/rhd_crtc.h                |    1 
 src/rhd_cursor.c              |   23 ++--
 src/rhd_dac.c                 |   12 ++
 src/rhd_driver.c              |  230 +++++++++++++++++++++++++++++++++---------
 src/rhd_edid.c                |   52 +++++++--
 src/rhd_helper.c              |   42 ++++++-
 src/rhd_i2c.c                 |   11 +-
 src/rhd_id.c                  |  103 +++++++++++-------
 src/rhd_lut.c                 |    4 
 src/rhd_lvtma.c               |   45 ++++----
 src/rhd_mc.c                  |    6 -
 src/rhd_modes.c               |   15 +-
 src/rhd_monitor.c             |   38 ++++--
 src/rhd_monitor.h             |    3 
 src/rhd_pll.c                 |   67 ++++++++++--
 src/rhd_randr.c               |  207 +++++++++++++++++++++++++++++++------
 src/rhd_regs.h                |    6 -
 src/rhd_tmds.c                |   10 +
 src/rhd_vga.c                 |    7 -
 utils/conntest/Makefile.am    |    4 
 utils/conntest/README         |    2 
 utils/conntest/rhd_conntest.c |    8 -
 36 files changed, 1082 insertions(+), 276 deletions(-)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to