Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184885
b: refs/heads/master
c: 1189b7f
h: refs/heads/master
i:
  184883: 767c0b6
v: v3
  • Loading branch information
Tomi Valkeinen committed Mar 1, 2010
1 parent 0c4d679 commit 729b028
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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: a4c1a148a0c4c690b95938e9577be9e461bc5e5a
refs/heads/master: 1189b7ff6485ebf1039440c34150360fab7cfb01
7 changes: 5 additions & 2 deletions trunk/drivers/video/omap2/displays/panel-taal.c
Original file line number Diff line number Diff line change
Expand Up @@ -1055,8 +1055,11 @@ static void taal_esd_work(struct work_struct *work)
}
/* Self-diagnostics result is also shown on TE GPIO line. We need
* to re-enable TE after self diagnostics */
if (td->use_ext_te && td->te_enabled)
taal_enable_te(dssdev, true);
if (td->use_ext_te && td->te_enabled) {
r = taal_dcs_write_1(DCS_TEAR_ON, 0);
if (r)
goto err;
}

dsi_bus_unlock();

Expand Down

0 comments on commit 729b028

Please sign in to comment.