Searched refs:drm_fb_xrgb8888_to_mono (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/drm/ |
H A D | drm_format_helper.h | 62 void drm_fb_xrgb8888_to_mono(struct iosys_map *dst, const unsigned int *dst_pitch,
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_format_helper.c | 1003 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);
|
/openbmc/linux/drivers/gpu/drm/tests/ |
H A D | drm_format_helper_test.c | 849 drm_fb_xrgb8888_to_mono(&dst, &result->dst_pitch, &src, &fb, ¶ms->clip); in drm_test_fb_xrgb8888_to_mono()
|
/openbmc/linux/drivers/gpu/drm/tiny/ |
H A D | repaper.c | 548 drm_fb_xrgb8888_to_mono(&dst, &dst_pitch, &vmap, fb, &clip); in repaper_fb_dirty()
|
/openbmc/linux/drivers/gpu/drm/solomon/ |
H A D | ssd130x.c | 621 drm_fb_xrgb8888_to_mono(&dst, &dst_pitch, vmap, fb, rect); in ssd130x_fb_blit_rect()
|