Lines Matching refs:viafbinfo
1852 && viafbinfo->var.xres == 1024 && viafbinfo->var.yres == 768) { in viafb_setmode()
1862 via_set_primary_pitch(viafbinfo->fix.line_length); in viafb_setmode()
1864 : viafbinfo->fix.line_length); in viafb_setmode()
1884 cxres = viafbinfo->var.xres; in viafb_setmode()
1885 cyres = viafbinfo->var.yres; in viafb_setmode()
1886 var2.bits_per_pixel = viafbinfo->var.bits_per_pixel; in viafb_setmode()
1895 viafb_fill_crtc_timing(&viafbinfo->var, 0, 0, in viafb_setmode()
1902 if (viafbinfo->var.xres % 8) { in viafb_setmode()
1915 viafb_dvi_set_mode(&viafbinfo->var, 0, 0, in viafb_setmode()
1931 viafb_lcd_set_mode(&viafbinfo->var, 0, 0, in viafb_setmode()
1948 viafb_lcd_set_mode(&viafbinfo->var, 0, 0, in viafb_setmode()
1960 viafb_hotplug_Xres = viafbinfo->var.xres; in viafb_setmode()
1961 viafb_hotplug_Yres = viafbinfo->var.yres; in viafb_setmode()
1962 viafb_hotplug_bpp = viafbinfo->var.bits_per_pixel; in viafb_setmode()
1972 via_set_sync_polarity(devices, get_sync(&viafbinfo->var)); in viafb_setmode()
1975 get_sync(&viafbinfo->var)); in viafb_setmode()