aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include/plat/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-omap/include/plat/display.h')
-rw-r--r--arch/arm/plat-omap/include/plat/display.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/arm/plat-omap/include/plat/display.h b/arch/arm/plat-omap/include/plat/display.h
index 1c529ce9dc11..8bd15bdb4132 100644
--- a/arch/arm/plat-omap/include/plat/display.h
+++ b/arch/arm/plat-omap/include/plat/display.h
@@ -238,7 +238,7 @@ int dsi_vc_dcs_write_1(int channel, u8 dcs_cmd, u8 param);
238int dsi_vc_dcs_write_nosync(int channel, u8 *data, int len); 238int dsi_vc_dcs_write_nosync(int channel, u8 *data, int len);
239int dsi_vc_dcs_read(int channel, u8 dcs_cmd, u8 *buf, int buflen); 239int dsi_vc_dcs_read(int channel, u8 dcs_cmd, u8 *buf, int buflen);
240int dsi_vc_dcs_read_1(int channel, u8 dcs_cmd, u8 *data); 240int dsi_vc_dcs_read_1(int channel, u8 dcs_cmd, u8 *data);
241int dsi_vc_dcs_read_2(int channel, u8 dcs_cmd, u16 *data); 241int dsi_vc_dcs_read_2(int channel, u8 dcs_cmd, u8 *data1, u8 *data2);
242int dsi_vc_set_max_rx_packet_size(int channel, u16 len); 242int dsi_vc_set_max_rx_packet_size(int channel, u16 len);
243int dsi_vc_send_null(int channel); 243int dsi_vc_send_null(int channel);
244int dsi_vc_send_bta_sync(int channel); 244int dsi_vc_send_bta_sync(int channel);
@@ -277,8 +277,8 @@ struct omap_video_timings {
277 * identify the mode, and does not actually use the configs 277 * identify the mode, and does not actually use the configs
278 * itself. However, the configs should be something that 278 * itself. However, the configs should be something that
279 * a normal monitor can also show */ 279 * a normal monitor can also show */
280const extern struct omap_video_timings omap_dss_pal_timings; 280extern const struct omap_video_timings omap_dss_pal_timings;
281const extern struct omap_video_timings omap_dss_ntsc_timings; 281extern const struct omap_video_timings omap_dss_ntsc_timings;
282#endif 282#endif
283 283
284struct omap_overlay_info { 284struct omap_overlay_info {
@@ -560,7 +560,8 @@ void omapdss_dsi_vc_enable_hs(int channel, bool enable);
560int omapdss_dsi_enable_te(struct omap_dss_device *dssdev, bool enable); 560int omapdss_dsi_enable_te(struct omap_dss_device *dssdev, bool enable);
561 561
562int omap_dsi_prepare_update(struct omap_dss_device *dssdev, 562int omap_dsi_prepare_update(struct omap_dss_device *dssdev,
563 u16 *x, u16 *y, u16 *w, u16 *h); 563 u16 *x, u16 *y, u16 *w, u16 *h,
564 bool enlarge_update_area);
564int omap_dsi_update(struct omap_dss_device *dssdev, 565int omap_dsi_update(struct omap_dss_device *dssdev,
565 int channel, 566 int channel,
566 u16 x, u16 y, u16 w, u16 h, 567 u16 x, u16 y, u16 w, u16 h,