Searched refs:update_start (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | artist.c | 492 bool update_start, int skip_pix, int max_pix) in draw_line() argument 506 if (update_start) { in draw_line() 618 static void draw_line_size(ARTISTState *s, bool update_start) in draw_line_size() argument 625 draw_line(s, startx, starty, endx, endy, update_start, -1, -1); in draw_line_size() 628 static void draw_line_xy(ARTISTState *s, bool update_start) in draw_line_xy() argument 677 static void draw_line_end(ARTISTState *s, bool update_start) in draw_line_end() argument 684 draw_line(s, startx, starty, endx, endy, update_start, -1, -1); in draw_line_end()
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | tileblit.c | 141 ops->update_start = tile_update_start; in fbcon_set_tileops()
|
H A D | fbcon.h | 66 int (*update_start)(struct fb_info *info); member
|
H A D | fbcon.c | 1412 ops->update_start(info); in ywrap_up() 1431 ops->update_start(info); in ywrap_down() 1454 ops->update_start(info); in ypan_up() 1478 ops->update_start(info); in ypan_up_redraw() 1502 ops->update_start(info); in ypan_down() 1526 ops->update_start(info); in ypan_down_redraw() 2170 ops->update_start(info); in fbcon_switch() 2699 ops->update_start(info); in fbcon_modechanged()
|
H A D | bitblit.c | 404 ops->update_start = bit_update_start; in fbcon_set_bitops()
|
H A D | fbcon_cw.c | 393 ops->update_start = cw_update_start; in fbcon_rotate_cw()
|
H A D | fbcon_ccw.c | 410 ops->update_start = ccw_update_start; in fbcon_rotate_ccw()
|
H A D | fbcon_ud.c | 437 ops->update_start = ud_update_start; in fbcon_rotate_ud()
|
/openbmc/linux/mm/ |
H A D | filemap.c | 2232 goto update_start; in filemap_get_folios_contig() 2256 update_start: in filemap_get_folios_contig()
|