Lines Matching refs:xres
41 var->xres = mode->xres; in fb_videomode_to_var()
43 var->xres_virtual = mode->xres; in fb_videomode_to_var()
184 fbi->var.xres, in setup_disp_channel2()
193 fbi->var.xres, fbi->var.yres, in setup_disp_channel2()
264 fbi->var.xres, fbi->var.yres, in mxcfb_set_par()
299 if (var->xres_virtual < var->xres) in mxcfb_check_var()
300 var->xres_virtual = var->xres; in mxcfb_check_var()
380 htotal = var->xres + var->right_margin + var->hsync_len + in mxcfb_check_var()
533 fbi->fix.line_length = fbi->var.xres * (fbi->var.bits_per_pixel / 8); in mxcfb_probe()
549 panel.winSizeX = mode->xres; in mxcfb_probe()
551 panel.plnSizeX = mode->xres; in mxcfb_probe()