Lines Matching refs:cyres
1470 u16 cxres, u16 cyres) in var_to_timing() argument
1473 u16 dx = (var->xres - cxres) / 2, dy = (var->yres - cyres) / 2; in var_to_timing()
1481 timing.ver_addr = cyres; in var_to_timing()
1491 u16 cxres, u16 cyres, int iga) in viafb_fill_crtc_timing() argument
1494 cxres ? cxres : var->xres, cyres ? cyres : var->yres); in viafb_fill_crtc_timing()
1835 int j, cxres = 0, cyres = 0; in viafb_setmode() local
1885 cyres = viafbinfo->var.yres; in viafb_setmode()
1893 viafb_fill_crtc_timing(&var2, cxres, cyres, IGA2); in viafb_setmode()
1913 viafb_dvi_set_mode(&var2, cxres, cyres, IGA2); in viafb_setmode()
1922 viafb_lcd_set_mode(&var2, cxres, cyres, in viafb_setmode()
1939 viafb_lcd_set_mode(&var2, cxres, cyres, in viafb_setmode()