Home
last modified time | relevance | path

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

/linux-6.15/drivers/video/fbdev/core/
H A Dtileblit.c49 info->tileops->fb_tilefill(info, &rect); in tile_clear()
100 info->tileops->fb_tilefill(info, &rect); in tile_clear_margins()
111 info->tileops->fb_tilefill(info, &rect); in tile_clear_margins()
/linux-6.15/drivers/video/fbdev/
H A Ds3fb.c322 .fb_tilefill = svga_tilefill,
331 .fb_tilefill = svga_tilefill,
H A Dvt8623fb.c125 .fb_tilefill = svga_tilefill,
H A Darkfb.c158 .fb_tilefill = svga_tilefill,
/linux-6.15/include/linux/
H A Dfb.h385 void (*fb_tilefill)(struct fb_info *info, struct fb_tilerect *rect); member