Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321086
b: refs/heads/master
c: 99a647d
h: refs/heads/master
v: v3
  • Loading branch information
Yegor Yefremov authored and Florian Tobias Schandinat committed Jul 29, 2012
1 parent 18cfe10 commit 170fe1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d9053b487965042b9c849ce40c7f1fb7a0b84b39
refs/heads/master: 99a647d1f17375a803528aaab303518958a7e17a
3 changes: 3 additions & 0 deletions trunk/drivers/video/da8xx-fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1027,6 +1027,9 @@ static int cfb_blank(int blank, struct fb_info *info)

lcd_enable_raster();
break;
case FB_BLANK_NORMAL:
case FB_BLANK_VSYNC_SUSPEND:
case FB_BLANK_HSYNC_SUSPEND:
case FB_BLANK_POWERDOWN:
if (par->panel_power_ctrl)
par->panel_power_ctrl(0);
Expand Down

0 comments on commit 170fe1d

Please sign in to comment.