Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310319
b: refs/heads/master
c: fcc3661
h: refs/heads/master
i:
  310317: d3c6d04
  310315: 346291f
  310311: be7c155
  310303: 0f0194b
v: v3
  • Loading branch information
Archit Taneja authored and Tomi Valkeinen committed May 9, 2012
1 parent 8dbfbc0 commit 851a3af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 228b21349db4ca5636ec1efdb3b3d54fe18092de
refs/heads/master: fcc36619901064a76e15a545ea36d38ba0e54192
2 changes: 2 additions & 0 deletions trunk/drivers/video/omap2/dss/dpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,8 @@ void dpi_set_timings(struct omap_dss_device *dssdev,

dispc_runtime_put();
dss_runtime_put();
} else {
dss_mgr_set_timings(dssdev->manager, timings);
}
}
EXPORT_SYMBOL(dpi_set_timings);
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/video/omap2/dss/hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,8 @@ void omapdss_hdmi_display_set_timing(struct omap_dss_device *dssdev)
r = hdmi_power_on(dssdev);
if (r)
DSSERR("failed to power on device\n");
} else {
dss_mgr_set_timings(dssdev->manager, &dssdev->panel.timings);
}
}

Expand Down

0 comments on commit 851a3af

Please sign in to comment.