Searched refs:drm_fb_xrgb8888_to_rgb888 (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/include/drm/ |
D | drm_format_helper.h | 33 void drm_fb_xrgb8888_to_rgb888(struct iosys_map *dst, const unsigned int *dst_pitch,
|
/linux-6.1.9/drivers/gpu/drm/ |
D | drm_format_helper.c | 434 void drm_fb_xrgb8888_to_rgb888(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_rgb888() function 445 EXPORT_SYMBOL(drm_fb_xrgb8888_to_rgb888); 665 drm_fb_xrgb8888_to_rgb888(dst, dst_pitch, src, fb, clip); in drm_fb_blit()
|
/linux-6.1.9/drivers/gpu/drm/tests/ |
D | drm_format_helper_test.c | 410 drm_fb_xrgb8888_to_rgb888(&dst, &result->dst_pitch, &src, &fb, ¶ms->clip); in drm_test_fb_xrgb8888_to_rgb888()
|
/linux-6.1.9/drivers/gpu/drm/tiny/ |
D | cirrus.c | 341 drm_fb_xrgb8888_to_rgb888(&dst, &cirrus->pitch, vmap, fb, rect); in cirrus_fb_blit_rect()
|
/linux-6.1.9/drivers/gpu/drm/gud/ |
D | gud_pipe.c | 207 drm_fb_xrgb8888_to_rgb888(&dst, NULL, map_data, fb, rect); in gud_prep_flush()
|