Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
H A Dfbcon.c2021 int x_diff, y_diff, virt_w, virt_h, virt_fw, virt_fh; in fbcon_resize() local
2042 virt_h = FBCON_SWAP(ops->rotate, height, width); in fbcon_resize()
2048 var.yres = virt_h * virt_fh; in fbcon_resize()
2062 if (virt_w > var.xres/virt_fw || virt_h > var.yres/virt_fh) in fbcon_resize()