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.c2093 int x_diff, y_diff, virt_w, virt_h, virt_fw, virt_fh; in fbcon_resize()
2110 virt_h = FBCON_SWAP(par->rotate, height, width); in fbcon_switch()
2114 var.yres = virt_h * virt_fh; in fbcon_switch()
2128 if (virt_w > var.xres/virt_fw || virt_h > var.yres/virt_fh) in fbcon_switch()
2049 int x_diff, y_diff, virt_w, virt_h, virt_fw, virt_fh; fbcon_resize() local