Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284822
b: refs/heads/master
c: 4420dd2
h: refs/heads/master
v: v3
  • Loading branch information
Jingoo Han authored and Florian Tobias Schandinat committed Nov 11, 2011
1 parent b54d685 commit 9eab566
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: e78bb882bf318bb41e17b33729cca3bdd26b42a0
refs/heads/master: 4420dd2b306f1997232a13462bca0d420be5b1b8
3 changes: 2 additions & 1 deletion trunk/drivers/video/s3c-fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,8 @@ static int s3c_fb_set_par(struct fb_info *info)
} else if (var->transp.length == 1)
data |= WINCON1_BPPMODE_25BPP_A1888
| WINCON1_BLD_PIX;
else if (var->transp.length == 4)
else if ((var->transp.length == 4) ||
(var->transp.length == 8))
data |= WINCON1_BPPMODE_28BPP_A4888
| WINCON1_BLD_PIX | WINCON1_ALPHA_SEL;
else
Expand Down

0 comments on commit 9eab566

Please sign in to comment.