Lines Matching refs:viafbinfo
1838 && viafbinfo->var.xres == 1024 && viafbinfo->var.yres == 768) { in viafb_setmode()
1848 via_set_primary_pitch(viafbinfo->fix.line_length); in viafb_setmode()
1850 : viafbinfo->fix.line_length); in viafb_setmode()
1870 cxres = viafbinfo->var.xres; in viafb_setmode()
1871 cyres = viafbinfo->var.yres; in viafb_setmode()
1872 var2.bits_per_pixel = viafbinfo->var.bits_per_pixel; in viafb_setmode()
1881 viafb_fill_crtc_timing(&viafbinfo->var, 0, 0, in viafb_setmode()
1888 if (viafbinfo->var.xres % 8) { in viafb_setmode()
1901 viafb_dvi_set_mode(&viafbinfo->var, 0, 0, in viafb_setmode()
1917 viafb_lcd_set_mode(&viafbinfo->var, 0, 0, in viafb_setmode()
1934 viafb_lcd_set_mode(&viafbinfo->var, 0, 0, in viafb_setmode()
1946 viafb_hotplug_Xres = viafbinfo->var.xres; in viafb_setmode()
1947 viafb_hotplug_Yres = viafbinfo->var.yres; in viafb_setmode()
1948 viafb_hotplug_bpp = viafbinfo->var.bits_per_pixel; in viafb_setmode()
1958 via_set_sync_polarity(devices, get_sync(&viafbinfo->var)); in viafb_setmode()
1961 get_sync(&viafbinfo->var)); in viafb_setmode()