Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172557
b: refs/heads/master
c: 049ad83
h: refs/heads/master
i:
  172555: 8518fa5
v: v3
  • Loading branch information
Pieter Grimmerink authored and Eric Miao committed Dec 1, 2009
1 parent ce94148 commit bf45686
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 448ac479768d6c242338ecf13569dc297f8908ce
refs/heads/master: 049ad833b1e52f6edeb675c744547167bf76ab2c
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-pxa/include/mach/pxafb.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ struct pxafb_mode_info {
u_char bpp;
u_int cmap_greyscale:1,
depth:8,
unused:23;
transparency:1,
unused:22;

/* Parallel Mode Timing */
u_char hsync_len;
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/video/pxafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ static void pxafb_setmode(struct fb_var_screeninfo *var,
var->lower_margin = mode->lower_margin;
var->sync = mode->sync;
var->grayscale = mode->cmap_greyscale;
var->transp.length = mode->transparency;

/* set the initial RGBA bitfields */
pxafb_set_pixfmt(var, mode->depth);
Expand Down

0 comments on commit bf45686

Please sign in to comment.