Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344659
b: refs/heads/master
c: 916188a
h: refs/heads/master
i:
  344657: d4b2bf5
  344655: 5aade06
v: v3
  • Loading branch information
Tomi Valkeinen committed Nov 27, 2012
1 parent 4deef6f commit 20e0aee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b08e3e1342ff836e47767daa47211692d865e730
refs/heads/master: 916188a46618313eedb07acac00fa575c503ff25
4 changes: 2 additions & 2 deletions trunk/drivers/video/omap2/dss/dispc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2810,12 +2810,12 @@ void dispc_mgr_disable_sync(enum omap_channel channel)

void dispc_wb_enable(bool enable)
{
REG_FLD_MOD(DISPC_OVL_ATTRIBUTES(OMAP_DSS_WB), enable ? 1 : 0, 0, 0);
dispc_ovl_enable(OMAP_DSS_WB, enable);
}

bool dispc_wb_is_enabled(void)
{
return REG_GET(DISPC_OVL_ATTRIBUTES(OMAP_DSS_WB), 0, 0);
return dispc_ovl_enabled(OMAP_DSS_WB);
}

static void dispc_lcd_enable_signal_polarity(bool act_high)
Expand Down

0 comments on commit 20e0aee

Please sign in to comment.