Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/core/
Dfbcon.c1374 static int scrollback_max = 0; variable
1458 scrollback_max += count; in ywrap_up()
1459 if (scrollback_max > scrollback_phys_max) in ywrap_up()
1460 scrollback_max = scrollback_phys_max; in ywrap_up()
1477 scrollback_max -= count; in ywrap_down()
1478 if (scrollback_max < 0) in ywrap_down()
1479 scrollback_max = 0; in ywrap_down()
1501 scrollback_max += count; in ypan_up()
1502 if (scrollback_max > scrollback_phys_max) in ypan_up()
1503 scrollback_max = scrollback_phys_max; in ypan_up()
[all …]