diff options
Diffstat (limited to 'drivers/video/vt8623fb.c')
-rw-r--r-- | drivers/video/vt8623fb.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/video/vt8623fb.c b/drivers/video/vt8623fb.c index f6895ef6bf59..0b9dd22f3ee6 100644 --- a/drivers/video/vt8623fb.c +++ b/drivers/video/vt8623fb.c | |||
@@ -436,6 +436,10 @@ static int vt8623fb_set_par(struct fb_info *info) | |||
436 | svga_wcrt_multi(vt8623_offset_regs, offset_value); | 436 | svga_wcrt_multi(vt8623_offset_regs, offset_value); |
437 | svga_wseq_multi(vt8623_fetch_count_regs, fetch_value); | 437 | svga_wseq_multi(vt8623_fetch_count_regs, fetch_value); |
438 | 438 | ||
439 | /* Clear H/V Skew */ | ||
440 | svga_wcrt_mask(0x03, 0x00, 0x60); | ||
441 | svga_wcrt_mask(0x05, 0x00, 0x60); | ||
442 | |||
439 | if (info->var.vmode & FB_VMODE_DOUBLE) | 443 | if (info->var.vmode & FB_VMODE_DOUBLE) |
440 | svga_wcrt_mask(0x09, 0x80, 0x80); | 444 | svga_wcrt_mask(0x09, 0x80, 0x80); |
441 | else | 445 | else |