Searched refs:drm_fb_xrgb8888_to_rgb888 (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/include/drm/ |
D | drm_format_helper.h | 42 void drm_fb_xrgb8888_to_rgb888(struct iosys_map *dst, const unsigned int *dst_pitch,
|
/Linux-v6.6/drivers/gpu/drm/ |
D | drm_format_helper.c | 591 void drm_fb_xrgb8888_to_rgb888(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_rgb888() function 602 EXPORT_SYMBOL(drm_fb_xrgb8888_to_rgb888); 926 drm_fb_xrgb8888_to_rgb888(dst, dst_pitch, src, fb, clip); in drm_fb_blit()
|
/Linux-v6.6/drivers/gpu/drm/gud/ |
D | gud_pipe.c | 192 drm_fb_xrgb8888_to_rgb888(&dst, NULL, src, fb, rect); in gud_prep_flush()
|
/Linux-v6.6/drivers/gpu/drm/tests/ |
D | drm_format_helper_test.c | 726 drm_fb_xrgb8888_to_rgb888(&dst, &result->dst_pitch, &src, &fb, ¶ms->clip); in drm_test_fb_xrgb8888_to_rgb888()
|