Lines Matching refs:cxres
1456 u16 cxres, u16 cyres) in var_to_timing() argument
1459 u16 dx = (var->xres - cxres) / 2, dy = (var->yres - cyres) / 2; in var_to_timing()
1461 timing.hor_addr = cxres; in var_to_timing()
1477 u16 cxres, u16 cyres, int iga) in viafb_fill_crtc_timing() argument
1480 cxres ? cxres : var->xres, cyres ? cyres : var->yres); in viafb_fill_crtc_timing()
1821 int j, cxres = 0, cyres = 0; in viafb_setmode() local
1870 cxres = viafbinfo->var.xres; in viafb_setmode()
1879 viafb_fill_crtc_timing(&var2, cxres, cyres, IGA2); in viafb_setmode()
1899 viafb_dvi_set_mode(&var2, cxres, cyres, IGA2); in viafb_setmode()
1908 viafb_lcd_set_mode(&var2, cxres, cyres, in viafb_setmode()
1925 viafb_lcd_set_mode(&var2, cxres, cyres, in viafb_setmode()