Searched refs:drm_fb_helper_cfb_copyarea (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | accel_2d.c | 279 drm_fb_helper_cfb_copyarea(info, a); in psbfb_copyarea_accel() 284 drm_fb_helper_cfb_copyarea(info, a); in psbfb_copyarea_accel() 311 return drm_fb_helper_cfb_copyarea(info, region); in psbfb_copyarea()
|
D | framebuffer.c | 212 .fb_copyarea = drm_fb_helper_cfb_copyarea, 226 .fb_copyarea = drm_fb_helper_cfb_copyarea,
|
/linux-4.4.14/include/drm/ |
D | drm_fb_helper.h | 190 void drm_fb_helper_cfb_copyarea(struct fb_info *info, 328 static inline void drm_fb_helper_cfb_copyarea(struct fb_info *info, in drm_fb_helper_cfb_copyarea() function
|
/linux-4.4.14/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_fbdev.c | 41 .fb_copyarea = drm_fb_helper_cfb_copyarea,
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_fbdev.c | 26 .fb_copyarea = drm_fb_helper_cfb_copyarea,
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_fbcon.c | 119 drm_fb_helper_cfb_copyarea(info, image); in nouveau_fbcon_copyarea() 225 .fb_copyarea = drm_fb_helper_cfb_copyarea,
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_fbdev.c | 68 .fb_copyarea = drm_fb_helper_cfb_copyarea,
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_fb.c | 56 .fb_copyarea = drm_fb_helper_cfb_copyarea,
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_fb.c | 57 .fb_copyarea = drm_fb_helper_cfb_copyarea,
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_fbdev.c | 108 .fb_copyarea = drm_fb_helper_cfb_copyarea,
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_fb_helper.c | 936 void drm_fb_helper_cfb_copyarea(struct fb_info *info, in drm_fb_helper_cfb_copyarea() function 941 EXPORT_SYMBOL(drm_fb_helper_cfb_copyarea);
|