Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/fbdev/core/
Dfbcon.c1407 static int scrollback_max = 0; variable
1491 scrollback_max += count; in ywrap_up()
1492 if (scrollback_max > scrollback_phys_max) in ywrap_up()
1493 scrollback_max = scrollback_phys_max; in ywrap_up()
1510 scrollback_max -= count; in ywrap_down()
1511 if (scrollback_max < 0) in ywrap_down()
1512 scrollback_max = 0; in ywrap_down()
1534 scrollback_max += count; in ypan_up()
1535 if (scrollback_max > scrollback_phys_max) in ypan_up()
1536 scrollback_max = scrollback_phys_max; in ypan_up()
[all …]