Lines Matching refs:vyres
1735 int vxres, vyres; in cirrusfb_fillrect() local
1749 vyres = info->var.yres_virtual; in cirrusfb_fillrect()
1754 modded.dx >= vxres || modded.dy >= vyres) in cirrusfb_fillrect()
1759 if (modded.dy + modded.height > vyres) in cirrusfb_fillrect()
1760 modded.height = vyres - modded.dy; in cirrusfb_fillrect()
1774 u32 vxres, vyres; in cirrusfb_copyarea() local
1786 vyres = info->var.yres_virtual; in cirrusfb_copyarea()
1790 modded.sx >= vxres || modded.sy >= vyres || in cirrusfb_copyarea()
1791 modded.dx >= vxres || modded.dy >= vyres) in cirrusfb_copyarea()
1798 if (modded.sy + modded.height > vyres) in cirrusfb_copyarea()
1799 modded.height = vyres - modded.sy; in cirrusfb_copyarea()
1800 if (modded.dy + modded.height > vyres) in cirrusfb_copyarea()
1801 modded.height = vyres - modded.dy; in cirrusfb_copyarea()