Searched refs:drm_fb_xrgb8888_to_mono (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/include/drm/ |
D | drm_format_helper.h | 62 void drm_fb_xrgb8888_to_mono(struct iosys_map *dst, const unsigned int *dst_pitch,
|
/Linux-v6.6/drivers/gpu/drm/ |
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);
|
/Linux-v6.6/drivers/gpu/drm/tests/ |
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()
|
/Linux-v6.6/drivers/gpu/drm/tiny/ |
D | repaper.c | 548 drm_fb_xrgb8888_to_mono(&dst, &dst_pitch, &vmap, fb, &clip); in repaper_fb_dirty()
|
/Linux-v6.6/drivers/gpu/drm/solomon/ |
D | ssd130x.c | 590 drm_fb_xrgb8888_to_mono(&dst, &dst_pitch, vmap, fb, rect); in ssd130x_fb_blit_rect()
|