Searched refs:drm_fb_memcpy (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/drm/ |
H A D | drm_format_helper.h | 21 void drm_fb_memcpy(struct iosys_map *dst, const unsigned int *dst_pitch,
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_format_helper.c | 173 void drm_fb_memcpy(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_memcpy() function 207 EXPORT_SYMBOL(drm_fb_memcpy); 904 drm_fb_memcpy(dst, dst_pitch, src, fb, clip); in drm_fb_blit()
|
H A D | drm_mipi_dbi.c | 220 drm_fb_memcpy(&dst_map, NULL, src, fb, clip); in mipi_dbi_buf_copy()
|
/openbmc/linux/drivers/gpu/drm/hyperv/ |
H A D | hyperv_drm_modeset.c | 34 drm_fb_memcpy(&dst, fb->pitches, vmap, fb, rect); in hyperv_blit_to_vram_rect()
|
/openbmc/linux/drivers/gpu/drm/gud/ |
H A D | gud_pipe.c | 202 drm_fb_memcpy(&dst, NULL, src, fb, rect); in gud_prep_flush() 402 drm_fb_memcpy(&shadow_map, fb->pitches, src, fb, damage); in gud_fb_queue_damage()
|
/openbmc/linux/drivers/gpu/drm/mgag200/ |
H A D | mgag200_mode.c | 438 drm_fb_memcpy(&dst, fb->pitches, vmap, fb, clip); in mgag200_handle_damage()
|
/openbmc/linux/drivers/gpu/drm/ast/ |
H A D | ast_mode.c | 637 drm_fb_memcpy(&dst, fb->pitches, src, fb, clip); in ast_handle_damage()
|