Lines Matching refs:viafbinfo
1853 && viafbinfo->var.xres == 1024 && viafbinfo->var.yres == 768) { in viafb_setmode()
1863 via_set_primary_pitch(viafbinfo->fix.line_length); in viafb_setmode()
1865 : viafbinfo->fix.line_length); in viafb_setmode()
1885 cxres = viafbinfo->var.xres; in viafb_setmode()
1886 cyres = viafbinfo->var.yres; in viafb_setmode()
1887 var2.bits_per_pixel = viafbinfo->var.bits_per_pixel; in viafb_setmode()
1896 viafb_fill_crtc_timing(&viafbinfo->var, 0, 0, in viafb_setmode()
1903 if (viafbinfo->var.xres % 8) { in viafb_setmode()
1916 viafb_dvi_set_mode(&viafbinfo->var, 0, 0, in viafb_setmode()
1932 viafb_lcd_set_mode(&viafbinfo->var, 0, 0, in viafb_setmode()
1949 viafb_lcd_set_mode(&viafbinfo->var, 0, 0, in viafb_setmode()
1961 viafb_hotplug_Xres = viafbinfo->var.xres; in viafb_setmode()
1962 viafb_hotplug_Yres = viafbinfo->var.yres; in viafb_setmode()
1963 viafb_hotplug_bpp = viafbinfo->var.bits_per_pixel; in viafb_setmode()
1973 via_set_sync_polarity(devices, get_sync(&viafbinfo->var)); in viafb_setmode()
1976 get_sync(&viafbinfo->var)); in viafb_setmode()