diff options
author | Eric Anholt <anholt@freebsd.org> | 2003-10-17 05:13:48 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2003-10-17 05:13:48 +0000 |
commit | 2950f9e6823d43abae151966ae808d1a63e6659c (patch) | |
tree | b7fbcbc101da31d02c5f3748568bc9caf54b13fa /linux/i830_drv.c | |
parent | ff58476011ba8fe72d65e884380d3d86710bfdd4 (diff) |
- 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.
Diffstat (limited to 'linux/i830_drv.c')
-rw-r--r-- | linux/i830_drv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/i830_drv.c b/linux/i830_drv.c index 0735c94d..2f4e8157 100644 --- a/linux/i830_drv.c +++ b/linux/i830_drv.c @@ -50,6 +50,7 @@ #include "drm_fops.h" #include "drm_init.h" #include "drm_ioctl.h" +#include "drm_irq.h" #include "drm_lock.h" #include "drm_memory.h" #include "drm_proc.h" |