Searched refs:drm_fb_xrgb8888_to_gray8 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/drm/ |
H A D | drm_format_helper.h | 54 void drm_fb_xrgb8888_to_gray8(struct iosys_map *dst, const unsigned int *dst_pitch,
|
/openbmc/linux/drivers/gpu/drm/gud/ |
H A D | gud_pipe.c | 78 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 D | st7586.c | 80 drm_fb_xrgb8888_to_gray8(&dst_map, NULL, &vmap, fb, clip); in st7586_xrgb8888_to_gray332()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_format_helper.c | 859 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 D | drm_format_helper_test.c | 533 drm_fb_xrgb8888_to_gray8(&dst, &result->dst_pitch, &src, &fb, ¶ms->clip); in drm_test_fb_xrgb8888_to_gray8()
|