vxres              59 arch/arm/mach-omap1/include/mach/lcd_dma.h extern void omap_set_lcd_dma_b1_vxres(unsigned long vxres);
vxres              58 arch/arm/mach-omap1/lcd_dma.c 	int vxres;
vxres             109 arch/arm/mach-omap1/lcd_dma.c void omap_set_lcd_dma_b1_vxres(unsigned long vxres)
vxres             115 arch/arm/mach-omap1/lcd_dma.c 	lcd_dma.vxres = vxres;
vxres             137 arch/arm/mach-omap1/lcd_dma.c 	unsigned long vxres;
vxres             155 arch/arm/mach-omap1/lcd_dma.c 	vxres = lcd_dma.vxres ? lcd_dma.vxres : lcd_dma.xres;
vxres             158 arch/arm/mach-omap1/lcd_dma.c 	BUG_ON(vxres < lcd_dma.xres);
vxres             161 arch/arm/mach-omap1/lcd_dma.c 		((y) * vxres * yscale + (x) * xscale) * es)
vxres             268 arch/arm/mach-omap1/lcd_dma.c 	      lcd_dma.vxres || lcd_dma.xscale || lcd_dma.yscale))
vxres             317 arch/arm/mach-omap1/lcd_dma.c 	lcd_dma.vxres = 0;
vxres             718 drivers/video/fbdev/amifb.c 	int vxres;		/* vmode */
vxres            1150 drivers/video/fbdev/amifb.c 	if ((par->vxres = var->xres_virtual) < par->xres)
vxres            1151 drivers/video/fbdev/amifb.c 		par->vxres = par->xres;
vxres            1439 drivers/video/fbdev/amifb.c 		par->next_plane = div8(upx(16 << maxfmode, par->vxres));
vxres            1446 drivers/video/fbdev/amifb.c 		par->next_line = div8(upx(16 << maxfmode, par->vxres));
vxres            1490 drivers/video/fbdev/amifb.c 			if (par->xoffset > upx(16 << maxfmode, par->vxres - par->xres) ||
vxres            1521 drivers/video/fbdev/amifb.c 	var->xres_virtual = par->vxres;
vxres            2420 drivers/video/fbdev/amifb.c 	info->fix.line_length = div8(upx(16 << maxfmode, par->vxres));
vxres             426 drivers/video/fbdev/aty/aty128fb.c 	u32 vxres, vyres;
vxres            1043 drivers/video/fbdev/aty/aty128fb.c 	u32 xres, yres, vxres, vyres, xoffset, yoffset, bpp, dst;
vxres            1053 drivers/video/fbdev/aty/aty128fb.c 	vxres   = var->xres_virtual;
vxres            1081 drivers/video/fbdev/aty/aty128fb.c 	if (vxres < xres + xoffset)
vxres            1082 drivers/video/fbdev/aty/aty128fb.c 		vxres = xres + xoffset;
vxres            1099 drivers/video/fbdev/aty/aty128fb.c 	if ((u32)(vxres * vyres * bytpp) > par->vram_size) {
vxres            1147 drivers/video/fbdev/aty/aty128fb.c 	crtc->pitch = vxres >> 3;
vxres            1156 drivers/video/fbdev/aty/aty128fb.c 	crtc->vxres = vxres;
vxres            1270 drivers/video/fbdev/aty/aty128fb.c 	var->xres_virtual = crtc->vxres;
vxres            1533 drivers/video/fbdev/aty/aty128fb.c 	info->fix.line_length = (par->crtc.vxres * par->crtc.bpp) >> 3;
vxres            1549 drivers/video/fbdev/aty/aty128fb.c 			     par->crtc.vxres*par->crtc.bpp/8);
vxres            1638 drivers/video/fbdev/aty/aty128fb.c 	if (xoffset+xres > par->crtc.vxres || yoffset+yres > par->crtc.vyres)
vxres            1644 drivers/video/fbdev/aty/aty128fb.c 	offset = ((yoffset * par->crtc.vxres + xoffset) * (par->crtc.bpp >> 3))
vxres              13 drivers/video/fbdev/aty/atyfb.h 	u32 vxres;
vxres             788 drivers/video/fbdev/aty/atyfb_base.c static u32 calc_line_length(struct atyfb_par *par, u32 vxres, u32 bpp)
vxres             790 drivers/video/fbdev/aty/atyfb_base.c 	u32 line_length = vxres * bpp / 8;
vxres             804 drivers/video/fbdev/aty/atyfb_base.c 	u32 xres, yres, vxres, vyres, xoffset, yoffset, bpp;
vxres             814 drivers/video/fbdev/aty/atyfb_base.c 	vxres = (var->xres_virtual + 7) & ~7;
vxres             825 drivers/video/fbdev/aty/atyfb_base.c 	if (vxres < xres + xoffset)
vxres             826 drivers/video/fbdev/aty/atyfb_base.c 		vxres = xres + xoffset;
vxres             866 drivers/video/fbdev/aty/atyfb_base.c 	line_length = calc_line_length(par, vxres, bpp);
vxres            1003 drivers/video/fbdev/aty/atyfb_base.c 	crtc->vxres = vxres;
vxres            1254 drivers/video/fbdev/aty/atyfb_base.c 	var->xres_virtual = crtc->vxres;
vxres            1454 drivers/video/fbdev/aty/atyfb_base.c 		par->crtc.vxres * var->bits_per_pixel / 8);
vxres            1734 drivers/video/fbdev/aty/atyfb_base.c 	if (xoffset + xres > par->crtc.vxres ||
vxres            1820 drivers/video/fbdev/aty/atyfb_base.c 		fbtyp.fb_width = par->crtc.vxres;
vxres            3040 drivers/video/fbdev/aty/atyfb_base.c 		crtc.vxres = of_getintprop_default(dp, "width", 1024);
vxres              70 drivers/video/fbdev/aty/mach64_accel.c 	u32 vxres;
vxres              74 drivers/video/fbdev/aty/mach64_accel.c 	vxres = info->var.xres_virtual;
vxres              80 drivers/video/fbdev/aty/mach64_accel.c 		vxres *= 3;
vxres             143 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(SC_RIGHT, vxres - 1, par);
vxres              72 drivers/video/fbdev/aty/radeon_accel.c 	int vxres, vyres;
vxres              83 drivers/video/fbdev/aty/radeon_accel.c 	vxres = info->var.xres_virtual;
vxres              89 drivers/video/fbdev/aty/radeon_accel.c 	   modded.dx >= vxres || modded.dy >= vyres)
vxres              92 drivers/video/fbdev/aty/radeon_accel.c 	if(modded.dx + modded.width  > vxres) modded.width  = vxres - modded.dx;
vxres             139 drivers/video/fbdev/aty/radeon_accel.c 	u32 vxres, vyres;
vxres             156 drivers/video/fbdev/aty/radeon_accel.c 	vxres = info->var.xres_virtual;
vxres             160 drivers/video/fbdev/aty/radeon_accel.c 	   modded.sx >= vxres || modded.sy >= vyres ||
vxres             161 drivers/video/fbdev/aty/radeon_accel.c 	   modded.dx >= vxres || modded.dy >= vyres)
vxres             164 drivers/video/fbdev/aty/radeon_accel.c 	if(modded.sx + modded.width > vxres)  modded.width = vxres - modded.sx;
vxres             165 drivers/video/fbdev/aty/radeon_accel.c 	if(modded.dx + modded.width > vxres)  modded.width = vxres - modded.dx;
vxres            1734 drivers/video/fbdev/cirrusfb.c 	int vxres, vyres;
vxres            1747 drivers/video/fbdev/cirrusfb.c 	vxres = info->var.xres_virtual;
vxres            1753 drivers/video/fbdev/cirrusfb.c 	   modded.dx >= vxres || modded.dy >= vyres)
vxres            1756 drivers/video/fbdev/cirrusfb.c 	if (modded.dx + modded.width  > vxres)
vxres            1757 drivers/video/fbdev/cirrusfb.c 		modded.width  = vxres - modded.dx;
vxres            1773 drivers/video/fbdev/cirrusfb.c 	u32 vxres, vyres;
vxres            1784 drivers/video/fbdev/cirrusfb.c 	vxres = info->var.xres_virtual;
vxres            1789 drivers/video/fbdev/cirrusfb.c 	   modded.sx >= vxres || modded.sy >= vyres ||
vxres            1790 drivers/video/fbdev/cirrusfb.c 	   modded.dx >= vxres || modded.dy >= vyres)
vxres            1793 drivers/video/fbdev/cirrusfb.c 	if (modded.sx + modded.width > vxres)
vxres            1794 drivers/video/fbdev/cirrusfb.c 		modded.width = vxres - modded.sx;
vxres            1795 drivers/video/fbdev/cirrusfb.c 	if (modded.dx + modded.width > vxres)
vxres            1796 drivers/video/fbdev/cirrusfb.c 		modded.width = vxres - modded.dx;
vxres              60 drivers/video/fbdev/controlfb.c 	int	vxres, vyres;
vxres              84 drivers/video/fbdev/controlfb.c 		&& !DIRTY(vxres) && !DIRTY(vyres));
vxres             270 drivers/video/fbdev/controlfb.c 	if (xoffset+par->xres > par->vxres ||
vxres             876 drivers/video/fbdev/controlfb.c 	par->vxres = (var->xres_virtual + hstep) & ~hstep;
vxres             878 drivers/video/fbdev/controlfb.c 	if (par->vxres < par->xres)
vxres             879 drivers/video/fbdev/controlfb.c 		par->vxres = par->xres;
vxres             880 drivers/video/fbdev/controlfb.c 	par->pitch = par->vxres << par->cmode;
vxres             893 drivers/video/fbdev/controlfb.c 	if (par->xoffset + par->xres > par->vxres)
vxres             894 drivers/video/fbdev/controlfb.c 		par->xoffset = par->vxres - par->xres;
vxres             964 drivers/video/fbdev/controlfb.c 	var->xres_virtual = par->vxres;
vxres              53 drivers/video/fbdev/core/fbcon_cw.c 	u32 vxres = GETVXRES(ops->p->scrollmode, info);
vxres              55 drivers/video/fbdev/core/fbcon_cw.c 	area.sx = vxres - ((sy + height) * vc->vc_font.height);
vxres              57 drivers/video/fbdev/core/fbcon_cw.c 	area.dx = vxres - ((dy + height) * vc->vc_font.height);
vxres              71 drivers/video/fbdev/core/fbcon_cw.c 	u32 vxres = GETVXRES(ops->p->scrollmode, info);
vxres              74 drivers/video/fbdev/core/fbcon_cw.c 	region.dx = vxres - ((sy + height) * vc->vc_font.height);
vxres             128 drivers/video/fbdev/core/fbcon_cw.c 	u32 vxres = GETVXRES(ops->p->scrollmode, info);
vxres             135 drivers/video/fbdev/core/fbcon_cw.c 	image.dx = vxres - ((yy + 1) * vc->vc_font.height);
vxres             215 drivers/video/fbdev/core/fbcon_cw.c 	u32 vxres = GETVXRES(ops->p->scrollmode, info);
vxres             269 drivers/video/fbdev/core/fbcon_cw.c 	dx = vxres - ((y * vc->vc_font.height) + vc->vc_font.height);
vxres             381 drivers/video/fbdev/core/fbcon_cw.c 	u32 vxres = GETVXRES(ops->p->scrollmode, info);
vxres             385 drivers/video/fbdev/core/fbcon_cw.c 	xoffset = vxres - (info->var.xres + ops->var.yoffset);
vxres              54 drivers/video/fbdev/core/fbcon_ud.c 	u32 vxres = GETVXRES(ops->p->scrollmode, info);
vxres              57 drivers/video/fbdev/core/fbcon_ud.c 	area.sx = vxres - ((sx + width) * vc->vc_font.width);
vxres              59 drivers/video/fbdev/core/fbcon_ud.c 	area.dx = vxres - ((dx + width) * vc->vc_font.width);
vxres              73 drivers/video/fbdev/core/fbcon_ud.c 	u32 vxres = GETVXRES(ops->p->scrollmode, info);
vxres              77 drivers/video/fbdev/core/fbcon_ud.c 	region.dx = vxres - ((sx + width) *  vc->vc_font.width);
vxres             166 drivers/video/fbdev/core/fbcon_ud.c 	u32 vxres = GETVXRES(ops->p->scrollmode, info);
vxres             174 drivers/video/fbdev/core/fbcon_ud.c 	image.dx = vxres - ((xx + count) * vc->vc_font.width);
vxres             263 drivers/video/fbdev/core/fbcon_ud.c 	u32 vxres = GETVXRES(ops->p->scrollmode, info);
vxres             318 drivers/video/fbdev/core/fbcon_ud.c 	dx = vxres - ((vc->vc_x * vc->vc_font.width) + vc->vc_font.width);
vxres             423 drivers/video/fbdev/core/fbcon_ud.c 	u32 vxres = GETVXRES(ops->p->scrollmode, info);
vxres             426 drivers/video/fbdev/core/fbcon_ud.c 	xoffset = vxres - info->var.xres - ops->var.xoffset;
vxres             179 drivers/video/fbdev/fb-puv3.c 	int vxres, vyres;
vxres             186 drivers/video/fbdev/fb-puv3.c 	vxres = info->var.xres_virtual;
vxres             192 drivers/video/fbdev/fb-puv3.c 	    modded.dx >= vxres || modded.dy >= vyres)
vxres             195 drivers/video/fbdev/fb-puv3.c 	if (modded.dx + modded.width > vxres)
vxres             196 drivers/video/fbdev/fb-puv3.c 		modded.width = vxres - modded.dx;
vxres             285 drivers/video/fbdev/fb-puv3.c 	u32 vxres, vyres;
vxres             298 drivers/video/fbdev/fb-puv3.c 	vxres = info->var.xres_virtual;
vxres             302 drivers/video/fbdev/fb-puv3.c 	    modded.sx >= vxres || modded.sy >= vyres ||
vxres             303 drivers/video/fbdev/fb-puv3.c 	    modded.dx >= vxres || modded.dy >= vyres)
vxres             306 drivers/video/fbdev/fb-puv3.c 	if (modded.sx + modded.width > vxres)
vxres             307 drivers/video/fbdev/fb-puv3.c 		modded.width = vxres - modded.sx;
vxres             308 drivers/video/fbdev/fb-puv3.c 	if (modded.dx + modded.width > vxres)
vxres             309 drivers/video/fbdev/fb-puv3.c 		modded.width = vxres - modded.dx;
vxres             402 drivers/video/fbdev/i740fb.c 	u32 vxres, xoffset, vyres, yoffset;
vxres             463 drivers/video/fbdev/i740fb.c 	vxres = ALIGN(var->xres_virtual, 16);
vxres             464 drivers/video/fbdev/i740fb.c 	if (vxres < xres)
vxres             465 drivers/video/fbdev/i740fb.c 		vxres = xres;
vxres             468 drivers/video/fbdev/i740fb.c 	if (xres + xoffset > vxres)
vxres             469 drivers/video/fbdev/i740fb.c 		xoffset = vxres - xres;
vxres             488 drivers/video/fbdev/i740fb.c 	mem = vxres * vyres * ((bpp + 1) / 8);
vxres             582 drivers/video/fbdev/i740fb.c 	base = (yoffset * vxres + (xoffset & ~7)) >> 2;
vxres             585 drivers/video/fbdev/i740fb.c 		par->crtc[VGA_CRTC_OFFSET] = vxres >> 3;
vxres             586 drivers/video/fbdev/i740fb.c 		par->ext_offset = vxres >> 11;
vxres             594 drivers/video/fbdev/i740fb.c 		par->crtc[VGA_CRTC_OFFSET] = vxres >> 2;
vxres             595 drivers/video/fbdev/i740fb.c 		par->ext_offset = vxres >> 10;
vxres             600 drivers/video/fbdev/i740fb.c 		par->crtc[VGA_CRTC_OFFSET] = (vxres * 3) >> 3;
vxres             601 drivers/video/fbdev/i740fb.c 		par->ext_offset = (vxres * 3) >> 11;
vxres             608 drivers/video/fbdev/i740fb.c 		par->crtc[VGA_CRTC_OFFSET] = vxres >> 1;
vxres             609 drivers/video/fbdev/i740fb.c 		par->ext_offset = vxres >> 9;
vxres             873 drivers/video/fbdev/i810/i810_main.c 	u32 xres, yres, vxres, vyres;
vxres             881 drivers/video/fbdev/i810/i810_main.c 	vxres = var->xres_virtual;
vxres             899 drivers/video/fbdev/i810/i810_main.c 	if (vxres < xres) 
vxres             900 drivers/video/fbdev/i810/i810_main.c 		vxres = xres;
vxres             927 drivers/video/fbdev/i810/i810_main.c 	var->xres_virtual = vxres;
vxres             996 drivers/video/fbdev/i810/i810_main.c 	u32 vyres = var->yres_virtual, vxres = var->xres_virtual;
vxres            1001 drivers/video/fbdev/i810/i810_main.c 	line_length = get_line_length(par, vxres, var->bits_per_pixel);
vxres            1008 drivers/video/fbdev/i810/i810_main.c 			vxres = par->fb.size/vyres;
vxres            1009 drivers/video/fbdev/i810/i810_main.c 			vxres /= var->bits_per_pixel >> 3;
vxres            1010 drivers/video/fbdev/i810/i810_main.c 			line_length = get_line_length(par, vxres, 
vxres            1013 drivers/video/fbdev/i810/i810_main.c 			if (vxres < var->xres) {
vxres            1017 drivers/video/fbdev/i810/i810_main.c 				       vidmem, vxres, vyres, 
vxres            1024 drivers/video/fbdev/i810/i810_main.c 	var->xres_virtual = vxres;
vxres            1139 drivers/video/fbdev/i810/i810_main.c 	u32 xres, yres, vxres, vyres;
vxres            1143 drivers/video/fbdev/i810/i810_main.c 	vxres = var->xres_virtual;
vxres            1183 drivers/video/fbdev/i810/i810_main.c 	par->pitch = get_line_length(par, vxres, var->bits_per_pixel);
vxres             680 drivers/video/fbdev/matrox/matroxfb_DAC1064.c 	minfo->capable.vxres = vxres_mystique;
vxres             869 drivers/video/fbdev/matrox/matroxfb_DAC1064.c 	minfo->capable.vxres = vxres_g100;
vxres             698 drivers/video/fbdev/matrox/matroxfb_Ti3026.c 	minfo->capable.vxres = isMilleniumII(minfo) ? vxres_mill2 : vxres_mill1;
vxres             208 drivers/video/fbdev/matrox/matroxfb_accel.c static void matrox_accel_bmove(struct matrox_fb_info *minfo, int vxres, int sy,
vxres             223 drivers/video/fbdev/matrox/matroxfb_accel.c 		mga_outl(M_AR5, vxres);
vxres             225 drivers/video/fbdev/matrox/matroxfb_accel.c 		start = sy*vxres+sx+curr_ydstorg(minfo);
vxres             232 drivers/video/fbdev/matrox/matroxfb_accel.c 		mga_outl(M_AR5, -vxres);
vxres             234 drivers/video/fbdev/matrox/matroxfb_accel.c 		end = (sy+height-1)*vxres+sx+curr_ydstorg(minfo);
vxres             249 drivers/video/fbdev/matrox/matroxfb_accel.c static void matrox_accel_bmove_lin(struct matrox_fb_info *minfo, int vxres,
vxres             265 drivers/video/fbdev/matrox/matroxfb_accel.c 		mga_outl(M_AR5, vxres);
vxres             267 drivers/video/fbdev/matrox/matroxfb_accel.c 		start = sy*vxres+sx+curr_ydstorg(minfo);
vxres             274 drivers/video/fbdev/matrox/matroxfb_accel.c 		mga_outl(M_AR5, -vxres);
vxres             276 drivers/video/fbdev/matrox/matroxfb_accel.c 		end = (sy+height-1)*vxres+sx+curr_ydstorg(minfo);
vxres             285 drivers/video/fbdev/matrox/matroxfb_accel.c 	mga_outl(M_YDST, dy*vxres >> 5);
vxres             490 drivers/video/fbdev/matrox/matroxfb_base.c 	width = minfo->capable.vxres;
vxres             426 drivers/video/fbdev/matrox/matroxfb_base.h 		const int*	vxres;
vxres             197 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c 	int x2, y2, vxres, vyres;
vxres             202 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c 	vxres = info->var.xres_virtual;
vxres             204 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c 	x2 = min(x2, vxres);
vxres             256 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c 	u32 x2, y2, vxres, vyres, height, width, fg;
vxres             259 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c 	vxres = info->var.xres_virtual;
vxres             262 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c 	if (!rect->width || !rect->height || rect->dx > vxres
vxres             270 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c 	x2 = min(x2, vxres);
vxres            1920 drivers/video/fbdev/omap/omapfb_main.c module_param_named(vxres, def_vxres, long, 0664);
vxres              48 drivers/video/fbdev/platinumfb.c 	int				vxres, vyres;
vxres             479 drivers/video/fbdev/platinumfb.c 	pinfo->vxres = pinfo->xres;
vxres            1050 drivers/video/fbdev/pm2fb.c 	int vxres, vyres;
vxres            1062 drivers/video/fbdev/pm2fb.c 	vxres = info->var.xres_virtual;
vxres            1068 drivers/video/fbdev/pm2fb.c 	    modded.dx >= vxres || modded.dy >= vyres)
vxres            1071 drivers/video/fbdev/pm2fb.c 	if (modded.dx + modded.width  > vxres)
vxres            1072 drivers/video/fbdev/pm2fb.c 		modded.width  = vxres - modded.dx;
vxres            1108 drivers/video/fbdev/pm2fb.c 	u32 vxres, vyres;
vxres            1119 drivers/video/fbdev/pm2fb.c 	vxres = info->var.xres_virtual;
vxres            1123 drivers/video/fbdev/pm2fb.c 	    modded.sx >= vxres || modded.sy >= vyres ||
vxres            1124 drivers/video/fbdev/pm2fb.c 	    modded.dx >= vxres || modded.dy >= vyres)
vxres            1127 drivers/video/fbdev/pm2fb.c 	if (modded.sx + modded.width > vxres)
vxres            1128 drivers/video/fbdev/pm2fb.c 		modded.width = vxres - modded.sx;
vxres            1129 drivers/video/fbdev/pm2fb.c 	if (modded.dx + modded.width > vxres)
vxres            1130 drivers/video/fbdev/pm2fb.c 		modded.width = vxres - modded.dx;
vxres             380 drivers/video/fbdev/pm3fb.c 	int vxres, vyres;
vxres             397 drivers/video/fbdev/pm3fb.c 	vxres = info->var.xres_virtual;
vxres             403 drivers/video/fbdev/pm3fb.c 	    modded.dx >= vxres || modded.dy >= vyres)
vxres             406 drivers/video/fbdev/pm3fb.c 	if (modded.dx + modded.width  > vxres)
vxres             407 drivers/video/fbdev/pm3fb.c 		modded.width  = vxres - modded.dx;
vxres             444 drivers/video/fbdev/pm3fb.c 	u32 vxres, vyres;
vxres             456 drivers/video/fbdev/pm3fb.c 	vxres = info->var.xres_virtual;
vxres             460 drivers/video/fbdev/pm3fb.c 	    modded.sx >= vxres || modded.sy >= vyres ||
vxres             461 drivers/video/fbdev/pm3fb.c 	    modded.dx >= vxres || modded.dy >= vyres)
vxres             464 drivers/video/fbdev/pm3fb.c 	if (modded.sx + modded.width > vxres)
vxres             465 drivers/video/fbdev/pm3fb.c 		modded.width = vxres - modded.sx;
vxres             466 drivers/video/fbdev/pm3fb.c 	if (modded.dx + modded.width > vxres)
vxres             467 drivers/video/fbdev/pm3fb.c 		modded.width = vxres - modded.dx;
vxres             309 drivers/video/fbdev/sis/sis_accel.c 	u32 vxres = info->var.xres_virtual;
vxres             322 drivers/video/fbdev/sis/sis_accel.c 	if(!rect->width || !rect->height || rect->dx >= vxres || rect->dy >= vyres)
vxres             326 drivers/video/fbdev/sis/sis_accel.c 	width = ((rect->dx + rect->width) > vxres) ? (vxres - rect->dx) : rect->width;
vxres             359 drivers/video/fbdev/sis/sis_accel.c 	u32 vxres = info->var.xres_virtual;
vxres             374 drivers/video/fbdev/sis/sis_accel.c 	   area->sx >= vxres || area->sy >= vyres ||
vxres             375 drivers/video/fbdev/sis/sis_accel.c 	   area->dx >= vxres || area->dy >= vyres)
vxres             379 drivers/video/fbdev/sis/sis_accel.c 	if((area->sx + width) > vxres) width = vxres - area->sx;
vxres             380 drivers/video/fbdev/sis/sis_accel.c 	if((area->dx + width) > vxres) width = vxres - area->dx;
vxres             623 drivers/video/fbdev/tgafb.c 	u32 fgcolor, bgcolor, dx, dy, width, height, vxres, vyres, pixelmask;
vxres             636 drivers/video/fbdev/tgafb.c 	vxres = info->var.xres_virtual;
vxres             645 drivers/video/fbdev/tgafb.c 	if (dx > vxres || dy > vyres)
vxres             647 drivers/video/fbdev/tgafb.c 	if (dx + width > vxres)
vxres             648 drivers/video/fbdev/tgafb.c 		width = vxres - dx;
vxres             836 drivers/video/fbdev/tgafb.c 	u32 color, dx, dy, width, height, vxres, vyres;
vxres             846 drivers/video/fbdev/tgafb.c 	vxres = info->var.xres_virtual;
vxres             851 drivers/video/fbdev/tgafb.c 	if (dx > vxres || dy > vyres)
vxres             853 drivers/video/fbdev/tgafb.c 	if (dx + width > vxres)
vxres             854 drivers/video/fbdev/tgafb.c 		width = vxres - dx;
vxres             924 drivers/video/fbdev/tgafb.c 	u32 dx, dy, width, height, vxres, vyres, color;
vxres             933 drivers/video/fbdev/tgafb.c 	vxres = info->var.xres_virtual;
vxres             940 drivers/video/fbdev/tgafb.c 	if (dx > vxres || dy > vyres || !width || !height)
vxres             942 drivers/video/fbdev/tgafb.c 	if (dx + width > vxres)
vxres             943 drivers/video/fbdev/tgafb.c 		width = vxres - dx;
vxres            1253 drivers/video/fbdev/tgafb.c 	unsigned long dx, dy, width, height, sx, sy, vxres, vyres;
vxres            1262 drivers/video/fbdev/tgafb.c 	vxres = info->var.xres_virtual;
vxres            1267 drivers/video/fbdev/tgafb.c 	if (dx > vxres || sx > vxres || dy > vyres || sy > vyres)
vxres            1271 drivers/video/fbdev/tgafb.c 	if (dx + width > vxres)
vxres            1272 drivers/video/fbdev/tgafb.c 		width = vxres - dx;
vxres            1277 drivers/video/fbdev/tgafb.c 	if (sx + width > vxres || sy + height > vyres)
vxres              72 drivers/video/fbdev/valkyriefb.c 	int	vxres, vyres;
vxres             504 drivers/video/fbdev/valkyriefb.c 	par->vxres = par->xres;
vxres             534 drivers/video/fbdev/valkyriefb.c 	fix->line_length = par->vxres << par->cmode;
vxres             318 drivers/video/fbdev/vga16fb.c 	u32 vxres, xoffset, vyres, yoffset;
vxres             355 drivers/video/fbdev/vga16fb.c 	vxres = (var->xres_virtual + 0xF) & ~0xF;
vxres             361 drivers/video/fbdev/vga16fb.c 	if (vxres < xres)
vxres             362 drivers/video/fbdev/vga16fb.c 		vxres = xres;
vxres             363 drivers/video/fbdev/vga16fb.c 	if (xres + xoffset > vxres)
vxres             364 drivers/video/fbdev/vga16fb.c 		xoffset = vxres - xres;
vxres             370 drivers/video/fbdev/vga16fb.c 	var->xres_virtual = vxres;
vxres             377 drivers/video/fbdev/vga16fb.c 	vxres >>= shift;
vxres             406 drivers/video/fbdev/vga16fb.c 	if (vxres * vyres > maxmem) {
vxres             407 drivers/video/fbdev/vga16fb.c 		vyres = maxmem / vxres;
vxres             452 drivers/video/fbdev/vga16fb.c 	pos = yoffset * vxres + (xoffset >> shift);
vxres             477 drivers/video/fbdev/vga16fb.c 	if (vxres >= 512)
vxres             479 drivers/video/fbdev/vga16fb.c 	par->crtc[VGA_CRTC_OFFSET] = vxres >> 1;
vxres             883 drivers/video/fbdev/vga16fb.c 	int x, x2, y2, vxres, vyres, width, height, line_ofs;
vxres             886 drivers/video/fbdev/vga16fb.c 	vxres = info->var.xres_virtual;
vxres             889 drivers/video/fbdev/vga16fb.c 	if (!rect->width || !rect->height || rect->dx > vxres || rect->dy > vyres)
vxres             897 drivers/video/fbdev/vga16fb.c 	x2 = x2 < vxres ? x2 : vxres;
vxres            1014 drivers/video/fbdev/vga16fb.c 	int x, x2, y2, old_dx, old_dy, vxres, vyres;
vxres            1019 drivers/video/fbdev/vga16fb.c 	vxres = info->var.xres_virtual;
vxres            1022 drivers/video/fbdev/vga16fb.c 	if (area->dx > vxres || area->sx > vxres || area->dy > vyres ||
vxres            1038 drivers/video/fbdev/vga16fb.c 	x2 = x2 < vxres ? x2 : vxres;
vxres            1051 drivers/video/fbdev/vga16fb.c 	if (sx + width > vxres || sy + height > vyres)