(Bugzilla #1777) Import Mark Vojkovich's changes to NV driver since last
authorAlan Coopersmith <Alan.Coopersmith@sun.com>
Wed, 10 Nov 2004 02:53:44 +0000 (02:53 +0000)
committerAlan Coopersmith <Alan.Coopersmith@sun.com>
Wed, 10 Nov 2004 02:53:44 +0000 (02:53 +0000)
commit7c34d051168eba499beb20c40fd95703375f4c7b
tree4a2367c446ef7a9852ff80ad750bf5bd3ed264eb
parentfcd6d7b57edb4e396189a0a2683bcf08974f3b59
(Bugzilla #1777) Import Mark Vojkovich's changes to NV driver since last
    sync with XFree86, including: Support for new NVIDIA chips. Egbert has
    a laptop that needs some DPMS ordering reversed. New chip support and
    workaround for Toshiba M30 laptop issue. PCI-Xpress chip support. DPMS
    support for DVI. Cursor changes for NV11 so that alpha blended cursors
    will work in conjunction with dithering (laptop panels). It previously
    did not. HW support for alpha blended stretch blits on NV5 and higher,
    though nothing is using them at this point. Add support for VBlank
    syncing the Xv Blit adaptor on hardware that supports it (NV11 and
    higher). Make console restoration a little more robust. We were making
    an assumption that failed on a newer laptop. Workaround for some NV31
    DVI artifacts.
Also add nVidia license statement to nv man page to comply with requirement
    that it appear in "user documentation"
man/nv.man
src/nv_cursor.c
src/nv_dac.c
src/nv_dma.h
src/nv_driver.c
src/nv_hw.c
src/nv_proto.h
src/nv_setup.c
src/nv_type.h
src/nv_video.c
src/nv_xaa.c