diff options
Diffstat (limited to 'arch/arm/plat-omap/include/plat/display.h')
-rw-r--r-- | arch/arm/plat-omap/include/plat/display.h | 9 |
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); | |||
238 | int dsi_vc_dcs_write_nosync(int channel, u8 *data, int len); | 238 | int dsi_vc_dcs_write_nosync(int channel, u8 *data, int len); |
239 | int dsi_vc_dcs_read(int channel, u8 dcs_cmd, u8 *buf, int buflen); | 239 | int dsi_vc_dcs_read(int channel, u8 dcs_cmd, u8 *buf, int buflen); |
240 | int dsi_vc_dcs_read_1(int channel, u8 dcs_cmd, u8 *data); | 240 | int dsi_vc_dcs_read_1(int channel, u8 dcs_cmd, u8 *data); |
241 | int dsi_vc_dcs_read_2(int channel, u8 dcs_cmd, u16 *data); | 241 | int dsi_vc_dcs_read_2(int channel, u8 dcs_cmd, u8 *data1, u8 *data2); |
242 | int dsi_vc_set_max_rx_packet_size(int channel, u16 len); | 242 | int dsi_vc_set_max_rx_packet_size(int channel, u16 len); |
243 | int dsi_vc_send_null(int channel); | 243 | int dsi_vc_send_null(int channel); |
244 | int dsi_vc_send_bta_sync(int channel); | 244 | int 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 */ |
280 | const extern struct omap_video_timings omap_dss_pal_timings; | 280 | extern const struct omap_video_timings omap_dss_pal_timings; |
281 | const extern struct omap_video_timings omap_dss_ntsc_timings; | 281 | extern const struct omap_video_timings omap_dss_ntsc_timings; |
282 | #endif | 282 | #endif |
283 | 283 | ||
284 | struct omap_overlay_info { | 284 | struct omap_overlay_info { |
@@ -560,7 +560,8 @@ void omapdss_dsi_vc_enable_hs(int channel, bool enable); | |||
560 | int omapdss_dsi_enable_te(struct omap_dss_device *dssdev, bool enable); | 560 | int omapdss_dsi_enable_te(struct omap_dss_device *dssdev, bool enable); |
561 | 561 | ||
562 | int omap_dsi_prepare_update(struct omap_dss_device *dssdev, | 562 | int 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); | ||
564 | int omap_dsi_update(struct omap_dss_device *dssdev, | 565 | int 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, |