Lines Matching refs:formats
58 * for formats with 1- or 2-bit alpha channels.
59 * We set it to give 100%/0% opacity for 1-bit formats and 100%/66%/33%/0%
60 * opacity for 2-bit formats.
152 /* Some pixel formats are supported without any modifier */
155 * However these pixel formats need to be supported with
178 /* CBR only applies to YUV formats, where YTR should be always 0 */
209 * RGB formats need to provide YTR modifier and YUV formats should not
213 DRM_DEBUG_KMS("AFBC_FORMAT_MOD_YTR is %s for %s formats\n",
222 DRM_DEBUG_KMS("RGB formats <= 16bpp are not supported with SPLIT\n");
546 * DP550/650 video layers can accept 3 plane formats only if
935 u32 *formats;
957 formats = kcalloc(map->n_pixel_formats, sizeof(*formats), GFP_KERNEL);
958 if (!formats) {
966 /* build the list of DRM supported formats based on the map */
969 formats[n++] = map->pixel_formats[j].format;
979 crtcs, &malidp_de_plane_funcs, formats, n,
1025 kfree(formats);
1030 kfree(formats);