Lines Matching full:formats

44 /* TODO: Make this function work with multi-plane formats. */
87 /* TODO: Make this function work with multi-plane formats. */
132 /* TODO: Make this function work with multi-plane formats. */
165 * framebuffer formats must match. No conversion takes place. The parameters @dst,
240 * bytes during the process. Destination and framebuffer formats must match. The
300 * color format during the process. Destination and framebuffer formats must match. The
369 * color format during the process. Destination and framebuffer formats must match. The
423 * color format during the process. Destination and framebuffer formats must match. The
534 * color format during the process. Destination and framebuffer formats must match. The
585 * color format during the process. Destination and framebuffer formats must match. The
624 * formats of the display and the framebuffer mismatch, the blit function
717 * color format during the process. Destination and framebuffer formats must match. The
843 * drm_fb_build_fourcc_list - Filters a list of supported color formats against
844 * the device's native formats
846 * @native_fourccs: 4CC codes of natively supported color formats
848 * @driver_fourccs: 4CC codes of all driver-supported color formats
850 * @fourccs_out: Returns 4CC codes of supported color formats
854 * supported formats and the emulated formats.
858 * create a list of supported color formats. The returned list can
859 * be handed over to drm_universal_plane_init() et al. Native formats
860 * will go before emulated formats. Other heuristics might be applied
861 * to optimize the order. Formats near the beginning of the list are
862 * usually preferred over formats near the end of the list. Formats
864 * pass in XRGB8888 and avoid exposing additional emulated formats.
867 * The number of color-formats 4CC codes returned in @fourccs_out.
880 * The device's native formats go first. in drm_fb_build_fourcc_list()
898 * sets of native formats, since it needs to report which native in drm_fb_build_fourcc_list()
908 * The extra formats, emulated by the driver, go second. in drm_fb_build_fourcc_list()