Searched refs:drm_fb_xrgb8888_to_rgb565 (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/include/drm/ |
A D | drm_format_helper.h | 30 void drm_fb_xrgb8888_to_rgb565(struct iosys_map *dst, const unsigned int *dst_pitch,
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A 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()
|
A D | drm_mipi_dbi.c | 223 drm_fb_xrgb8888_to_rgb565(&dst_map, NULL, src, fb, clip, swap); in mipi_dbi_buf_copy()
|
/linux-6.3-rc2/drivers/gpu/drm/tests/ |
A D | drm_format_helper_test.c | 562 drm_fb_xrgb8888_to_rgb565(&dst, &result->dst_pitch, &src, &fb, ¶ms->clip, false); in drm_test_fb_xrgb8888_to_rgb565() 567 drm_fb_xrgb8888_to_rgb565(&dst, &result->dst_pitch, &src, &fb, ¶ms->clip, true); in drm_test_fb_xrgb8888_to_rgb565()
|
/linux-6.3-rc2/drivers/gpu/drm/tiny/ |
A D | cirrus.c | 337 drm_fb_xrgb8888_to_rgb565(&dst, &cirrus->pitch, vmap, fb, rect, false); in cirrus_fb_blit_rect()
|
/linux-6.3-rc2/drivers/gpu/drm/gud/ |
A D | gud_pipe.c | 189 drm_fb_xrgb8888_to_rgb565(&dst, NULL, src, fb, rect, in gud_prep_flush()
|
Completed in 12 milliseconds