Searched refs:drm_fb_xrgb8888_to_argb8888 (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/drm/ |
A D | drm_format_helper.h | 45 void drm_fb_xrgb8888_to_argb8888(struct iosys_map *dst, const unsigned int *dst_pitch,
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_format_helper.c | 639 void drm_fb_xrgb8888_to_argb8888(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_argb8888() function 650 EXPORT_SYMBOL(drm_fb_xrgb8888_to_argb8888); 929 drm_fb_xrgb8888_to_argb8888(dst, dst_pitch, src, fb, clip); in drm_fb_blit()
|
/linux-6.3-rc2/drivers/gpu/drm/tests/ |
A D | drm_format_helper_test.c | 725 drm_fb_xrgb8888_to_argb8888(&dst, &result->dst_pitch, &src, &fb, ¶ms->clip); in drm_test_fb_xrgb8888_to_argb8888()
|
Completed in 7 milliseconds