Home
last modified time | relevance | path

Searched refs:drm_fb_xrgb8888_to_rgb888 (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/include/drm/
Ddrm_format_helper.h33 void drm_fb_xrgb8888_to_rgb888(struct iosys_map *dst, const unsigned int *dst_pitch,
/linux-6.1.9/drivers/gpu/drm/
Ddrm_format_helper.c434 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/
Ddrm_format_helper_test.c410 drm_fb_xrgb8888_to_rgb888(&dst, &result->dst_pitch, &src, &fb, &params->clip); in drm_test_fb_xrgb8888_to_rgb888()
/linux-6.1.9/drivers/gpu/drm/tiny/
Dcirrus.c341 drm_fb_xrgb8888_to_rgb888(&dst, &cirrus->pitch, vmap, fb, rect); in cirrus_fb_blit_rect()
/linux-6.1.9/drivers/gpu/drm/gud/
Dgud_pipe.c207 drm_fb_xrgb8888_to_rgb888(&dst, NULL, map_data, fb, rect); in gud_prep_flush()