Lines Matching refs:format_count
95 formats_size = sizeof(__u32) * plane->format_count;
118 blob_data->count_formats = plane->format_count;
133 for (j = 0; j < plane->format_count; j++) {
162 * @format_count: number of elements in @formats
176 const uint32_t *formats, unsigned int format_count,
193 if (WARN_ON(format_count > 64))
209 plane->format_types = kmalloc_array(format_count, sizeof(uint32_t),
256 memcpy(plane->format_types, formats, format_count * sizeof(uint32_t));
257 plane->format_count = format_count;
332 * @format_count: number of elements in @formats
345 const uint32_t *formats, unsigned int format_count,
352 formats, format_count,
562 if (plane->format_count &&
563 (plane_resp->count_format_types >= plane->format_count)) {
567 sizeof(uint32_t) * plane->format_count)) {
571 plane_resp->count_format_types = plane->format_count;
581 for (i = 0; i < plane->format_count; i++) {
585 if (i == plane->format_count)