Lines Matching refs:iosys_map

133 static int drm_fb_xfrm(struct iosys_map *dst,  in drm_fb_xfrm()
135 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xfrm()
173 void drm_fb_memcpy(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_memcpy()
174 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_memcpy()
192 struct iosys_map dst_i = dst[i]; in drm_fb_memcpy()
193 struct iosys_map src_i = src[i]; in drm_fb_memcpy()
250 void drm_fb_swab(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_swab()
251 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_swab()
310 void drm_fb_xrgb8888_to_rgb332(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_rgb332()
311 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_rgb332()
379 void drm_fb_xrgb8888_to_rgb565(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_rgb565()
380 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_rgb565()
434 void drm_fb_xrgb8888_to_rgb888(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_rgb888()
435 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_rgb888()
465 static void drm_fb_rgb565_to_xrgb8888(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_rgb565_to_xrgb8888()
466 const struct iosys_map *src, in drm_fb_rgb565_to_xrgb8888()
493 static void drm_fb_rgb888_to_xrgb8888(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_rgb888_to_xrgb8888()
494 const struct iosys_map *src, in drm_fb_rgb888_to_xrgb8888()
545 void drm_fb_xrgb8888_to_xrgb2101010(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_xrgb2101010()
546 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_xrgb2101010()
600 void drm_fb_xrgb8888_to_gray8(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_gray8()
601 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_gray8()
638 int drm_fb_blit(struct iosys_map *dst, const unsigned int *dst_pitch, uint32_t dst_format, in drm_fb_blit()
639 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_blit()
737 void drm_fb_xrgb8888_to_mono(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_mono()
738 const struct iosys_map *src, const struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_mono()