Searched refs:drm_fb_blit (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/include/drm/ |
D | drm_format_helper.h | 58 int drm_fb_blit(struct iosys_map *dst, const unsigned int *dst_pitch, uint32_t dst_format,
|
/Linux-v6.6/drivers/gpu/drm/ |
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-v6.6/drivers/gpu/drm/tiny/ |
D | cirrus.c | 414 drm_fb_blit(&dst, &pitch, format->format, shadow_plane_state->data, fb, &damage); in cirrus_primary_plane_helper_atomic_update()
|
D | simpledrm.c | 509 drm_fb_blit(&dst, &sdev->pitch, sdev->format->format, shadow_plane_state->data, in simpledrm_primary_plane_helper_atomic_update()
|
D | ofdrm.c | 819 drm_fb_blit(&dst, &dst_pitch, dst_format->format, shadow_plane_state->data, fb, in ofdrm_primary_plane_helper_atomic_update()
|