Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114857
b: refs/heads/master
c: 3b92183
h: refs/heads/master
i:
  114855: 0b21af6
v: v3
  • Loading branch information
Krzysztof Helt authored and Linus Torvalds committed Oct 16, 2008
1 parent 8caf9fc commit 12e1548
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: 55a0dd83eb24a89fd448006aaa9326df643861ae
refs/heads/master: 3b921832d483a2b9d6fabdbb5f871a4f18cb9b65
7 changes: 2 additions & 5 deletions trunk/drivers/video/cirrusfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ static int cirrusfb_decode_var(const struct fb_var_screeninfo *var,
case 16:
case 32:
info->fix.line_length = var->xres_virtual * maxclockidx;
info->fix.visual = FB_VISUAL_DIRECTCOLOR;
info->fix.visual = FB_VISUAL_TRUECOLOR;
break;

default:
Expand Down Expand Up @@ -1178,10 +1178,7 @@ static int cirrusfb_set_par_foo(struct fb_info *info)

case BT_ALPINE:
DPRINTK(" (for GD543x)\n");
if (var->xres >= 1024)
vga_wseq(regbase, CL_SEQR7, 0xa7);
else
vga_wseq(regbase, CL_SEQR7, 0xa3);
vga_wseq(regbase, CL_SEQR7, 0xa7);
cirrusfb_set_mclk(cinfo, regs.mclk, regs.divMCLK);
break;

Expand Down

0 comments on commit 12e1548

Please sign in to comment.