svga_set_timings
svga_set_timings(par->state.vgabase, &ark_timing_regs, &(info->var), hmul, hdiv,
EXPORT_SYMBOL(svga_set_timings);
svga_set_timings(par->state.vgabase, &s3_timing_regs, &(info->var), hmul, 1,
svga_set_timings(par->state.vgabase, &vt8623_timing_regs, &(info->var), 1, 1,
void svga_set_timings(void __iomem *regbase, const struct svga_timing_regs *tm, struct fb_var_screeninfo *var, u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int node);