Home
last modified time | relevance | path

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

/linux-6.15/drivers/video/fbdev/core/
H A Dfbcon.c1348 static int scrollback_phys_max = 0; variable
1431 if (scrollback_max > scrollback_phys_max) in ywrap_up()
1432 scrollback_max = scrollback_phys_max; in ywrap_up()
1474 if (scrollback_max > scrollback_phys_max) in ypan_up()
1475 scrollback_max = scrollback_phys_max; in ypan_up()
1498 if (scrollback_max > scrollback_phys_max) in ypan_up_redraw()
1499 scrollback_max = scrollback_phys_max; in ypan_up_redraw()
2169 scrollback_phys_max = p->vrows - vc->vc_rows; in fbcon_switch()
2174 if (scrollback_phys_max < 0) in fbcon_switch()
2175 scrollback_phys_max = 0; in fbcon_switch()
[all …]