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

xserver-xorg-video-ati: Changes to 'refs/tags/xserver-xorg-video-ati-1_6.9.0+git20081012.c0e6cb6d-1'



Tag 'xserver-xorg-video-ati-1_6.9.0+git20081012.c0e6cb6d-1' created by Brice Goglin <bgoglin@debian.org> at 2008-10-12 07:11 +0000

Tagging upload of xserver-xorg-video-ati 1:6.9.0+git20081012.c0e6cb6d-1 to experimental.

Changes since xserver-xorg-video-ati-1_6.9.0+git20080826.a3cc1d7a-2:
Adam Jackson (1):
      Fix connector table mapping for lvtma/kaleidoscope/uniphy.

Alex Deucher (16):
      fix some fallout from the common allocator
      radeon: Add quirk for macbook
      Fix copy/paste error in the last commit
      more macbook fixes
      cleanup macbook quirk
      radeon: Further pll adjustments
      atombios updates from upstream
      Workaround to make initial rotation work
      proper fix for initial rotation
      man page updates
      Add support for DDC via atom commands for RV410
      Refactor atom LCD/DFP output setup
      Turn coherent mode off by default on DVI
      set grey levels correctly for temporal dithering
      Fixups from last DFP/LCD refactor
      Fix grey level dithering setup

Brice Goglin (3):
      Merge branch 'master' of git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental
      Pull upstream snapshot, up to commit c0e6cb6d
      Prepare changelog for upload

Dave Airlie (2):
      radeon: rename radeon_memory to radeon_legacy_memory.
      radeon: hopefully fix plls for 30" monitors.

Michel Dänzer (3):
      Fix -Werror build.
      Update GEN_INT_CNTL register value after calling DRM modeset ioctl.
      Pass base offset into RADEONDisplayVideo() explicitly.

---
 ChangeLog                        |  181 ++++++++
 debian/changelog                 |    6 
 man/radeon.man                   |   10 
 src/AtomBios/includes/ObjectID.h |   36 +
 src/AtomBios/includes/atombios.h |  803 ++++++++++++++++++++++++++++++++-------
 src/Makefile.am                  |    2 
 src/atombios_crtc.c              |    2 
 src/atombios_output.c            |  203 ++++-----
 src/legacy_crtc.c                |    5 
 src/radeon.h                     |   16 
 src/radeon_atombios.c            |  168 +++++++-
 src/radeon_atombios.h            |    6 
 src/radeon_bios.c                |   29 -
 src/radeon_crtc.c                |    8 
 src/radeon_cursor.c              |    2 
 src/radeon_driver.c              |   28 -
 src/radeon_drm.h                 |    5 
 src/radeon_legacy_memory.c       |  117 +++++
 src/radeon_memory.c              |  118 -----
 src/radeon_output.c              |   24 -
 src/radeon_probe.h               |    6 
 src/radeon_textured_video.c      |   14 
 src/radeon_video.c               |   61 +-
 23 files changed, 1376 insertions(+), 474 deletions(-)
---


Reply to: