Searched refs:drm_fb_helper_cfb_copyarea (Results 1 – 10 of 10) sorted by relevance
/linux/include/drm/ |
A D | drm_fb_helper.h | 249 void drm_fb_helper_cfb_copyarea(struct fb_info *info, 397 static inline void drm_fb_helper_cfb_copyarea(struct fb_info *info, in drm_fb_helper_cfb_copyarea() function
|
/linux/drivers/gpu/drm/armada/ |
A D | armada_fbdev.c | 23 .fb_copyarea = drm_fb_helper_cfb_copyarea,
|
/linux/drivers/gpu/drm/rockchip/ |
A D | rockchip_drm_fbdev.c | 35 .fb_copyarea = drm_fb_helper_cfb_copyarea,
|
/linux/drivers/gpu/drm/exynos/ |
A D | exynos_drm_fbdev.c | 68 .fb_copyarea = drm_fb_helper_cfb_copyarea,
|
/linux/drivers/gpu/drm/nouveau/ |
A D | nouveau_fbcon.c | 124 drm_fb_helper_cfb_copyarea(info, image); in nouveau_fbcon_copyarea() 225 .fb_copyarea = drm_fb_helper_cfb_copyarea,
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_fb.c | 78 .fb_copyarea = drm_fb_helper_cfb_copyarea,
|
/linux/drivers/gpu/drm/radeon/ |
A D | radeon_fb.c | 83 .fb_copyarea = drm_fb_helper_cfb_copyarea,
|
/linux/drivers/gpu/drm/gma500/ |
A D | framebuffer.c | 152 .fb_copyarea = drm_fb_helper_cfb_copyarea,
|
/linux/drivers/gpu/drm/ |
A D | drm_fb_helper.c | 821 void drm_fb_helper_cfb_copyarea(struct fb_info *info, in drm_fb_helper_cfb_copyarea() function 827 EXPORT_SYMBOL(drm_fb_helper_cfb_copyarea); 2277 drm_fb_helper_cfb_copyarea(info, area); in drm_fbdev_fb_copyarea()
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_fbdev.c | 111 .fb_copyarea = drm_fb_helper_cfb_copyarea,
|
Completed in 23 milliseconds