Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202107
b: refs/heads/master
c: 1e68752
h: refs/heads/master
i:
  202105: 8cc8330
  202103: 4ad655f
v: v3
  • Loading branch information
Christian Dietrich authored and Mauro Carvalho Chehab committed Aug 2, 2010
1 parent fc5a291 commit 312d736
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: abf84383ecadc8ada1963f9976e887c6f0b1bad9
refs/heads/master: 1e687528777acab2c73cd12fb35d71088ad73a3c
8 changes: 0 additions & 8 deletions trunk/drivers/media/video/omap/omap_vout.c
Original file line number Diff line number Diff line change
Expand Up @@ -2545,19 +2545,11 @@ static int __init omap_vout_probe(struct platform_device *pdev)
/* set the update mode */
if (def_display->caps &
OMAP_DSS_DISPLAY_CAP_MANUAL_UPDATE) {
#ifdef CONFIG_FB_OMAP2_FORCE_AUTO_UPDATE
if (dssdrv->enable_te)
dssdrv->enable_te(def_display, 1);
if (dssdrv->set_update_mode)
dssdrv->set_update_mode(def_display,
OMAP_DSS_UPDATE_AUTO);
#else /* MANUAL_UPDATE */
if (dssdrv->enable_te)
dssdrv->enable_te(def_display, 0);
if (dssdrv->set_update_mode)
dssdrv->set_update_mode(def_display,
OMAP_DSS_UPDATE_MANUAL);
#endif
} else {
if (dssdrv->set_update_mode)
dssdrv->set_update_mode(def_display,
Expand Down

0 comments on commit 312d736

Please sign in to comment.