Home
last modified time | relevance | path

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

/openbsd/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/sys/dev/pci/drm/
H A Ddrm_plane.c201 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()
325 plane->format_count = format_count; in __drm_universal_plane_init()
400 formats, format_count, format_modifiers, in drm_universal_plane_init()
441 formats, format_count, format_modifiers, in __drmm_universal_plane_alloc()
480 formats, format_count, format_modifiers, in __drm_universal_plane_alloc()
746 if (plane->format_count && in drm_mode_getplane()
765 for (i = 0; i < plane->format_count; i++) { in drm_plane_check_pixel_format()
[all …]
H A Ddrm_fb_helper.c1499 size_t format_count, uint32_t bpp, uint32_t depth) in drm_fb_helper_find_format() argument
1518 for (i = 0; i < format_count; ++i) { in drm_fb_helper_find_format()
1531 const uint32_t *formats, size_t format_count, in drm_fb_helper_find_color_mode_format() argument
1559 return drm_fb_helper_find_format(fb_helper, formats, format_count, bpp, depth); in drm_fb_helper_find_color_mode_format()
1593 plane->format_count, in __drm_fb_helper_find_sizes()
1606 plane->format_count, in __drm_fb_helper_find_sizes()
/openbsd/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()