Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/
H A Ddrm_format_helper.h54 void drm_fb_xrgb8888_to_gray8(struct iosys_map *dst, const unsigned int *dst_pitch,
/openbmc/linux/drivers/gpu/drm/gud/
H A Dgud_pipe.c78 drm_fb_xrgb8888_to_gray8(&dst_map, NULL, &vmap, fb, rect); in gud_xrgb8888_to_r124()
185 drm_fb_xrgb8888_to_gray8(&dst, NULL, src, fb, rect); in gud_prep_flush()
/openbmc/linux/drivers/gpu/drm/tiny/
H A Dst7586.c80 drm_fb_xrgb8888_to_gray8(&dst_map, NULL, &vmap, fb, clip); in st7586_xrgb8888_to_gray332()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_format_helper.c859 void drm_fb_xrgb8888_to_gray8(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_gray8() function
870 EXPORT_SYMBOL(drm_fb_xrgb8888_to_gray8);
/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_format_helper_test.c533 drm_fb_xrgb8888_to_gray8(&dst, &result->dst_pitch, &src, &fb, &params->clip); in drm_test_fb_xrgb8888_to_gray8()