Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94171
b: refs/heads/master
c: 8f5af9d
h: refs/heads/master
i:
  94169: 4968715
  94167: d4b8382
v: v3
  • Loading branch information
Ondrej Zajicek authored and Linus Torvalds committed Apr 28, 2008
1 parent 7234532 commit 00f4dce
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 9201a8584c9bdb45b7b32cb3d2280c3dfbc76e39
refs/heads/master: 8f5af9de9cf3cbf51c5758a1d5ea266aea6fe175
4 changes: 4 additions & 0 deletions trunk/drivers/video/vt8623fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,10 @@ static int vt8623fb_set_par(struct fb_info *info)
svga_wcrt_multi(vt8623_offset_regs, offset_value);
svga_wseq_multi(vt8623_fetch_count_regs, fetch_value);

/* Clear H/V Skew */
svga_wcrt_mask(0x03, 0x00, 0x60);
svga_wcrt_mask(0x05, 0x00, 0x60);

if (info->var.vmode & FB_VMODE_DOUBLE)
svga_wcrt_mask(0x09, 0x80, 0x80);
else
Expand Down

0 comments on commit 00f4dce

Please sign in to comment.