Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/video/fbdev/core/
Dfbcon.c1350 static int scrollback_phys_max = 0; variable
1434 if (scrollback_max > scrollback_phys_max) in ywrap_up()
1435 scrollback_max = scrollback_phys_max; in ywrap_up()
1477 if (scrollback_max > scrollback_phys_max) in ypan_up()
1478 scrollback_max = scrollback_phys_max; in ypan_up()
1501 if (scrollback_max > scrollback_phys_max) in ypan_up_redraw()
1502 scrollback_max = scrollback_phys_max; in ypan_up_redraw()
2165 scrollback_phys_max = p->vrows - vc->vc_rows; in fbcon_switch()
2169 scrollback_phys_max = p->vrows - 2 * vc->vc_rows; in fbcon_switch()
2170 if (scrollback_phys_max < 0) in fbcon_switch()
[all …]