diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-11-16 14:11:56 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-12-02 08:54:47 +0200 |
commit | c1a9febfafa2a9a9ac09b2de4c80aa96b41a03d1 (patch) | |
tree | e0750e9fdd7b87f5ffa6e963531fc017cdbbcc5c /include/video | |
parent | 388c4c6cbb335e69fe23c8d18bd4b0e8dd66901b (diff) | |
download | linux-3.10-c1a9febfafa2a9a9ac09b2de4c80aa96b41a03d1.tar.gz linux-3.10-c1a9febfafa2a9a9ac09b2de4c80aa96b41a03d1.tar.bz2 linux-3.10-c1a9febfafa2a9a9ac09b2de4c80aa96b41a03d1.zip |
OMAPDSS: APPLY: move ovl->info to apply.c
struct omap_overlayr contains info and info_dirty fields, both of which
should be internal to apply.c.
This patch moves those fields into ovl_priv data, and names them
user_info and user_info_dirty.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/omapdss.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index 0d5333f6e4a..2e2c53f5e7c 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h @@ -383,11 +383,8 @@ struct omap_overlay { /* dynamic fields */ struct omap_overlay_manager *manager; - struct omap_overlay_info info; bool manager_changed; - /* if true, info has been changed, but not applied() yet */ - bool info_dirty; int (*enable)(struct omap_overlay *ovl); int (*disable)(struct omap_overlay *ovl); |