Lines Matching refs:formats
57 * for formats with 1- or 2-bit alpha channels.
58 * We set it to give 100%/0% opacity for 1-bit formats and 100%/66%/33%/0%
59 * opacity for 2-bit formats.
159 /* Some pixel formats are supported without any modifier */
162 * However these pixel formats need to be supported with
185 /* CBR only applies to YUV formats, where YTR should be always 0 */
216 * RGB formats need to provide YTR modifier and YUV formats should not
220 DRM_DEBUG_KMS("AFBC_FORMAT_MOD_YTR is %s for %s formats\n",
229 DRM_DEBUG_KMS("RGB formats <= 16bpp are not supported with SPLIT\n");
556 * DP550/650 video layers can accept 3 plane formats only if
942 u32 *formats;
964 formats = kcalloc(map->n_pixel_formats, sizeof(*formats), GFP_KERNEL);
965 if (!formats) {
979 /* build the list of DRM supported formats based on the map */
982 formats[n++] = map->pixel_formats[j].format;
992 &malidp_de_plane_funcs, formats, n,
1037 kfree(formats);
1042 kfree(formats);