Via updates:
authorThomas Hellstrom <unichrome@shipmail.org>
Mon, 28 Mar 2005 21:21:42 +0000 (21:21 +0000)
committerThomas Hellstrom <unichrome@shipmail.org>
Mon, 28 Mar 2005 21:21:42 +0000 (21:21 +0000)
commit532ccb98b5f2946f574a747b90c39edbe783f888
treecfbdf4e8e2b8e0827b35b92a7e57e7f6104e18f1
parentc6161eff86b250f3113791edcc162dc97322c401
Via updates:
New PCI command parser. Moved from via_dma.c to via_verifier.c so functions
    with similar functionality are close to eachother.
Moved video related functions to via_video.c, which might be extended in
    the future, as new video functionality is added.
New device-specific generic IRQ IOCTL, similar to the general VBLANK IOCTL,
    but with support for multiple device IRQ sources and functionality.
Support for Unichrome Pro PM800/CN400 video DMA commands in verifier and
    PCI parser.
Support for Unichrome Pro PM800/CN400 HQV IRQs in the new generic IRQ
    IOCTL.
Bumped minor. New version 2.6.0.
21 files changed:
linux-core/Makefile
linux-core/Makefile.kernel
linux-core/drm_irq.c
linux/Makefile
linux/Makefile.kernel
shared-core/via_dma.c
shared-core/via_drm.h
shared-core/via_drv.c
shared-core/via_drv.h
shared-core/via_irq.c
shared-core/via_map.c
shared-core/via_mm.c
shared-core/via_verifier.c
shared/via.h
shared/via_dma.c
shared/via_drm.h
shared/via_drv.h
shared/via_irq.c
shared/via_map.c
shared/via_mm.c
shared/via_verifier.c