Home
last modified time | relevance | path

Searched refs:drm_fb_blit (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/include/drm/
Ddrm_format_helper.h58 int drm_fb_blit(struct iosys_map *dst, const unsigned int *dst_pitch, uint32_t dst_format,
/Linux-v6.6/drivers/gpu/drm/
Ddrm_format_helper.c897 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-v6.6/drivers/gpu/drm/tiny/
Dcirrus.c414 drm_fb_blit(&dst, &pitch, format->format, shadow_plane_state->data, fb, &damage); in cirrus_primary_plane_helper_atomic_update()
Dsimpledrm.c509 drm_fb_blit(&dst, &sdev->pitch, sdev->format->format, shadow_plane_state->data, in simpledrm_primary_plane_helper_atomic_update()
Dofdrm.c819 drm_fb_blit(&dst, &dst_pitch, dst_format->format, shadow_plane_state->data, fb, in ofdrm_primary_plane_helper_atomic_update()