Home
last modified time | relevance | path

Searched refs:format_types (Results 1 – 5 of 5) sorted by relevance

/openbmc/rest-dbus/resources/
H A Ddbus.js112 ret.type = 'struct {' + format_types(content).join(', ') + '}';
132 var types = format_types(content);
150 function format_types(type) function
167 return format_types(type)[0];
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_plane.c208 memcpy(formats_ptr(blob_data), plane->format_types, formats_size); in create_in_format_blob()
215 plane->format_types[j], in create_in_format_blob()
275 plane->format_types = kmalloc_array(format_count, sizeof(uint32_t), in __drm_universal_plane_init()
277 if (!plane->format_types) { in __drm_universal_plane_init()
306 kfree(plane->format_types); in __drm_universal_plane_init()
318 kfree(plane->format_types); in __drm_universal_plane_init()
324 memcpy(plane->format_types, formats, format_count * sizeof(uint32_t)); in __drm_universal_plane_init()
542 kfree(plane->format_types); in drm_plane_cleanup()
750 plane->format_types, in drm_mode_getplane()
766 if (format == plane->format_types[i]) in drm_plane_check_pixel_format()
H A Ddrm_fb_helper.c1534 plane->format_types, in __drm_fb_helper_find_sizes()
1547 plane->format_types, in __drm_fb_helper_find_sizes()
/openbmc/linux/include/drm/
H A Ddrm_plane.h639 uint32_t *format_types; member
/openbmc/linux/drivers/gpu/drm/kmb/
H A Dkmb_plane.c85 if (plane->format_types[i] == format) in check_pixel_format()