Tag 'xserver-xorg-video-avivo-0.0.1+git20070701-1' created by Julien Cristau <[EMAIL PROTECTED]> at 2007-07-02 00:15 +0000
Tagging upload of xserver-xorg-video-avivo 0.0.1+git20070701-1 to experimental. Changes since xserver-xorg-video-avivo-0.0.1+git20070614-1: Hans Ulrich Niedermann (1): avivo: properly check for pciaccess & Xorg macro. Jerome Glisse (23): avivo: randr1.2 fixes & PLL fixes. avivo: activate half working randr 1.2 support avivo: fix MC memory map register is was given wrong location avivo: wait avivo to be idle before updating PLL (safety purpose). avivo: increase error message verbosity in screen init. avivo: Change way we write to MC register. avivo: fix segfault on server exit (the video state are not yet properly restored) avivo: preferably use crtc1 for feeding LFP so diffing with fglrx is easier. avivo: disable fb manager initialization avivo: make scan out buffer witdh * bpp 256 bytes aligned avivo: improve PLL support (new register found & improved values computation). avivo: improve pll computation & fix typo in PLL registers definitions. avivo: move chipset list in there own file. avivo: add missing extern to chipset tables declaration. avivo: LFP should always be driven by second TMDS. avivo: post randr 1.2 cleanup + always assignd LFP to TMDS2 avivo: increase driver verbosity. avivo: properly set horizontal & vertical polarity. avivo: fix a typo now truly assign LFP to TMDS2. avivo: print horizontal & vertical sync polarity flags. avivo: improve connector/output creation from bios. avivo: change pll computation to meet new constraint. avivo: fix typo Julien Cristau (8): Merge branch 'master' of git://anongit.freedesktop.org/git/avivo/xf86-video-avivo into debian-experimental Update from upstream git; use a separate build dir. Merge branch 'master' of git://anongit.freedesktop.org/git/avivo/xf86-video-avivo into debian-experimental Merge branch 'master' of git://anongit.freedesktop.org/git/avivo/xf86-video-avivo into debian-experimental New upstream snapshot. chmod +x configure in debian/rules clean (closes: #431315). Update implicit_declarations.diff with new missing includes and declarations. Prepare changelog for upload --- Makefile.in | 2 aclocal.m4 | 2 avivotool/Makefile.in | 2 avivotool/avivotool.c | 20 config.h.in | 3 configure | 110 +--- configure.ac | 13 debian/changelog | 10 debian/patches/implicit_declarations.diff | 56 -- debian/patches/map_mem_ctrl_mem_return.diff | 6 debian/patches/output_init_return.diff | 12 debian/rules | 16 include/Makefile.in | 2 include/avivo.h | 152 +----- include/avivo_chipset.h | 54 ++ include/radeon_reg.h | 61 +- xorg/Makefile.am | 1 xorg/Makefile.in | 10 xorg/avivo.c | 675 +++++----------------------- xorg/avivo_bios.c | 258 +--------- xorg/avivo_chipset.c | 105 ++++ xorg/avivo_common.c | 2 xorg/avivo_crtc.c | 96 ++- xorg/avivo_i2c.c | 315 ------------- xorg/avivo_output.c | 77 +++ xorg/avivo_state.c | 55 +- 26 files changed, 709 insertions(+), 1406 deletions(-) --- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]