Lines Matching refs:vyres
1733 int vxres, vyres; in cirrusfb_fillrect() local
1747 vyres = info->var.yres_virtual; in cirrusfb_fillrect()
1752 modded.dx >= vxres || modded.dy >= vyres) in cirrusfb_fillrect()
1757 if (modded.dy + modded.height > vyres) in cirrusfb_fillrect()
1758 modded.height = vyres - modded.dy; in cirrusfb_fillrect()
1772 u32 vxres, vyres; in cirrusfb_copyarea() local
1784 vyres = info->var.yres_virtual; in cirrusfb_copyarea()
1788 modded.sx >= vxres || modded.sy >= vyres || in cirrusfb_copyarea()
1789 modded.dx >= vxres || modded.dy >= vyres) in cirrusfb_copyarea()
1796 if (modded.sy + modded.height > vyres) in cirrusfb_copyarea()
1797 modded.height = vyres - modded.sy; in cirrusfb_copyarea()
1798 if (modded.dy + modded.height > vyres) in cirrusfb_copyarea()
1799 modded.height = vyres - modded.dy; in cirrusfb_copyarea()