Searched refs:drm_fb_xrgb8888_to_mono (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/drm/ |
A D | drm_format_helper.h | 62 void drm_fb_xrgb8888_to_mono(struct iosys_map *dst, const unsigned int *dst_pitch,
|
/linux-6.3-rc2/drivers/gpu/drm/ |
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);
|
/linux-6.3-rc2/drivers/gpu/drm/solomon/ |
A D | ssd130x.c | 571 drm_fb_xrgb8888_to_mono(&dst, &dst_pitch, vmap, fb, rect); in ssd130x_fb_blit_rect()
|
/linux-6.3-rc2/drivers/gpu/drm/tiny/ |
A D | repaper.c | 548 drm_fb_xrgb8888_to_mono(&dst, &dst_pitch, &vmap, fb, &clip); in repaper_fb_dirty()
|
Completed in 10 milliseconds