Searched refs:drm_fb_memcpy (Results 1 – 12 of 12) sorted by relevance
| /linux/include/drm/ |
| H A D | drm_format_helper.h | 73 void drm_fb_memcpy(struct iosys_map *dst, const unsigned int *dst_pitch,
|
| /linux/drivers/gpu/drm/gud/ |
| H A D | gud_pipe.c | 208 drm_fb_memcpy(&dst, NULL, src, fb, rect); in gud_prep_flush() 412 drm_fb_memcpy(&shadow_map, fb->pitches, src, fb, damage); in gud_fb_queue_damage()
|
| /linux/drivers/gpu/drm/hyperv/ |
| H A D | hyperv_drm_modeset.c | 40 drm_fb_memcpy(&dst, fb->pitches, vmap, fb, rect); in hyperv_blit_to_vram_rect()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_format_helper.c | 414 void drm_fb_memcpy(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_memcpy() function 448 EXPORT_SYMBOL(drm_fb_memcpy);
|
| H A D | drm_mipi_dbi.c | 226 drm_fb_memcpy(&dst_map, NULL, src, fb, clip); in mipi_dbi_buf_copy() 229 drm_fb_memcpy(&dst_map, NULL, src, fb, clip); in mipi_dbi_buf_copy()
|
| /linux/drivers/gpu/drm/sysfb/ |
| H A D | drm_sysfb_modeset.c | 198 drm_fb_memcpy(dst, dst_pitch, src, fb, clip); in drm_sysfb_memcpy()
|
| /linux/drivers/gpu/drm/tiny/ |
| H A D | cirrus-qemu.c | 358 drm_fb_memcpy(&dst, fb->pitches, shadow_plane_state->data, fb, &damage); in cirrus_primary_plane_helper_atomic_update()
|
| H A D | bochs.c | 464 drm_fb_memcpy(&dst, fb->pitches, shadow_plane_state->data, fb, &damage); in bochs_primary_plane_helper_atomic_update()
|
| H A D | appletbdrm.c | 434 drm_fb_memcpy(&dst, NULL, &shadow_plane_state->data[0], fb, &damage); in appletbdrm_flush_damage()
|
| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_format_helper_test.c | 1691 drm_fb_memcpy(dst, dst_pitches, src, &fb, ¶ms->clip); in drm_test_fb_memcpy() 1701 drm_fb_memcpy(dst, dst_pitches, src, &fb, ¶ms->clip); in drm_test_fb_memcpy()
|
| /linux/drivers/gpu/drm/mgag200/ |
| H A D | mgag200_mode.c | 456 drm_fb_memcpy(&dst, fb->pitches, vmap, fb, clip); in mgag200_handle_damage()
|
| /linux/drivers/gpu/drm/ast/ |
| H A D | ast_mode.c | 539 drm_fb_memcpy(&dst, fb->pitches, src, fb, clip); in ast_handle_damage()
|