Home
last modified time | relevance | path

Searched refs:drm_fb_xrgb8888_to_xrgb2101010 (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/drm/
Ddrm_format_helper.h36 void drm_fb_xrgb8888_to_xrgb2101010(struct iosys_map *dst, const unsigned int *dst_pitch,
/linux-6.1.9/drivers/gpu/drm/
Ddrm_format_helper.c545 void drm_fb_xrgb8888_to_xrgb2101010(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_xrgb2101010() function
556 EXPORT_SYMBOL(drm_fb_xrgb8888_to_xrgb2101010);
678 drm_fb_xrgb8888_to_xrgb2101010(dst, dst_pitch, src, fb, clip); in drm_fb_blit()
/linux-6.1.9/drivers/gpu/drm/tests/
Ddrm_format_helper_test.c440 drm_fb_xrgb8888_to_xrgb2101010(&dst, &result->dst_pitch, &src, &fb, &params->clip); in drm_test_fb_xrgb8888_to_xrgb2101010()