Searched refs:drm_fb_xrgb8888_to_rgb565 (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/include/drm/ |
D | drm_format_helper.h | 30 void drm_fb_xrgb8888_to_rgb565(struct iosys_map *dst, const unsigned int *dst_pitch,
|
/linux-6.1.9/drivers/gpu/drm/tests/ |
D | drm_format_helper_test.c | 377 drm_fb_xrgb8888_to_rgb565(&dst, &result->dst_pitch, &src, &fb, ¶ms->clip, false); in drm_test_fb_xrgb8888_to_rgb565() 380 drm_fb_xrgb8888_to_rgb565(&dst, &result->dst_pitch, &src, &fb, ¶ms->clip, true); in drm_test_fb_xrgb8888_to_rgb565()
|
/linux-6.1.9/drivers/gpu/drm/ |
D | drm_format_helper.c | 379 void drm_fb_xrgb8888_to_rgb565(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_rgb565() function 396 EXPORT_SYMBOL(drm_fb_xrgb8888_to_rgb565); 660 drm_fb_xrgb8888_to_rgb565(dst, dst_pitch, src, fb, clip, false); in drm_fb_blit()
|
D | drm_mipi_dbi.c | 227 drm_fb_xrgb8888_to_rgb565(&dst_map, NULL, data, fb, clip, swap); in mipi_dbi_buf_copy()
|
/linux-6.1.9/drivers/gpu/drm/tiny/ |
D | cirrus.c | 337 drm_fb_xrgb8888_to_rgb565(&dst, &cirrus->pitch, vmap, fb, rect, false); in cirrus_fb_blit_rect()
|
/linux-6.1.9/drivers/gpu/drm/gud/ |
D | gud_pipe.c | 204 drm_fb_xrgb8888_to_rgb565(&dst, NULL, map_data, fb, rect, in gud_prep_flush()
|