summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/apply.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/omap2/dss/apply.c')
-rw-r--r--drivers/video/omap2/dss/apply.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/drivers/video/omap2/dss/apply.c b/drivers/video/omap2/dss/apply.c
index f54c17f..b6e6083 100644
--- a/drivers/video/omap2/dss/apply.c
+++ b/drivers/video/omap2/dss/apply.c
@@ -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);
@@ -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;
OpenPOWER on IntegriCloud