Lines Matching refs:vyres
1734 int vxres, vyres; in cirrusfb_fillrect() local
1748 vyres = info->var.yres_virtual; in cirrusfb_fillrect()
1753 modded.dx >= vxres || modded.dy >= vyres) in cirrusfb_fillrect()
1758 if (modded.dy + modded.height > vyres) in cirrusfb_fillrect()
1759 modded.height = vyres - modded.dy; in cirrusfb_fillrect()
1773 u32 vxres, vyres; in cirrusfb_copyarea() local
1785 vyres = info->var.yres_virtual; in cirrusfb_copyarea()
1789 modded.sx >= vxres || modded.sy >= vyres || in cirrusfb_copyarea()
1790 modded.dx >= vxres || modded.dy >= vyres) in cirrusfb_copyarea()
1797 if (modded.sy + modded.height > vyres) in cirrusfb_copyarea()
1798 modded.height = vyres - modded.sy; in cirrusfb_copyarea()
1799 if (modded.dy + modded.height > vyres) in cirrusfb_copyarea()
1800 modded.height = vyres - modded.dy; in cirrusfb_copyarea()