diff options
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_drv.h')
-rw-r--r-- | drivers/gpu/drm/omapdrm/omap_drv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_drv.h b/drivers/gpu/drm/omapdrm/omap_drv.h index c88fea32dbf6..428b2981fd68 100644 --- a/drivers/gpu/drm/omapdrm/omap_drv.h +++ b/drivers/gpu/drm/omapdrm/omap_drv.h | |||
@@ -145,6 +145,8 @@ irqreturn_t omap_irq_handler(int irq, void *arg); | |||
145 | void omap_irq_preinstall(struct drm_device *dev); | 145 | void omap_irq_preinstall(struct drm_device *dev); |
146 | int omap_irq_postinstall(struct drm_device *dev); | 146 | int omap_irq_postinstall(struct drm_device *dev); |
147 | void omap_irq_uninstall(struct drm_device *dev); | 147 | void omap_irq_uninstall(struct drm_device *dev); |
148 | void __omap_irq_register(struct drm_device *dev, struct omap_drm_irq *irq); | ||
149 | void __omap_irq_unregister(struct drm_device *dev, struct omap_drm_irq *irq); | ||
148 | void omap_irq_register(struct drm_device *dev, struct omap_drm_irq *irq); | 150 | void omap_irq_register(struct drm_device *dev, struct omap_drm_irq *irq); |
149 | void omap_irq_unregister(struct drm_device *dev, struct omap_drm_irq *irq); | 151 | void omap_irq_unregister(struct drm_device *dev, struct omap_drm_irq *irq); |
150 | int omap_drm_irq_uninstall(struct drm_device *dev); | 152 | int omap_drm_irq_uninstall(struct drm_device *dev); |
@@ -158,6 +160,7 @@ enum omap_channel omap_crtc_channel(struct drm_crtc *crtc); | |||
158 | int omap_crtc_apply(struct drm_crtc *crtc, | 160 | int omap_crtc_apply(struct drm_crtc *crtc, |
159 | struct omap_drm_apply *apply); | 161 | struct omap_drm_apply *apply); |
160 | void omap_crtc_pre_init(void); | 162 | void omap_crtc_pre_init(void); |
163 | void omap_crtc_pre_uninit(void); | ||
161 | struct drm_crtc *omap_crtc_init(struct drm_device *dev, | 164 | struct drm_crtc *omap_crtc_init(struct drm_device *dev, |
162 | struct drm_plane *plane, enum omap_channel channel, int id); | 165 | struct drm_plane *plane, enum omap_channel channel, int id); |
163 | 166 | ||