Home
last modified time | relevance | path

Searched refs:drm_fb_blit_rect_dstclip (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/
Ddrm_format_helper.c367 int drm_fb_blit_rect_dstclip(void __iomem *dst, unsigned int dst_pitch, in drm_fb_blit_rect_dstclip() function
401 EXPORT_SYMBOL(drm_fb_blit_rect_dstclip);
430 return drm_fb_blit_rect_dstclip(dst, dst_pitch, dst_format, vmap, fb, in drm_fb_blit_dstclip()
/Linux-v5.15/include/drm/
Ddrm_format_helper.h31 int drm_fb_blit_rect_dstclip(void __iomem *dst, unsigned int dst_pitch,
/Linux-v5.15/drivers/gpu/drm/tiny/
Dsimpledrm.c695 drm_fb_blit_rect_dstclip(sdev->screen_base, sdev->pitch, in simpledrm_simple_display_pipe_update()