Searched refs:drm_fb_xrgb8888_to_rgb565 (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/include/drm/ |
D | drm_format_helper.h | 30 void drm_fb_xrgb8888_to_rgb565(struct iosys_map *dst, const unsigned int *dst_pitch,
|
/Linux-v6.6/drivers/gpu/drm/ |
D | drm_format_helper.c | 380 void drm_fb_xrgb8888_to_rgb565(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_rgb565() function 397 EXPORT_SYMBOL(drm_fb_xrgb8888_to_rgb565); 914 drm_fb_xrgb8888_to_rgb565(dst, dst_pitch, src, fb, clip, false); in drm_fb_blit()
|
D | drm_mipi_dbi.c | 223 drm_fb_xrgb8888_to_rgb565(&dst_map, NULL, src, fb, clip, swap); in mipi_dbi_buf_copy()
|
/Linux-v6.6/drivers/gpu/drm/tests/ |
D | drm_format_helper_test.c | 593 drm_fb_xrgb8888_to_rgb565(&dst, &result->dst_pitch, &src, &fb, ¶ms->clip, false); in drm_test_fb_xrgb8888_to_rgb565() 598 drm_fb_xrgb8888_to_rgb565(&dst, &result->dst_pitch, &src, &fb, ¶ms->clip, true); in drm_test_fb_xrgb8888_to_rgb565()
|
/Linux-v6.6/drivers/gpu/drm/gud/ |
D | gud_pipe.c | 189 drm_fb_xrgb8888_to_rgb565(&dst, NULL, src, fb, rect, in gud_prep_flush()
|