Searched refs:fbcon_redraw_move (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | fbcon.c | 201 static void fbcon_redraw_move(struct vc_data *vc, struct fbcon_display *p, 1499 fbcon_redraw_move(vc, p, t + count, vc->vc_rows - count, t); in ypan_up_redraw() 1547 fbcon_redraw_move(vc, p, t, vc->vc_rows - count, t + count); in ypan_down_redraw() 1561 static void fbcon_redraw_move(struct vc_data *vc, struct fbcon_display *p, in fbcon_redraw_move() function 1760 fbcon_redraw_move(vc, p, 0, t, count); in fbcon_scroll() 1763 fbcon_redraw_move(vc, p, b, in fbcon_scroll() 1766 fbcon_redraw_move(vc, p, t + count, b - t - count, t); in fbcon_scroll() 1869 fbcon_redraw_move(vc, p, b, vc->vc_rows - b, in fbcon_scroll() 1873 fbcon_redraw_move(vc, p, count, t, 0); in fbcon_scroll() 1875 fbcon_redraw_move(v in fbcon_scroll() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | fbcon.c | 184 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(v in fbcon_scroll() [all...] |
Completed in 10 milliseconds