diff options
Diffstat (limited to 'include/video/omapdss.h')
| -rw-r--r-- | include/video/omapdss.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index 7aecadbb1d9c..5f36ddd0e295 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h | |||
| @@ -667,6 +667,8 @@ struct omap_overlay *omap_dss_get_overlay(int num); | |||
| 667 | void omapdss_default_get_resolution(struct omap_dss_device *dssdev, | 667 | void omapdss_default_get_resolution(struct omap_dss_device *dssdev, |
| 668 | u16 *xres, u16 *yres); | 668 | u16 *xres, u16 *yres); |
| 669 | int omapdss_default_get_recommended_bpp(struct omap_dss_device *dssdev); | 669 | int omapdss_default_get_recommended_bpp(struct omap_dss_device *dssdev); |
| 670 | void omapdss_default_get_timings(struct omap_dss_device *dssdev, | ||
| 671 | struct omap_video_timings *timings); | ||
| 670 | 672 | ||
| 671 | typedef void (*omap_dispc_isr_t) (void *arg, u32 mask); | 673 | typedef void (*omap_dispc_isr_t) (void *arg, u32 mask); |
| 672 | int omap_dispc_register_isr(omap_dispc_isr_t isr, void *arg, u32 mask); | 674 | int omap_dispc_register_isr(omap_dispc_isr_t isr, void *arg, u32 mask); |
