Searched refs:drm_fb_helper_cfb_copyarea (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
D | accel_2d.c | 267 drm_fb_helper_cfb_copyarea(info, a); in psbfb_copyarea_accel() 272 drm_fb_helper_cfb_copyarea(info, a); in psbfb_copyarea_accel() 299 return drm_fb_helper_cfb_copyarea(info, region); in psbfb_copyarea()
|
D | framebuffer.c | 183 .fb_copyarea = drm_fb_helper_cfb_copyarea, 194 .fb_copyarea = drm_fb_helper_cfb_copyarea,
|
/kernel/linux/linux-5.10/include/drm/ |
D | drm_fb_helper.h | 250 void drm_fb_helper_cfb_copyarea(struct fb_info *info, 398 static inline void drm_fb_helper_cfb_copyarea(struct fb_info *info, in drm_fb_helper_cfb_copyarea() function
|
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_fbdev.c | 35 .fb_copyarea = drm_fb_helper_cfb_copyarea,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/armada/ |
D | armada_fbdev.c | 23 .fb_copyarea = drm_fb_helper_cfb_copyarea,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
D | exynos_drm_fbdev.c | 68 .fb_copyarea = drm_fb_helper_cfb_copyarea,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
D | nouveau_fbcon.c | 124 drm_fb_helper_cfb_copyarea(info, image); in nouveau_fbcon_copyarea() 225 .fb_copyarea = drm_fb_helper_cfb_copyarea,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
D | radeon_fb.c | 82 .fb_copyarea = drm_fb_helper_cfb_copyarea,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_fb.c | 78 .fb_copyarea = drm_fb_helper_cfb_copyarea,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
D | intel_fbdev.c | 107 .fb_copyarea = drm_fb_helper_cfb_copyarea,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
D | drm_fb_helper.c | 796 void drm_fb_helper_cfb_copyarea(struct fb_info *info, in drm_fb_helper_cfb_copyarea() function 803 EXPORT_SYMBOL(drm_fb_helper_cfb_copyarea);
|