Searched refs:fb_imageblit (Results 1 – 25 of 147) sorted by relevance
123456
| /linux/drivers/video/fbdev/matrox/ |
| A D | matroxfb_accel.c | 124 minfo->fbops.fb_imageblit = cfb_imageblit; in matrox_cfbX_init() 145 minfo->fbops.fb_imageblit = matroxfb_imageblit; in matrox_cfbX_init() 156 minfo->fbops.fb_imageblit = matroxfb_imageblit; in matrox_cfbX_init() 164 minfo->fbops.fb_imageblit = matroxfb_imageblit; in matrox_cfbX_init() 172 minfo->fbops.fb_imageblit = matroxfb_imageblit; in matrox_cfbX_init()
|
| /linux/drivers/video/fbdev/core/ |
| A D | softcursor.c | 74 info->fbops->fb_imageblit(info, image); in soft_cursor()
|
| A D | bitblit.c | 90 info->fbops->fb_imageblit(info, image); in bit_putcs_aligned() 124 info->fbops->fb_imageblit(info, image); in bit_putcs_unaligned()
|
| A D | fbcon_ud.c | 93 info->fbops->fb_imageblit(info, image); in ud_putcs_aligned() 127 info->fbops->fb_imageblit(info, image); in ud_putcs_unaligned()
|
| /linux/drivers/video/fbdev/ |
| A D | maxinefb.c | 113 .fb_imageblit = cfb_imageblit,
|
| A D | q40fb.c | 82 .fb_imageblit = cfb_imageblit,
|
| A D | g364fb.c | 120 .fb_imageblit = cfb_imageblit,
|
| A D | fm2fb.c | 174 .fb_imageblit = cfb_imageblit,
|
| A D | sunxvr1000.c | 67 .fb_imageblit = cfb_imageblit,
|
| A D | sunxvr2500.c | 71 .fb_imageblit = cfb_imageblit,
|
| A D | hecubafb.c | 206 .fb_imageblit = hecubafb_imageblit,
|
| A D | pmag-ba-fb.c | 125 .fb_imageblit = cfb_imageblit,
|
| A D | dnfb.c | 116 .fb_imageblit = cfb_imageblit,
|
| A D | pmag-aa-fb.c | 155 .fb_imageblit = cfb_imageblit,
|
| A D | skeletonfb.c | 650 .fb_imageblit = xxxfb_imageblit, /* Needed !!! */
|
| A D | p9100.c | 46 .fb_imageblit = cfb_imageblit,
|
| /linux/drivers/video/fbdev/mb862xx/ |
| A D | mb862xxfb_accel.c | 311 fbops->fb_imageblit = cfb_imageblit; in mb862xxfb_init_accel() 316 fbops->fb_imageblit = mb86290fb_imageblit; in mb862xxfb_init_accel()
|
| /linux/drivers/auxdisplay/ |
| A D | cfag12864bfb.c | 63 .fb_imageblit = sys_imageblit,
|
| /linux/drivers/gpu/drm/armada/ |
| A D | armada_fbdev.c | 24 .fb_imageblit = drm_fb_helper_cfb_imageblit,
|
| /linux/drivers/gpu/drm/rockchip/ |
| A D | rockchip_drm_fbdev.c | 36 .fb_imageblit = drm_fb_helper_cfb_imageblit,
|
| /linux/drivers/gpu/drm/msm/ |
| A D | msm_fbdev.c | 41 .fb_imageblit = drm_fb_helper_sys_imageblit,
|
| /linux/drivers/gpu/drm/exynos/ |
| A D | exynos_drm_fbdev.c | 69 .fb_imageblit = drm_fb_helper_cfb_imageblit,
|
| /linux/samples/vfio-mdev/ |
| A D | mdpy-fb.c | 95 .fb_imageblit = cfb_imageblit,
|
| /linux/drivers/gpu/drm/nouveau/ |
| A D | nouveau_fbcon.c | 215 .fb_imageblit = nouveau_fbcon_imageblit, 226 .fb_imageblit = drm_fb_helper_cfb_imageblit,
|
| /linux/drivers/gpu/drm/omapdrm/ |
| A D | omap_fbdev.c | 87 .fb_imageblit = drm_fb_helper_sys_imageblit,
|
Completed in 30 milliseconds
123456