Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/matrox/
Dmatroxfb_accel.c104 static void matroxfb_copyarea(struct fb_info* info, const struct fb_copyarea* area);
142 minfo->fbops.fb_copyarea = matroxfb_copyarea; in matrox_cfbX_init()
153 minfo->fbops.fb_copyarea = matroxfb_copyarea; in matrox_cfbX_init()
161 minfo->fbops.fb_copyarea = matroxfb_copyarea; in matrox_cfbX_init()
169 minfo->fbops.fb_copyarea = matroxfb_copyarea; in matrox_cfbX_init()
300 static void matroxfb_copyarea(struct fb_info* info, const struct fb_copyarea* area) { in matroxfb_copyarea() function