Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_accel.c105 static void matroxfb_copyarea(struct fb_info* info, const struct fb_copyarea* area);
143 minfo->fbops.fb_copyarea = matroxfb_copyarea; in matrox_cfbX_init()
154 minfo->fbops.fb_copyarea = matroxfb_copyarea; in matrox_cfbX_init()
162 minfo->fbops.fb_copyarea = matroxfb_copyarea; in matrox_cfbX_init()
170 minfo->fbops.fb_copyarea = matroxfb_copyarea; in matrox_cfbX_init()
301 static void matroxfb_copyarea(struct fb_info* info, const struct fb_copyarea* area) { in matroxfb_copyarea() function