Home
last modified time | relevance | path

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

/Linux-v6.6/include/drm/
Ddrm_format_helper.h62 void drm_fb_xrgb8888_to_mono(struct iosys_map *dst, const unsigned int *dst_pitch,
/Linux-v6.6/drivers/gpu/drm/
Ddrm_format_helper.c1003 void drm_fb_xrgb8888_to_mono(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_mono() function
1062 EXPORT_SYMBOL(drm_fb_xrgb8888_to_mono);
/Linux-v6.6/drivers/gpu/drm/tests/
Ddrm_format_helper_test.c849 drm_fb_xrgb8888_to_mono(&dst, &result->dst_pitch, &src, &fb, &params->clip); in drm_test_fb_xrgb8888_to_mono()
/Linux-v6.6/drivers/gpu/drm/tiny/
Drepaper.c548 drm_fb_xrgb8888_to_mono(&dst, &dst_pitch, &vmap, fb, &clip); in repaper_fb_dirty()
/Linux-v6.6/drivers/gpu/drm/solomon/
Dssd130x.c590 drm_fb_xrgb8888_to_mono(&dst, &dst_pitch, vmap, fb, rect); in ssd130x_fb_blit_rect()