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.c1347 static int scrollback_phys_max = 0; variable
1430 if (scrollback_max > scrollback_phys_max) in ywrap_up()
1431 scrollback_max = scrollback_phys_max; in ywrap_up()
1473 if (scrollback_max > scrollback_phys_max) in ypan_up()
1474 scrollback_max = scrollback_phys_max; in ypan_up()
1497 if (scrollback_max > scrollback_phys_max) in ypan_up_redraw()
1498 scrollback_max = scrollback_phys_max; in ypan_up_redraw()
2168 scrollback_phys_max = p->vrows - vc->vc_rows; in fbcon_switch()
2172 scrollback_phys_max = p->vrows - 2 * vc->vc_rows; in fbcon_switch()
2173 if (scrollback_phys_max < 0) in fbcon_switch()
[all …]