Lines Matching full:conversion
24 * drm_format_conv_state_init - Initialize format-conversion state
39 * drm_format_conv_state_copy - Copy format-conversion state
43 * Copies format-conversion state from @old_state to @state; except for
60 * drm_format_conv_state_reserve - Allocates storage for format conversion
61 * @state: The format-conversion state
68 * conversion and call this function once to allocate the range.
96 * drm_format_conv_state_release - Releases an format-conversion storage
97 * @state: The format-conversion state
99 * Releases the memory range references by the format-conversion state.
257 * framebuffer formats must match. No conversion takes place. The parameters @dst,
330 * @state: Transform and conversion state
392 * @state: Transform and conversion state
435 /* TODO: implement this helper as conversion to RGB565|BIG_ENDIAN */
462 * @state: Transform and conversion state
521 * @state: Transform and conversion state
574 * @state: Transform and conversion state
586 * XRGB8888 natively. It sets an opaque alpha channel as part of the conversion.
627 * @state: Transform and conversion state
639 * XRGB8888 natively. It sets an opaque alpha channel as part of the conversion.
678 * @state: Transform and conversion state
727 * @state: Transform and conversion state
739 * natively. It sets an opaque alpha channel as part of the conversion.
842 * @state: Transform and conversion state
897 * @state: Transform and conversion state
950 * @state: Transform and conversion state
966 * ITU BT.601 is being used for the RGB -> luma (brightness) conversion.
990 * @state: Transform and conversion state
1004 * -EINVAL if the color-format conversion failed, or
1059 drm_warn_once(fb->dev, "No conversion helper from %p4cc to %p4cc found.\n", in drm_fb_blit()
1091 * @state: Transform and conversion state
1149 * Also, format conversion from XR24 to monochrome are done in drm_fb_xrgb8888_to_mono()