Searched refs:drm_fb_xrgb8888_to_gray8 (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_format_helper.h54 void drm_fb_xrgb8888_to_gray8(struct iosys_map *dst, const unsigned int *dst_pitch,
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_format_helper.c835 * drm_fb_xrgb8888_to_gray8 - Convert XRGB8888 to grayscale
859 void drm_fb_xrgb8888_to_gray8(struct iosys_map *dst, const unsigned int *dst_pitch, function
870 EXPORT_SYMBOL(drm_fb_xrgb8888_to_gray8); variable
1000 * This function uses drm_fb_xrgb8888_to_gray8() to convert to grayscale and

Completed in 111 milliseconds