Lines Matching refs:format_count
178 formats_size = sizeof(__u32) * plane->format_count;
201 blob_data->count_formats = plane->format_count;
212 for (j = 0; j < plane->format_count; j++) {
239 unsigned int format_count,
259 if (WARN_ON(format_count > 64))
275 plane->format_types = kmalloc_array(format_count, sizeof(uint32_t),
324 memcpy(plane->format_types, formats, format_count * sizeof(uint32_t));
325 plane->format_count = format_count;
365 * @format_count: number of elements in @formats
388 const uint32_t *formats, unsigned int format_count,
400 formats, format_count, format_modifiers,
420 const uint32_t *formats, unsigned int format_count,
441 formats, format_count, format_modifiers,
459 const uint32_t *formats, unsigned int format_count,
480 formats, format_count, format_modifiers,
746 if (plane->format_count &&
747 (plane_resp->count_format_types >= plane->format_count)) {
751 sizeof(uint32_t) * plane->format_count)) {
755 plane_resp->count_format_types = plane->format_count;
765 for (i = 0; i < plane->format_count; i++) {
769 if (i == plane->format_count)