Lines Matching full:formats
51 /* only handle formats with depth != 0 and alpha channel */ in to_nonalpha_fourcc()
95 * drm_sysfb_build_fourcc_list - Filters a list of supported color formats against
96 * the device's native formats
98 * @native_fourccs: 4CC codes of natively supported color formats
100 * @fourccs_out: Returns 4CC codes of supported color formats
104 * supported formats and additional emulated formats.
108 * of supported color formats. The returned list can be handed over to
109 * drm_universal_plane_init() et al. Native formats will go before
110 * emulated formats. Native formats with alpha channel will be replaced
111 * by equal formats without alpha channel, as primary planes usually
113 * the sorting order. Formats near the beginning of the list are usually
114 * preferred over formats near the end of the list.
117 * The number of color-formats 4CC codes returned in @fourccs_out.
139 * The device's native formats go first. in drm_sysfb_build_fourcc_list()
145 * alpha formats that are non-alpha formats instead. So in drm_sysfb_build_fourcc_list()
146 * replace alpha formats by non-alpha formats. in drm_sysfb_build_fourcc_list()
164 * The extra formats, emulated by the driver, go second. in drm_sysfb_build_fourcc_list()