virt_h           2195 drivers/video/fbdev/core/fbcon.c 	int x_diff, y_diff, virt_w, virt_h, virt_fw, virt_fh;
virt_h           2198 drivers/video/fbdev/core/fbcon.c 	virt_h = FBCON_SWAP(ops->rotate, height, width);
virt_h           2204 drivers/video/fbdev/core/fbcon.c 	var.yres = virt_h * virt_fh;
virt_h           2218 drivers/video/fbdev/core/fbcon.c 		if (virt_w > var.xres/virt_fw || virt_h > var.yres/virt_fh)