Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/video/fbdev/core/
Dfbcon.c1330 static int scrollback_max = 0; variable
1411 scrollback_max += count; in ywrap_up()
1412 if (scrollback_max > scrollback_phys_max) in ywrap_up()
1413 scrollback_max = scrollback_phys_max; in ywrap_up()
1430 scrollback_max -= count; in ywrap_down()
1431 if (scrollback_max < 0) in ywrap_down()
1432 scrollback_max = 0; in ywrap_down()
1454 scrollback_max += count; in ypan_up()
1455 if (scrollback_max > scrollback_phys_max) in ypan_up()
1456 scrollback_max = scrollback_phys_max; in ypan_up()
[all …]