Searched refs:drm_fb_helper_cfb_imageblit (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/include/drm/ |
D | drm_fb_helper.h | 251 void drm_fb_helper_cfb_imageblit(struct fb_info *info, 402 static inline void drm_fb_helper_cfb_imageblit(struct fb_info *info, in drm_fb_helper_cfb_imageblit() function
|
/Linux-v6.1/drivers/gpu/drm/armada/ |
D | armada_fbdev.c | 24 .fb_imageblit = drm_fb_helper_cfb_imageblit,
|
/Linux-v6.1/drivers/gpu/drm/exynos/ |
D | exynos_drm_fbdev.c | 54 .fb_imageblit = drm_fb_helper_cfb_imageblit,
|
/Linux-v6.1/drivers/gpu/drm/nouveau/ |
D | nouveau_fbcon.c | 157 drm_fb_helper_cfb_imageblit(info, image); in nouveau_fbcon_imageblit() 227 .fb_imageblit = drm_fb_helper_cfb_imageblit,
|
/Linux-v6.1/drivers/gpu/drm/radeon/ |
D | radeon_fb.c | 85 .fb_imageblit = drm_fb_helper_cfb_imageblit,
|
/Linux-v6.1/drivers/gpu/drm/gma500/ |
D | framebuffer.c | 152 .fb_imageblit = drm_fb_helper_cfb_imageblit,
|
/Linux-v6.1/drivers/gpu/drm/i915/display/ |
D | intel_fbdev.c | 129 .fb_imageblit = drm_fb_helper_cfb_imageblit,
|
/Linux-v6.1/drivers/gpu/drm/ |
D | drm_fb_helper.c | 898 void drm_fb_helper_cfb_imageblit(struct fb_info *info, in drm_fb_helper_cfb_imageblit() function 904 EXPORT_SYMBOL(drm_fb_helper_cfb_imageblit); 2387 drm_fb_helper_cfb_imageblit(info, image); in drm_fbdev_fb_imageblit()
|