Searched refs:drm_fb_blit_rect_dstclip (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/gpu/drm/ |
| D | drm_format_helper.c | 367 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/ |
| D | drm_format_helper.h | 31 int drm_fb_blit_rect_dstclip(void __iomem *dst, unsigned int dst_pitch,
|
| /Linux-v5.15/drivers/gpu/drm/tiny/ |
| D | simpledrm.c | 695 drm_fb_blit_rect_dstclip(sdev->screen_base, sdev->pitch, in simpledrm_simple_display_pipe_update()
|