Lines Matching refs:cxres
1471 u16 cxres, u16 cyres) in var_to_timing() argument
1474 u16 dx = (var->xres - cxres) / 2, dy = (var->yres - cyres) / 2; in var_to_timing()
1476 timing.hor_addr = cxres; in var_to_timing()
1492 u16 cxres, u16 cyres, int iga) in viafb_fill_crtc_timing() argument
1495 cxres ? cxres : var->xres, cyres ? cyres : var->yres); in viafb_fill_crtc_timing()
1836 int j, cxres = 0, cyres = 0; in viafb_setmode() local
1885 cxres = viafbinfo->var.xres; in viafb_setmode()
1894 viafb_fill_crtc_timing(&var2, cxres, cyres, IGA2); in viafb_setmode()
1914 viafb_dvi_set_mode(&var2, cxres, cyres, IGA2); in viafb_setmode()
1923 viafb_lcd_set_mode(&var2, cxres, cyres, in viafb_setmode()
1940 viafb_lcd_set_mode(&var2, cxres, cyres, in viafb_setmode()