Lines Matching defs:formats
63 * Immutable blob property to store the supported pixel formats table. The
65 * Userspace can use this blob to find out what pixel formats are supported
159 * @formats: Array of supported pixel formats for the writeback engine
160 * @n_formats: Length of the formats array
179 const u32 *formats, int n_formats,
195 con_funcs, formats, n_formats);
212 * @formats: Array of supported pixel formats for the writeback engine
213 * @n_formats: Length of the formats array
235 const struct drm_connector_funcs *con_funcs, const u32 *formats,
246 blob = drm_property_create_blob(dev, n_formats * sizeof(*formats),
247 formats);