Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/console/
Dfbcon.c1336 static int scrollback_phys_max = 0; variable
1422 if (scrollback_max > scrollback_phys_max) in ywrap_up()
1423 scrollback_max = scrollback_phys_max; in ywrap_up()
1465 if (scrollback_max > scrollback_phys_max) in ypan_up()
1466 scrollback_max = scrollback_phys_max; in ypan_up()
1489 if (scrollback_max > scrollback_phys_max) in ypan_up_redraw()
1490 scrollback_max = scrollback_phys_max; in ypan_up_redraw()
2262 scrollback_phys_max = p->vrows - vc->vc_rows; in fbcon_switch()
2266 scrollback_phys_max = p->vrows - 2 * vc->vc_rows; in fbcon_switch()
2267 if (scrollback_phys_max < 0) in fbcon_switch()
[all …]