Searched refs:drm_fb_helper_sys_imageblit (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/include/drm/ |
D | drm_fb_helper.h | 185 void drm_fb_helper_sys_imageblit(struct fb_info *info, 318 static inline void drm_fb_helper_sys_imageblit(struct fb_info *info, in drm_fb_helper_sys_imageblit() function
|
/linux-4.4.14/drivers/gpu/drm/bochs/ |
D | bochs_fbdev.c | 29 .fb_imageblit = drm_fb_helper_sys_imageblit,
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | msm_fbdev.c | 50 .fb_imageblit = drm_fb_helper_sys_imageblit,
|
/linux-4.4.14/drivers/gpu/drm/omapdrm/ |
D | omap_fbdev.c | 93 .fb_imageblit = drm_fb_helper_sys_imageblit,
|
/linux-4.4.14/drivers/gpu/drm/mgag200/ |
D | mgag200_fb.c | 122 drm_fb_helper_sys_imageblit(info, image); in mga_imageblit()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_fb_cma_helper.c | 227 .fb_imageblit = drm_fb_helper_sys_imageblit,
|
D | drm_fb_helper.c | 908 void drm_fb_helper_sys_imageblit(struct fb_info *info, in drm_fb_helper_sys_imageblit() function 913 EXPORT_SYMBOL(drm_fb_helper_sys_imageblit);
|
/linux-4.4.14/drivers/gpu/drm/cirrus/ |
D | cirrus_fbdev.c | 119 drm_fb_helper_sys_imageblit(info, image); in cirrus_imageblit()
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | fb.c | 189 .fb_imageblit = drm_fb_helper_sys_imageblit,
|
/linux-4.4.14/drivers/gpu/drm/ast/ |
D | ast_fb.c | 146 drm_fb_helper_sys_imageblit(info, image); in ast_imageblit()
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_fb.c | 196 drm_fb_helper_sys_imageblit(info, image); in virtio_gpu_3d_imageblit()
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
D | qxl_fb.c | 223 drm_fb_helper_sys_imageblit(info, image); in qxl_fb_imageblit()
|
/linux-4.4.14/drivers/gpu/drm/udl/ |
D | udl_fb.c | 311 drm_fb_helper_sys_imageblit(info, image); in udl_fb_imageblit()
|