Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
H A Dfbcon.c1383 static int scrollback_phys_max = 0; variable
1466 if (scrollback_max > scrollback_phys_max) in ywrap_up()
1467 scrollback_max = scrollback_phys_max; in ywrap_up()
1509 if (scrollback_max > scrollback_phys_max) in ypan_up()
1510 scrollback_max = scrollback_phys_max; in ypan_up()
1533 if (scrollback_max > scrollback_phys_max) in ypan_up_redraw()
1534 scrollback_max = scrollback_phys_max; in ypan_up_redraw()
2198 scrollback_phys_max = p->vrows - vc->vc_rows; in fbcon_switch()
2202 scrollback_phys_max = p->vrows - 2 * vc->vc_rows; in fbcon_switch()
2203 if (scrollback_phys_max < 0) in fbcon_switch()
[all …]