Home
last modified time | relevance | path

Searched refs:drm_fb_helper_sys_imageblit (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/include/drm/
Ddrm_fb_helper.h244 void drm_fb_helper_sys_imageblit(struct fb_info *info,
387 static inline void drm_fb_helper_sys_imageblit(struct fb_info *info, in drm_fb_helper_sys_imageblit() function
/Linux-v6.1/drivers/gpu/drm/msm/
Dmsm_fbdev.c42 .fb_imageblit = drm_fb_helper_sys_imageblit,
/Linux-v6.1/drivers/gpu/drm/omapdrm/
Domap_fbdev.c88 .fb_imageblit = drm_fb_helper_sys_imageblit,
/Linux-v6.1/drivers/gpu/drm/tegra/
Dfb.c211 .fb_imageblit = drm_fb_helper_sys_imageblit,
/Linux-v6.1/drivers/gpu/drm/
Ddrm_fb_helper.c853 void drm_fb_helper_sys_imageblit(struct fb_info *info, in drm_fb_helper_sys_imageblit() function
859 EXPORT_SYMBOL(drm_fb_helper_sys_imageblit);
2389 drm_fb_helper_sys_imageblit(info, image); in drm_fbdev_fb_imageblit()