Home
last modified time | relevance | path

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

/Linux-v6.1/include/drm/
Ddrm_fb_helper.h251 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/
Darmada_fbdev.c24 .fb_imageblit = drm_fb_helper_cfb_imageblit,
/Linux-v6.1/drivers/gpu/drm/exynos/
Dexynos_drm_fbdev.c54 .fb_imageblit = drm_fb_helper_cfb_imageblit,
/Linux-v6.1/drivers/gpu/drm/nouveau/
Dnouveau_fbcon.c157 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/
Dradeon_fb.c85 .fb_imageblit = drm_fb_helper_cfb_imageblit,
/Linux-v6.1/drivers/gpu/drm/gma500/
Dframebuffer.c152 .fb_imageblit = drm_fb_helper_cfb_imageblit,
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_fbdev.c129 .fb_imageblit = drm_fb_helper_cfb_imageblit,
/Linux-v6.1/drivers/gpu/drm/
Ddrm_fb_helper.c898 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()