Home
last modified time | relevance | path

Searched refs:vrows (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dfbcon.c1292 y_break = p->vrows - p->yscroll; in fbcon_clear()
1434 if (p->yscroll >= p->vrows) /* Deal with wrap */ in ywrap_up()
1435 p->yscroll -= p->vrows; in ywrap_up()
1454 p->yscroll += p->vrows; in ywrap_down()
1472 if (p->yscroll > p->vrows - vc->vc_rows) { in ypan_up()
1473 ops->bmove(vc, info, p->vrows - vc->vc_rows, in ypan_up()
1475 p->yscroll -= p->vrows - vc->vc_rows; in ypan_up()
1497 if (p->yscroll > p->vrows - vc->vc_rows) { in ypan_up_redraw()
1498 p->yscroll -= p->vrows - vc->vc_rows; in ypan_up_redraw()
1521 ops->bmove(vc, info, 0, 0, p->vrows in ypan_down()
[all...]
H A Dfbcon.h37 int vrows; /* number of virtual rows */ member
236 int rows = p->vrows; in real_y()
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dfbcon.c1264 y_break = p->vrows - p->yscroll; in fbcon_clear()
1405 if (p->yscroll >= p->vrows) /* Deal with wrap */ in ywrap_up()
1406 p->yscroll -= p->vrows; in ywrap_up()
1425 p->yscroll += p->vrows; in ywrap_down()
1443 if (p->yscroll > p->vrows - vc->vc_rows) { in ypan_up()
1444 ops->bmove(vc, info, p->vrows - vc->vc_rows, in ypan_up()
1446 p->yscroll -= p->vrows - vc->vc_rows; in ypan_up()
1468 if (p->yscroll > p->vrows - vc->vc_rows) { in ypan_up_redraw()
1469 p->yscroll -= p->vrows - vc->vc_rows; in ypan_up_redraw()
1492 ops->bmove(vc, info, 0, 0, p->vrows in ypan_down()
[all...]
H A Dfbcon.h35 int vrows; /* number of virtual rows */ member
234 int rows = p->vrows; in real_y()

Completed in 8 milliseconds