Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcon.c1329 static int scrollback_phys_max = 0; variable
1412 if (scrollback_max > scrollback_phys_max) in ywrap_up()
1413 scrollback_max = scrollback_phys_max; in ywrap_up()
1455 if (scrollback_max > scrollback_phys_max) in ypan_up()
1456 scrollback_max = scrollback_phys_max; in ypan_up()
1479 if (scrollback_max > scrollback_phys_max) in ypan_up_redraw()
1480 scrollback_max = scrollback_phys_max; in ypan_up_redraw()
2150 scrollback_phys_max = p->vrows - vc->vc_rows; in fbcon_switch()
2155 if (scrollback_phys_max < 0) in fbcon_switch()
2156 scrollback_phys_max = 0; in fbcon_switch()
[all …]