Searched refs:drm_fb_helper_cfb_imageblit (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/include/drm/ |
D | drm_fb_helper.h | 318 void drm_fb_helper_cfb_imageblit(struct fb_info *info, 496 static inline void drm_fb_helper_cfb_imageblit(struct fb_info *info, in drm_fb_helper_cfb_imageblit() function
|
/Linux-v4.19/drivers/gpu/drm/gma500/ |
D | framebuffer.c | 187 .fb_imageblit = drm_fb_helper_cfb_imageblit, 198 .fb_imageblit = drm_fb_helper_cfb_imageblit, 209 .fb_imageblit = drm_fb_helper_cfb_imageblit,
|
/Linux-v4.19/drivers/gpu/drm/armada/ |
D | armada_fbdev.c | 24 .fb_imageblit = drm_fb_helper_cfb_imageblit,
|
/Linux-v4.19/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_fbdev.c | 44 .fb_imageblit = drm_fb_helper_cfb_imageblit,
|
/Linux-v4.19/drivers/gpu/drm/bochs/ |
D | bochs_fbdev.c | 28 .fb_imageblit = drm_fb_helper_cfb_imageblit,
|
/Linux-v4.19/drivers/gpu/drm/exynos/ |
D | exynos_drm_fbdev.c | 72 .fb_imageblit = drm_fb_helper_cfb_imageblit,
|
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_fbcon.c | 156 drm_fb_helper_cfb_imageblit(info, image); in nouveau_fbcon_imageblit() 224 .fb_imageblit = drm_fb_helper_cfb_imageblit,
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_fb.c | 80 .fb_imageblit = drm_fb_helper_cfb_imageblit,
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | radeon_fb.c | 82 .fb_imageblit = drm_fb_helper_cfb_imageblit,
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_fbdev.c | 106 .fb_imageblit = drm_fb_helper_cfb_imageblit,
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_fb_helper.c | 1220 void drm_fb_helper_cfb_imageblit(struct fb_info *info, in drm_fb_helper_cfb_imageblit() function 1227 EXPORT_SYMBOL(drm_fb_helper_cfb_imageblit);
|