Searched refs:drm_fb_memcpy (Results 1 – 8 of 8) sorted by relevance
| /linux/include/drm/ |
| A D | drm_format_helper.h | 73 void drm_fb_memcpy(struct iosys_map *dst, const unsigned int *dst_pitch,
|
| /linux/drivers/gpu/drm/ |
| A D | drm_format_helper.c | 265 void drm_fb_memcpy(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_memcpy() function 299 EXPORT_SYMBOL(drm_fb_memcpy); 1014 drm_fb_memcpy(dst, dst_pitch, src, fb, clip); in drm_fb_blit()
|
| A D | drm_mipi_dbi.c | 224 drm_fb_memcpy(&dst_map, NULL, src, fb, clip); in mipi_dbi_buf_copy() 227 drm_fb_memcpy(&dst_map, NULL, src, fb, clip); in mipi_dbi_buf_copy()
|
| /linux/drivers/gpu/drm/hyperv/ |
| A D | hyperv_drm_modeset.c | 34 drm_fb_memcpy(&dst, fb->pitches, vmap, fb, rect); in hyperv_blit_to_vram_rect()
|
| /linux/drivers/gpu/drm/gud/ |
| A D | gud_pipe.c | 204 drm_fb_memcpy(&dst, NULL, src, fb, rect); in gud_prep_flush() 408 drm_fb_memcpy(&shadow_map, fb->pitches, src, fb, damage); in gud_fb_queue_damage()
|
| /linux/drivers/gpu/drm/mgag200/ |
| A D | mgag200_mode.c | 446 drm_fb_memcpy(&dst, fb->pitches, vmap, fb, clip); in mgag200_handle_damage()
|
| /linux/drivers/gpu/drm/ast/ |
| A D | ast_mode.c | 636 drm_fb_memcpy(&dst, fb->pitches, src, fb, clip); in ast_handle_damage()
|
| /linux/drivers/gpu/drm/tests/ |
| A D | drm_format_helper_test.c | 1823 drm_fb_memcpy(dst, dst_pitches, src, &fb, ¶ms->clip); in drm_test_fb_memcpy()
|
Completed in 31 milliseconds