Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284965
b: refs/heads/master
c: 153b6e7
h: refs/heads/master
i:
  284963: 25ebff4
v: v3
  • Loading branch information
Tomi Valkeinen committed Dec 2, 2011
1 parent 5764949 commit bd0e745
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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: 3ab15b2aa70369e0360f12e35e47bca1a269138b
refs/heads/master: 153b6e7357778267e6914f2370a059e79a751371
11 changes: 3 additions & 8 deletions trunk/drivers/video/omap2/dss/apply.c
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@ static bool extra_info_update_ongoing(void)
struct omap_overlay *ovl;
struct mgr_priv_data *mp;
int i;
bool eid;

for (i = 0; i < num_ovls; ++i) {
ovl = omap_dss_get_overlay(i);
Expand All @@ -437,15 +436,11 @@ static bool extra_info_update_ongoing(void)
if (!mp->enabled)
continue;

eid = op->extra_info_dirty || op->shadow_extra_info_dirty;

if (!eid)
continue;

if (ovl_manual_update(ovl) && !mp->updating)
if (!mp->updating)
continue;

return true;
if (op->extra_info_dirty || op->shadow_extra_info_dirty)
return true;
}

return false;
Expand Down

0 comments on commit bd0e745

Please sign in to comment.