Home
last modified time | relevance | path

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

/Linux-v6.6/include/drm/
Ddrm_format_helper.h33 void drm_fb_xrgb8888_to_xrgb1555(struct iosys_map *dst, const unsigned int *dst_pitch,
/Linux-v6.6/drivers/gpu/drm/
Ddrm_format_helper.c437 void drm_fb_xrgb8888_to_xrgb1555(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_xrgb1555() function
448 EXPORT_SYMBOL(drm_fb_xrgb8888_to_xrgb1555);
917 drm_fb_xrgb8888_to_xrgb1555(dst, dst_pitch, src, fb, clip); in drm_fb_blit()
/Linux-v6.6/drivers/gpu/drm/tests/
Ddrm_format_helper_test.c629 drm_fb_xrgb8888_to_xrgb1555(&dst, &result->dst_pitch, &src, &fb, &params->clip); in drm_test_fb_xrgb8888_to_xrgb1555()