aboutsummaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
Diffstat (limited to 'include/video')
-rw-r--r--include/video/omapdss.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index 1c46a14341dd..1cbb2dd5fbba 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -309,6 +309,7 @@ struct omap_dss_board_info {
309 struct omap_dss_device *default_device; 309 struct omap_dss_device *default_device;
310 int (*dsi_enable_pads)(int dsi_id, unsigned lane_mask); 310 int (*dsi_enable_pads)(int dsi_id, unsigned lane_mask);
311 void (*dsi_disable_pads)(int dsi_id, unsigned lane_mask); 311 void (*dsi_disable_pads)(int dsi_id, unsigned lane_mask);
312 int (*set_min_bus_tput)(struct device *dev, unsigned long r);
312}; 313};
313 314
314/* Init with the board info */ 315/* Init with the board info */
@@ -670,6 +671,8 @@ struct omap_overlay *omap_dss_get_overlay(int num);
670void omapdss_default_get_resolution(struct omap_dss_device *dssdev, 671void omapdss_default_get_resolution(struct omap_dss_device *dssdev,
671 u16 *xres, u16 *yres); 672 u16 *xres, u16 *yres);
672int omapdss_default_get_recommended_bpp(struct omap_dss_device *dssdev); 673int omapdss_default_get_recommended_bpp(struct omap_dss_device *dssdev);
674void omapdss_default_get_timings(struct omap_dss_device *dssdev,
675 struct omap_video_timings *timings);
673 676
674typedef void (*omap_dispc_isr_t) (void *arg, u32 mask); 677typedef void (*omap_dispc_isr_t) (void *arg, u32 mask);
675int omap_dispc_register_isr(omap_dispc_isr_t isr, void *arg, u32 mask); 678int omap_dispc_register_isr(omap_dispc_isr_t isr, void *arg, u32 mask);