Lines Matching defs:yres
377 if (var->yoffset + info->var.yres > info->var.yres_virtual)
543 dbg_blit("(solidfill) : xres=%d, yres=%d, bpp=%d\n",
544 info->var.xres, info->var.yres,
640 u32 xres, yres;
687 yres = (s1d13xxxfb_readreg(par, S1DREG_LCD_DISP_VHEIGHT0) +
694 yres = (s1d13xxxfb_readreg(par, S1DREG_CRT_DISP_VHEIGHT0) +
704 var->yres = yres;
718 dbg(PFX "xres=%d, yres=%d, vxres=%d, vyres=%d "
720 xres, yres, xres_virtual, yres_virtual, is_color, is_dual, is_tft);