diff options
Diffstat (limited to 'shared/r128_drv.h')
-rw-r--r-- | shared/r128_drv.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shared/r128_drv.h b/shared/r128_drv.h index 12ca9b4f..5b91256c 100644 --- a/shared/r128_drv.h +++ b/shared/r128_drv.h @@ -142,6 +142,12 @@ extern int r128_cce_depth( DRM_IOCTL_ARGS ); extern int r128_cce_stipple( DRM_IOCTL_ARGS ); extern int r128_cce_indirect( DRM_IOCTL_ARGS ); +extern int r128_driver_vblank_wait(drm_device_t *dev, unsigned int *sequence); + +extern irqreturn_t r128_driver_irq_handler( DRM_IRQ_ARGS ); +extern void r128_driver_irq_preinstall( drm_device_t *dev ); +extern void r128_driver_irq_postinstall( drm_device_t *dev ); +extern void r128_driver_irq_uninstall( drm_device_t *dev ); /* Register definitions, register access macros and drmAddMap constants * for Rage 128 kernel driver. |