Searched refs:drm_fb_blit (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/include/drm/ |
D | drm_format_helper.h | 43 int drm_fb_blit(struct iosys_map *dst, const unsigned int *dst_pitch, uint32_t dst_format,
|
/Linux-v6.1/drivers/gpu/drm/ |
D | drm_format_helper.c | 638 int drm_fb_blit(struct iosys_map *dst, const unsigned int *dst_pitch, uint32_t dst_format, in drm_fb_blit() function 688 EXPORT_SYMBOL(drm_fb_blit);
|
/Linux-v6.1/drivers/gpu/drm/tiny/ |
D | simpledrm.c | 501 drm_fb_blit(&dst, &sdev->pitch, sdev->format->format, shadow_plane_state->data, fb, in simpledrm_primary_plane_helper_atomic_update()
|