diff options
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_drv.h')
-rw-r--r-- | drivers/gpu/drm/omapdrm/omap_drv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_drv.h b/drivers/gpu/drm/omapdrm/omap_drv.h index 0b7a055bf007..ae2df41f216f 100644 --- a/drivers/gpu/drm/omapdrm/omap_drv.h +++ b/drivers/gpu/drm/omapdrm/omap_drv.h | |||
@@ -147,6 +147,7 @@ void omap_crtc_pre_init(void); | |||
147 | void omap_crtc_pre_uninit(void); | 147 | void omap_crtc_pre_uninit(void); |
148 | struct drm_crtc *omap_crtc_init(struct drm_device *dev, | 148 | struct drm_crtc *omap_crtc_init(struct drm_device *dev, |
149 | struct drm_plane *plane, enum omap_channel channel, int id); | 149 | struct drm_plane *plane, enum omap_channel channel, int id); |
150 | int omap_crtc_wait_pending(struct drm_crtc *crtc); | ||
150 | 151 | ||
151 | struct drm_plane *omap_plane_init(struct drm_device *dev, | 152 | struct drm_plane *omap_plane_init(struct drm_device *dev, |
152 | int id, enum drm_plane_type type); | 153 | int id, enum drm_plane_type type); |