Home
last modified time | relevance | path

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

/linux/include/drm/
H A Ddrm_plane.h679 unsigned int format_count; member
832 unsigned int format_count,
844 unsigned int format_count,
876 format_count, format_modifiers, plane_type, name, ...) \ argument
880 format_count, format_modifiers, \
889 unsigned int format_count,
920 format_count, format_modifiers, plane_type, name, ...) \ argument
924 format_count, format_modifiers, \
H A Ddrm_simple_kms_helper.h257 const uint32_t *formats, unsigned int format_count,
H A Ddrm_mipi_dbi.h169 const uint32_t *formats, unsigned int format_count,
/linux/drivers/gpu/drm/
H A Ddrm_plane.c210 formats_size = sizeof(__u32) * plane->format_count; in create_in_format_blob()
233 blob_data->count_formats = plane->format_count; in create_in_format_blob()
244 for (j = 0; j < plane->format_count; j++) { in create_in_format_blob()
365 unsigned int format_count, in __drm_universal_plane_init() argument
386 if (WARN_ON(format_count > 64)) in __drm_universal_plane_init()
402 plane->format_types = kmalloc_array(format_count, sizeof(uint32_t), in __drm_universal_plane_init()
451 memcpy(plane->format_types, formats, format_count * sizeof(uint32_t)); in __drm_universal_plane_init()
452 plane->format_count = format_count; in __drm_universal_plane_init()
535 const uint32_t *formats, unsigned int format_count, in drm_universal_plane_init() argument
547 formats, format_count, format_modifiers, in drm_universal_plane_init()
[all …]
H A Ddrm_fb_helper.c1374 size_t format_count, unsigned int color_mode) in drm_fb_helper_find_format() argument
1386 for (i = 0; i < format_count; ++i) { in drm_fb_helper_find_format()
1426 plane->format_count, in __drm_fb_helper_find_sizes()
1439 plane->format_count, in __drm_fb_helper_find_sizes()
/linux/drivers/gpu/drm/xen/
H A Dxen_drm_front_conn.c40 const u32 *xen_drm_front_conn_get_formats(int *format_count) in xen_drm_front_conn_get_formats() argument
42 *format_count = ARRAY_SIZE(plane_formats); in xen_drm_front_conn_get_formats()
H A Dxen_drm_front_conn.h23 const u32 *xen_drm_front_conn_get_formats(int *format_count);
/linux/drivers/gpu/drm/ast/
H A Dast_mode.c464 const uint32_t *formats, unsigned int format_count, in ast_plane_init() argument
474 formats, format_count, format_modifiers, in ast_plane_init()
H A Dast_drv.h545 const uint32_t *formats, unsigned int format_count,
/linux/drivers/gpu/drm/clients/
H A Ddrm_log.c184 for (i = 0; i < plane->format_count; i++) in drm_log_find_usable_format()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_fb.c225 int format_count; member
228 .format_count = ARRAY_SIZE(format_list)
442 return lookup_format_info(md->formats, md->format_count, pixel_format); in intel_fb_get_format_info()