[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.2.4-1'



Tag 'xserver-xorg-video-radeonhd-1.2.4-1' created by Brice Goglin <bgoglin@loulous.org> at 2008-12-25 16:40 +0000

Tagging upload of xserver-xorg-video-radeonhd 1.2.4-1 to experimental.

Changes since xserver-xorg-video-radeonhd-1.2.3-1:
Brice Goglin (3):
      Merge tag '1.2.4' into debian-experimental
      New upstream release
      Prepare changelog for upload

Christian Koenig (5):
      HDMI: Add HDMI support.
      Fix and improve RhdParseBooleanOption.
      Use RhdParseBooleanOption for HDMI config option
      Use RhdParseBooleanOption for ignoreconnector config option
      BugFix for RandR cursor interface

Egbert Eich (43):
      AtomBIOS: Make deviceID override table actually work.
      ID: Add PCI ID 0x95C6.
      DCE3.0: Properly map DCE3.0 DIG encoders.
      EXA: Move inlcusion of exa.h before xf86_ansic.h.
      AtomBIOS/Output: consolidated handling on UNIPHYA and UNIPHYB.
      Option: Add handling for option containing a string of boolean settings.
      BIOSScratch: Treat DAC SENSED_NONE as CRTC output.
      Option: Add handling for option containing a string of boolean settings.
      Add config option for coherent settings on digital outputs.
      DIG: Add debug output to inform about probed encoder mappings.
      MC: Consolidate rhdAllIdle() and RHDModePrepare().
      DRI: Keep rhdDri struct for server lifetime.
      DIG: Don't disable encoders which are assigned to active connectors.
      Output/Coherent: Fix bug in parser, add man page.
      DIG: Add RHD_OPTION_NOT_SET to dig outputs.
      Coherent: Update man page to match Christian Koenig's fixes to the option parser.
      DIG: Fix SEGFAULT with new coherent option.
      DIG: Add debug output for EncoderPower().
      AtomBIOS/Backlight Control: Fix AtomBIOS based BL control for hardcoded outputs.
      MC: RV770 code also supports generations beyond this.
      I2C: Add additional I2C lines for for DCE3.2 support.
      ASIC_Support: Add AtomBIOS support for RV730/710 chipsets.
      Add RV730/710 PCI Ids.
      RandR: Bracket block properly.
      DRI: Exit RHDDRIScreenInit() with FALSE when init failed.
      AtomBIOS/BacklightControl: Add destroy function for data structure and fixes.
      DRI/CS: Set drmFD to -1 after closing the device.
      ID: Add HPD_OFF flag for Foxconn A7GM-S (RS780) motherboard.
      DIG: Add debug code.
      DRI: Bail DRILeave/EnterVT() when drmFD == -1.
      RandR: Add screen rotation.
      HW Cursor: Add RandR cursor interface.
      RandR: Some minor cleanup.
      Rotation: Remove USE_XAA which had been left over from rebasing.
      Rotation: Fix up Crtc base pointer.
      Rotation: Don't allow to set a PANNING_AREA when rotated.
      Rotation: NULL callbacks to rotation functions if no HW acceleration is enabled.
      Rotation: document limitations in man page.
      ID: 0x7187:0x1458:0x215C has a  DMS59 connector.
      ID: Supply fixed connector table for  Radeon X1300 0x7187:0x1545:0x1930.
      ID: Add connector table for HD 2400 "0x94c3:0x000:0x0000".
      RandR: Improve heuristics to determine of an output is connected.
      FB mapping: Restore original PCI MapSize if IGP memory mapping failed.

Hans Ulrich Niedermann (4):
      Reorder source file list alphabetically
      Fix README update on FreeBSD (sed substitution)
      Update README and man page only if sed is OK
      Document that Option "DRI" also affects Xv

Julien Cristau (1):
      Link with -lpciaccess and -ldrm as needed

Jung-uk Kim (1):
      rhd_conntest: Make rhd_conntest work on FreeBSD.

Luc Verhaegen (13):
      Xv: Fix build for big endian.
      CS: Remove Mask member.
      R5xx3D: Disable XHas3DEngineState upon VT switch.
      gitignore: Add some distcheck files.
      autoconf: Add glproto as a dependency for DRI.
      Autoconf: Fix build on Ubuntu Feisty Fawn.
      Autoconf: Fix RandR12 changes.
      Imake: Fix build for xvideo and hdmi audio.
      Manpage: Add Christian Koenig to the list of authors.
      DRI: SwapContext: Stop wanton XAA syncs.
      RandR: Initialise the LUT on a new CRTC.
      DIG: Remove stray ErrorFs
      R5xx XAA: pass correct size to xf86InitFBManager.

Matthias Hopf (12):
      Add Alex to authors list in radeon manpage.
      Add HDPSWAP for Gigabyte GV-RX16P256DE-RH.
      Cleanup SEGV_ON_ASSERT in HAVE_XF86_ANSIC_H case.
      Move MC setup before DRI init. Fixes issues DRI issues on some systems.
      Don't allocate framebuffer for cursor images if software cursor is used.
      RandR 1.3 Panning support
      RandR 1.3 Panning support
      Workaround for drm header mismatches (DEPRECATED and __user on Fedora 10)
      Small manpage updates.
      Nuke description of option "ShadowFB" (not existing any longer).
      Add release information for 1.2.4
      Bump to 1.2.4

---
 .gitignore                    |    4 
 ChangeLog                     |  635 ++++++++++++++++++++++++++++++++++++++++++
 README                        |   13 
 configure.ac                  |   53 +++
 debian/changelog              |    7 
 debian/control                |    2 
 man/radeonhd.man              |   90 ++++-
 src/Imakefile                 |    8 
 src/Makefile.am               |   88 +++--
 src/r5xx_exa.c                |    4 
 src/r5xx_xaa.c                |    4 
 src/rhd.h                     |   25 +
 src/rhd_atombios.c            |  324 +++++++++++++++------
 src/rhd_atombios.h            |   13 
 src/rhd_atomout.c             |  352 +++++++++++++++++++----
 src/rhd_atomout.h             |    9 
 src/rhd_atompll.c             |   12 
 src/rhd_audio.c               |  407 ++++++++++++++++++++++++++
 src/rhd_audio.h               |  119 +++++++
 src/rhd_biosscratch.c         |   44 ++
 src/rhd_connector.c           |   31 +-
 src/rhd_connector.h           |    2 
 src/rhd_cs.c                  |   24 -
 src/rhd_cs.h                  |   13 
 src/rhd_cursor.c              |   74 ++++
 src/rhd_cursor.h              |    6 
 src/rhd_dig.c                 |  389 +++++++++++++++++++++++--
 src/rhd_dri.c                 |   59 ++-
 src/rhd_driver.c              |  226 ++++++++------
 src/rhd_hdmi.c                |  529 ++++++++++++++++++++++++++++++++++
 src/rhd_hdmi.h                |   81 +++++
 src/rhd_helper.c              |   47 +++
 src/rhd_i2c.c                 |   36 +-
 src/rhd_i2c.h                 |    2 
 src/rhd_id.c                  |   73 ++++
 src/rhd_lut.c                 |   80 ++++-
 src/rhd_lut.h                 |    7 
 src/rhd_lvtma.c               |  113 ++++++-
 src/rhd_mc.c                  |    2 
 src/rhd_modes.c               |    1 
 src/rhd_modes.h               |    1 
 src/rhd_output.h              |   10 
 src/rhd_randr.c               |  609 +++++++++++++++++++++++++++++++---------
 src/rhd_randr.h               |   10 
 src/rhd_regs.h                |   69 ++++
 src/rhd_tmds.c                |   42 ++
 src/rhd_video.c               |   28 +
 utils/conntest/rhd_conntest.c |   20 -
 utils/conntest/rhd_dump.c     |    2 
 49 files changed, 4206 insertions(+), 593 deletions(-)
---


Reply to: