Searched refs:format_count (Results 1 – 11 of 11) sorted by relevance
| /linux/include/drm/ |
| H A D | drm_plane.h | 679 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 D | drm_simple_kms_helper.h | 257 const uint32_t *formats, unsigned int format_count,
|
| H A D | drm_mipi_dbi.h | 169 const uint32_t *formats, unsigned int format_count,
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_plane.c | 210 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 D | drm_fb_helper.c | 1374 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 D | xen_drm_front_conn.c | 40 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 D | xen_drm_front_conn.h | 23 const u32 *xen_drm_front_conn_get_formats(int *format_count);
|
| /linux/drivers/gpu/drm/ast/ |
| H A D | ast_mode.c | 464 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 D | ast_drv.h | 545 const uint32_t *formats, unsigned int format_count,
|
| /linux/drivers/gpu/drm/clients/ |
| H A D | drm_log.c | 184 for (i = 0; i < plane->format_count; i++) in drm_log_find_usable_format()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_fb.c | 225 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()
|