diff options
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r-- | include/drm/drmP.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 1469a1bd8821..51ee72c962b1 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h | |||
@@ -1134,6 +1134,7 @@ extern void drm_core_reclaim_buffers(struct drm_device *dev, | |||
1134 | extern int drm_control(struct drm_device *dev, void *data, | 1134 | extern int drm_control(struct drm_device *dev, void *data, |
1135 | struct drm_file *file_priv); | 1135 | struct drm_file *file_priv); |
1136 | extern irqreturn_t drm_irq_handler(DRM_IRQ_ARGS); | 1136 | extern irqreturn_t drm_irq_handler(DRM_IRQ_ARGS); |
1137 | extern int drm_irq_install(struct drm_device *dev); | ||
1137 | extern int drm_irq_uninstall(struct drm_device *dev); | 1138 | extern int drm_irq_uninstall(struct drm_device *dev); |
1138 | extern void drm_driver_irq_preinstall(struct drm_device *dev); | 1139 | extern void drm_driver_irq_preinstall(struct drm_device *dev); |
1139 | extern void drm_driver_irq_postinstall(struct drm_device *dev); | 1140 | extern void drm_driver_irq_postinstall(struct drm_device *dev); |