- Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle them
authorEric Anholt <anholt@freebsd.org>
Fri, 17 Oct 2003 05:13:48 +0000 (05:13 +0000)
committerEric Anholt <anholt@freebsd.org>
Fri, 17 Oct 2003 05:13:48 +0000 (05:13 +0000)
commit2950f9e6823d43abae151966ae808d1a63e6659c
treeb7fbcbc101da31d02c5f3748568bc9caf54b13fa
parentff58476011ba8fe72d65e884380d3d86710bfdd4
- Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle them
    from __HAVE_DMA. This will be useful for adding vblank sync support to
    sis and tdfx. Rename dma_service to irq_handler, which is more
    accurately what it is.
- Fix the #if _HAVE_DMA_IRQ in radeon, r128, mga, i810, i830, gamma to have
    the right number of underscores. This may have been a problem in the
    case that the server died without doing its DRM_IOCTL_CONTROL to
    uninit.
59 files changed:
bsd-core/drmP.h
bsd-core/drm_dma.c
bsd-core/drm_drv.c
bsd-core/drm_irq.c [new file with mode: 0644]
bsd-core/mga_drv.c
bsd-core/r128_drv.c
bsd-core/radeon_drv.c
bsd/drmP.h
bsd/drm_dma.h
bsd/drm_drv.h
bsd/drm_irq.h [new file with mode: 0644]
bsd/mga_drv.c
bsd/r128_drv.c
bsd/radeon_drv.c
linux-core/Doxyfile
linux-core/drmP.h
linux-core/drm_dma.c
linux-core/drm_drv.c
linux-core/drm_irq.c [new file with mode: 0644]
linux-core/i810_dma.c
linux-core/i830_dma.c
linux-core/i830_drv.c
linux-core/i830_irq.c
linux-core/mga_drv.c
linux-core/r128_drv.c
linux-core/radeon_drv.c
linux/Doxyfile
linux/Makefile.linux
linux/drmP.h
linux/drm_dma.h
linux/drm_drv.h
linux/drm_irq.h [new file with mode: 0644]
linux/gamma.h
linux/gamma_dma.c
linux/gamma_drv.c
linux/i810.h
linux/i810_dma.c
linux/i830.h
linux/i830_dma.c
linux/i830_drv.c
linux/i830_irq.c
linux/mga_drv.c
linux/r128_drv.c
linux/radeon_drv.c
shared-core/mga_dma.c
shared-core/mga_irq.c
shared-core/r128_cce.c
shared-core/r128_irq.c
shared-core/radeon_cp.c
shared-core/radeon_irq.c
shared/mga.h
shared/mga_dma.c
shared/mga_irq.c
shared/r128.h
shared/r128_cce.c
shared/r128_irq.c
shared/radeon.h
shared/radeon_cp.c
shared/radeon_irq.c