Searched refs:format_types (Results 1 – 5 of 5) sorted by relevance
/openbmc/rest-dbus/resources/ |
H A D | dbus.js | 112 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 D | drm_plane.c | 208 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 D | drm_fb_helper.c | 1548 plane->format_types, in __drm_fb_helper_find_sizes() 1561 plane->format_types, in __drm_fb_helper_find_sizes()
|
/openbmc/linux/include/drm/ |
H A D | drm_plane.h | 639 uint32_t *format_types; member
|
/openbmc/linux/drivers/gpu/drm/kmb/ |
H A D | kmb_plane.c | 85 if (plane->format_types[i] == format) in check_pixel_format()
|