Home
last modified time | relevance | path

Searched refs:format_count (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/sys/dev/pci/drm/include/drm/
H A Ddrm_plane.h641 unsigned int format_count; member
771 unsigned int format_count,
783 unsigned int format_count,
815 format_count, format_modifiers, plane_type, name, ...) \ argument
819 format_count, format_modifiers, \
828 unsigned int format_count,
859 format_count, format_modifiers, plane_type, name, ...) \ argument
863 format_count, format_modifiers, \
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_plane.c178 formats_size = sizeof(__u32) * plane->format_count; in create_in_format_blob()
201 blob_data->count_formats = plane->format_count; in create_in_format_blob()
212 for (j = 0; j < plane->format_count; j++) { in create_in_format_blob()
239 unsigned int format_count, in __drm_universal_plane_init() argument
259 if (WARN_ON(format_count > 64)) in __drm_universal_plane_init()
275 plane->format_types = kmalloc_array(format_count, sizeof(uint32_t), in __drm_universal_plane_init()
324 memcpy(plane->format_types, formats, format_count * sizeof(uint32_t)); in __drm_universal_plane_init()
325 plane->format_count = format_count; in __drm_universal_plane_init()
388 const uint32_t *formats, unsigned int format_count, in drm_universal_plane_init() argument
400 formats, format_count, format_modifiers, in drm_universal_plane_init()
[all …]
H A Ddrm_fb_helper.c1499 size_t format_count, uint32_t bpp, uint32_t depth) in drm_fb_helper_find_format()
1518 for (i = 0; i < format_count; ++i) {
1531 const uint32_t *formats, size_t format_count, in drm_fb_helper_find_color_mode_format()
1559 return drm_fb_helper_find_format(fb_helper, formats, format_count, bpp, depth); in __drm_fb_helper_find_sizes()
1593 plane->format_count, in __drm_fb_helper_find_sizes()
1606 plane->format_count, in __drm_fb_helper_find_sizes()
1488 drm_fb_helper_find_format(struct drm_fb_helper * fb_helper,const uint32_t * formats,size_t format_count,uint32_t bpp,uint32_t depth) drm_fb_helper_find_format() argument
1520 drm_fb_helper_find_color_mode_format(struct drm_fb_helper * fb_helper,const uint32_t * formats,size_t format_count,unsigned int color_mode) drm_fb_helper_find_color_mode_format() argument
/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_fb.c135 int format_count; member
138 .format_count = ARRAY_SIZE(format_list)
316 return lookup_format_info(md->formats, md->format_count, cmd->pixel_format); in intel_fb_get_format_info()