Lines Matching refs:vyres
1732 int vxres, vyres; in cirrusfb_fillrect() local
1746 vyres = info->var.yres_virtual; in cirrusfb_fillrect()
1751 modded.dx >= vxres || modded.dy >= vyres) in cirrusfb_fillrect()
1756 if (modded.dy + modded.height > vyres) in cirrusfb_fillrect()
1757 modded.height = vyres - modded.dy; in cirrusfb_fillrect()
1771 u32 vxres, vyres; in cirrusfb_copyarea() local
1783 vyres = info->var.yres_virtual; in cirrusfb_copyarea()
1787 modded.sx >= vxres || modded.sy >= vyres || in cirrusfb_copyarea()
1788 modded.dx >= vxres || modded.dy >= vyres) in cirrusfb_copyarea()
1795 if (modded.sy + modded.height > vyres) in cirrusfb_copyarea()
1796 modded.height = vyres - modded.sy; in cirrusfb_copyarea()
1797 if (modded.dy + modded.height > vyres) in cirrusfb_copyarea()
1798 modded.height = vyres - modded.dy; in cirrusfb_copyarea()