format_types     1561 drivers/gpu/drm/drm_fb_helper.c 			fmt = drm_format_info(plane->format_types[j]);
format_types      125 drivers/gpu/drm/drm_plane.c 	memcpy(formats_ptr(blob_data), plane->format_types, formats_size);
format_types      135 drivers/gpu/drm/drm_plane.c 							       plane->format_types[j],
format_types      202 drivers/gpu/drm/drm_plane.c 	plane->format_types = kmalloc_array(format_count, sizeof(uint32_t),
format_types      204 drivers/gpu/drm/drm_plane.c 	if (!plane->format_types) {
format_types      233 drivers/gpu/drm/drm_plane.c 		kfree(plane->format_types);
format_types      249 drivers/gpu/drm/drm_plane.c 		kfree(plane->format_types);
format_types      255 drivers/gpu/drm/drm_plane.c 	memcpy(plane->format_types, formats, format_count * sizeof(uint32_t));
format_types      361 drivers/gpu/drm/drm_plane.c 	kfree(plane->format_types);
format_types      556 drivers/gpu/drm/drm_plane.c 				 plane->format_types,
format_types      572 drivers/gpu/drm/drm_plane.c 		if (format == plane->format_types[i])
format_types      592 include/drm/drm_plane.h 	uint32_t *format_types;