svga: Make svga_set_timings() take an iomem regbase pointer.
Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
@@ -712,7 +712,7 @@ static int s3fb_set_par(struct fb_info *info)
|
||||
}
|
||||
|
||||
s3_set_pixclock(info, info->var.pixclock);
|
||||
svga_set_timings(&s3_timing_regs, &(info->var), hmul, 1,
|
||||
svga_set_timings(par->state.vgabase, &s3_timing_regs, &(info->var), hmul, 1,
|
||||
(info->var.vmode & FB_VMODE_DOUBLE) ? 2 : 1,
|
||||
(info->var.vmode & FB_VMODE_INTERLACED) ? 2 : 1,
|
||||
hmul, info->node);
|
||||
|
Reference in New Issue
Block a user