Searched refs:drm_fb_blit (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/drm/ |
A D | drm_format_helper.h | 58 int drm_fb_blit(struct iosys_map *dst, const unsigned int *dst_pitch, uint32_t dst_format,
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_format_helper.c | 897 int drm_fb_blit(struct iosys_map *dst, const unsigned int *dst_pitch, uint32_t dst_format, in drm_fb_blit() function 954 EXPORT_SYMBOL(drm_fb_blit);
|
/linux-6.3-rc2/drivers/gpu/drm/tiny/ |
A D | simpledrm.c | 509 drm_fb_blit(&dst, &sdev->pitch, sdev->format->format, shadow_plane_state->data, in simpledrm_primary_plane_helper_atomic_update()
|
A D | ofdrm.c | 823 drm_fb_blit(&dst, &dst_pitch, dst_format->format, shadow_plane_state->data, fb, in ofdrm_primary_plane_helper_atomic_update()
|
Completed in 10 milliseconds