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

xserver-xorg-video-avivo: Changes to 'refs/tags/xserver-xorg-video-avivo-0.0.999+git20070927-1'



Tag 'xserver-xorg-video-avivo-0.0.999+git20070927-1' created by Brice Goglin <bgoglin@debian.org> at 2007-09-27 18:53 +0000

Tagging upload of xserver-xorg-video-avivo 0.0.999+git20070927-1 to experimental.

Changes since xserver-xorg-video-avivo-0.0.999+git20070805-1:
Brice Goglin (2):
      Merge branch 'master' of git://git.freedesktop.org/git/avivo/xf86-video-avivo into debian-experimental
      New upstream snapshot, built against Xserver 1.4.

Dafydd Harries (10):
      remove redundant memset to 0 after calloc
      don't turn on unnecessary flags when enabling CRTC
      0x60c0 is stereoscopic display status
      don't write to stereoscopic display status register
      avivotool: don't set irrelevant CRTC control flags
      6*84 is blank status, not mode (and is read only)
      remove unused variable
      avivo_output_init: initialize output to 0 to shut up compiler warnings
      No more Pimms for Matthew.
      make LVTMA power management constants match spec better

Dodji Seketeli (1):
      avivo: finish porting driver too new pci infrastructure.

Jerome Glisse (10):
      avivo: fix way TMDS are programmed hopefully this should work for all cards.
      avivo: update pci id list with AMD list (so we shouldn't miss any PCIID).
      avivo: avoid mapping more than 256Mo of video ram.
      avivo: correct paste & cute error.
      avivo: differentiate digital from analog connected monitor & misc cleanup.
      avivo: remove obsolete comment about lack of knowledge on PLL.
      avivo: keep some bios initialized bit for TMDS_CNTL.
      avivo: improve TMDS 0x7880 (know as CNTL) knowledge
      avivotool: fix build since register change.
      avivo: always return LVDS as connected and check if we read a valid EDID.

Matthew Garrett (15):
      Replace AVIVO_VGA_MYSTERY registers with real names and values
      Fix TMDS register names
      Mark up dithering control registers. Attempt to make it work with LVDS. Fail.
      TMDS_MYSTERY2 is actually TMDS_MYSTERY_BONGHITS
      Define TMDS*MYSTERY3. How does this driver work?
      Remove more magic numbers
      Remove more unknown numbers, marvel at the fact that this code ever displayed
      Get rid of more random constants
      Magic? No, less magic.
      Even less magic :(((
      Avoid having multiple defines with the same name, as it tends to cause things
      Merge branch 'master' of ssh://git.freedesktop.org/git/avivo/xf86-video-avivo
      Clarify shift name
      Demagicafy DAC registers
      Minor include file cleanup

Roland Dreier (1):
      avivo: trivial fix to include avivo_chipset.h in tarball

---
 ChangeLog               |  881 ++++++++++++++++++++++++++++++++++++++++++++++++
 avivotool/avivotool.c   |  192 +++++-----
 configure.ac            |   22 -
 debian/changelog        |    7 
 debian/control          |    2 
 include/Makefile.am     |    1 
 include/avivo.h         |    7 
 include/avivo_chipset.h |  189 +++++-----
 include/radeon_reg.h    |  251 ++++++++++---
 xorg/avivo.c            |  100 ++++-
 xorg/avivo_bios.c       |    2 
 xorg/avivo_chipset.c    |  562 ++++++++++++++++++------------
 xorg/avivo_common.c     |    1 
 xorg/avivo_crtc.c       |   15 
 xorg/avivo_cursor.c     |    2 
 xorg/avivo_output.c     |  379 +++++++++-----------
 xorg/avivo_state.c      |   82 ++--
 17 files changed, 1944 insertions(+), 751 deletions(-)
---



Reply to: