Lines Matching refs:formats
251 /* RGB formats */
262 /* Indexed formats */
606 * All non-alpha color formats derived from native alpha color formats are
1570 u32 *formats;
1577 /* Allocate the biggest size according to supported color formats */
1578 formats = devm_kzalloc(dev, (ldev->caps.pix_fmt_nb +
1582 sizeof(*formats), GFP_KERNEL);
1589 /* XR24 & RX24 like formats supported only on primary layer */
1593 formats[nb_fmt++] = drm_fmt;
1596 /* Add YCbCr supported pixel formats */
1600 memcpy(&formats[nb_fmt], ltdc_drm_fmt_ycbcr_cp,
1601 ARRAY_SIZE(ltdc_drm_fmt_ycbcr_cp) * sizeof(*formats));
1605 memcpy(&formats[nb_fmt], ltdc_drm_fmt_ycbcr_sp,
1606 ARRAY_SIZE(ltdc_drm_fmt_ycbcr_sp) * sizeof(*formats));
1610 memcpy(&formats[nb_fmt], ltdc_drm_fmt_ycbcr_fp,
1611 ARRAY_SIZE(ltdc_drm_fmt_ycbcr_fp) * sizeof(*formats));
1621 <dc_plane_funcs, formats, nb_fmt,
1831 * Hw older versions support non-alpha color formats derived
1832 * from native alpha color formats only on the primary layer.