[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+git20070805-1'



Tag 'xserver-xorg-video-avivo-0.0.999+git20070805-1' created by Brice Goglin <bgoglin@debian.org> at 2007-08-05 16:48 +0000

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

Changes since xserver-xorg-video-avivo-0.0.999+git20070706-1:
Alexander Larsson (1):
      avivo: add shadow framebuffer support.

Brice Goglin (2):
      Merge branch 'master' of git://git.freedesktop.org/git/avivo/xf86-video-avivo into debian-experimental
      New upstream snapshot, and install the upstream ChangeLog

Jerome Glisse (24):
      avivo: properly restore vga & GPU memory mapping on VT switch.
      avivo: simplify display width alignement computation.
      avivo: add randr 1.2 shadow framebuffer callback for rotate support.
      avivo: add all known pci id.
      avivo: remove fb manager, might be reintroduced latter.
      avivo: initialization code cleanup.
      avivo: make sure LFP overwritte second DVI output if one exist.
      avivo: adjust mode to match lfp fixed mode constraint.
      avivo: remap frame buffer & mmio if necessary in screen init.
      avivo: properly use avivo scaler.
      avivo: fix framebuffer offset handling.
      avivo: fix 16 & 15 bits screen color depth.
      avivotool: dump whole 128bytes of edid.
      avivotool: 0x7e30 i2c line does not seems to work like other.
      avivotool: verbose i2c transaction.
      avivotool: add missing arg to printf.
      avivotool: add i2c bus initialization should make i2c more reliable.
      avivo: If EDID fails for LFP use timings from bios.
      avivotool: fix handling of gpio 0x7e30.
      avivo: properly handle GPIO 0 (0x7E30) for i2c.
      avivo: push missing bits from last commit.
      avivo: change pll values computation algorithm.
      avivo: fix previous commit on PLL (usual cut & paste bug introduction).
      avivo: rework output dpms handling.

Nicolas Trangez (1):
      Changed avivotool so GPIO_IN and GPIO_OUT can be given as command line options.

---
 Makefile.in             |    4 
 aclocal.m4              |    2 
 avivotool/avivotool.c   |  144 +++++++++++--
 configure               |   12 -
 debian/changelog        |    8 
 debian/control          |    2 
 debian/rules            |    2 
 include/avivo.h         |   52 ++++
 include/avivo_chipset.h |   93 ++++++++
 include/radeon_reg.h    |   21 +
 xorg/Makefile.am        |   20 +
 xorg/Makefile.in        |   29 +-
 xorg/avivo.c            |  268 +++++++++++++++++--------
 xorg/avivo_bios.c       |   87 ++++++--
 xorg/avivo_chipset.c    |  511 ++++++++++++++++++++++++++++++++++++++++++++----
 xorg/avivo_common.c     |    4 
 xorg/avivo_crtc.c       |  194 ++++++++++++------
 xorg/avivo_i2c.c        |   56 +++++
 xorg/avivo_memory.c     |   74 ++++++
 xorg/avivo_output.c     |  316 ++++++++++++++++++++++++++---
 xorg/avivo_output_lfp.c |   76 +++++++
 xorg/avivo_state.c      |    6 
 22 files changed, 1673 insertions(+), 308 deletions(-)
---



Reply to: