Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcon.c184 static void fbcon_redraw_move(struct vc_data *vc, struct fbcon_display *p,
1470 fbcon_redraw_move(vc, p, t + count, vc->vc_rows - count, t); in ypan_up_redraw()
1518 fbcon_redraw_move(vc, p, t, vc->vc_rows - count, t + count); in ypan_down_redraw()
1532 static void fbcon_redraw_move(struct vc_data *vc, struct fbcon_display *p, in fbcon_redraw_move() function
1795 fbcon_redraw_move(vc, p, 0, t, count); in fbcon_scroll()
1798 fbcon_redraw_move(vc, p, b, in fbcon_scroll()
1801 fbcon_redraw_move(vc, p, t + count, b - t - count, t); in fbcon_scroll()
1904 fbcon_redraw_move(vc, p, b, vc->vc_rows - b, in fbcon_scroll()
1908 fbcon_redraw_move(vc, p, count, t, 0); in fbcon_scroll()
1910 fbcon_redraw_move(vc, p, t, b - t - count, t + count); in fbcon_scroll()