Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284950
b: refs/heads/master
c: ff4733d
h: refs/heads/master
v: v3
  • Loading branch information
Tomi Valkeinen committed Dec 2, 2011
1 parent 0d1a1ed commit d01c0bc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 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: 0b53f17971700f673492e2e91b5069893e5f2d0b
refs/heads/master: ff4733dcf56480bebcd3801adde27213b893635d
7 changes: 0 additions & 7 deletions trunk/drivers/video/omap2/dss/apply.c
Original file line number Diff line number Diff line change
Expand Up @@ -608,11 +608,6 @@ static void omap_dss_mgr_apply_mgr(struct omap_overlay_manager *mgr)

mp = get_mgr_priv(mgr);

if (mgr->device_changed) {
mgr->device_changed = false;
mp->user_info_dirty = true;
}

if (!mp->user_info_dirty)
return;

Expand Down Expand Up @@ -807,7 +802,6 @@ int dss_mgr_set_device(struct omap_overlay_manager *mgr,

dssdev->manager = mgr;
mgr->device = dssdev;
mgr->device_changed = true;

mutex_unlock(&apply_lock);

Expand Down Expand Up @@ -840,7 +834,6 @@ int dss_mgr_unset_device(struct omap_overlay_manager *mgr)

mgr->device->manager = NULL;
mgr->device = NULL;
mgr->device_changed = true;

mutex_unlock(&apply_lock);

Expand Down
2 changes: 0 additions & 2 deletions trunk/include/video/omapdss.h
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,6 @@ struct omap_overlay_manager {
/* dynamic fields */
struct omap_dss_device *device;

bool device_changed;

int (*set_device)(struct omap_overlay_manager *mgr,
struct omap_dss_device *dssdev);
int (*unset_device)(struct omap_overlay_manager *mgr);
Expand Down

0 comments on commit d01c0bc

Please sign in to comment.