Searched refs:virt_h (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dfbcon.c2101 int x_diff, y_diff, virt_w, virt_h, virt_fw, virt_fh; local
2104 virt_h = FBCON_SWAP(ops->rotate, height, width);
2110 var.yres = virt_h * virt_fh;
2124 if (virt_w > var.xres/virt_fw || virt_h > var.yres/virt_fh)

Completed in 119 milliseconds