Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261960
b: refs/heads/master
c: 15ffa1d
h: refs/heads/master
v: v3
  • Loading branch information
Tomi Valkeinen committed Jul 1, 2011
1 parent 6c23b5d commit 9f36800
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3c07cae2cccc4e40ff66521701a3c8eeda8726e1
refs/heads/master: 15ffa1dac53820bb712851d329ba465f74b00f76
5 changes: 1 addition & 4 deletions trunk/drivers/video/omap2/displays/panel-taal.c
Original file line number Diff line number Diff line change
Expand Up @@ -1247,11 +1247,8 @@ static void taal_power_off(struct omap_dss_device *dssdev)
int r;

r = taal_dcs_write_0(td, DCS_DISPLAY_OFF);
if (!r) {
if (!r)
r = taal_sleep_in(td);
/* HACK: wait a bit so that the message goes through */
msleep(10);
}

if (r) {
dev_err(&dssdev->dev,
Expand Down
5 changes: 5 additions & 0 deletions trunk/drivers/video/omap2/dss/dsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -4291,6 +4291,11 @@ void omapdss_dsi_display_disable(struct omap_dss_device *dssdev,

mutex_lock(&dsi->lock);

dsi_sync_vc(dsidev, 0);
dsi_sync_vc(dsidev, 1);
dsi_sync_vc(dsidev, 2);
dsi_sync_vc(dsidev, 3);

dsi_display_uninit_dispc(dssdev);

dsi_display_uninit_dsi(dssdev, disconnect_lanes, enter_ulps);
Expand Down

0 comments on commit 9f36800

Please sign in to comment.