Searched refs:format_types (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_plane.c | 227 memcpy(formats_ptr(blob_data), plane->format_types, formats_size); in create_in_format_blob() 234 plane->format_types[j], in create_in_format_blob() 391 plane->format_types = kmalloc_array(format_count, sizeof(uint32_t), in __drm_universal_plane_init() 393 if (!plane->format_types) { in __drm_universal_plane_init() 422 kfree(plane->format_types); in __drm_universal_plane_init() 434 kfree(plane->format_types); in __drm_universal_plane_init() 440 memcpy(plane->format_types, formats, format_count * sizeof(uint32_t)); in __drm_universal_plane_init() 662 kfree(plane->format_types); in drm_plane_cleanup() 870 plane->format_types, in drm_mode_getplane() 895 if (format == plane->format_types[i]) in drm_plane_has_format()
|
| H A D | drm_fb_helper.c | 1511 plane->format_types, in __drm_fb_helper_find_sizes() 1524 plane->format_types, in __drm_fb_helper_find_sizes()
|
| /linux-6.15/drivers/gpu/drm/clients/ |
| H A D | drm_log.c | 185 if (drm_draw_color_from_xrgb8888(0xffffff, plane->format_types[i]) != 0) in drm_log_find_usable_format() 186 return plane->format_types[i]; in drm_log_find_usable_format()
|
| /linux-6.15/include/drm/ |
| H A D | drm_plane.h | 652 uint32_t *format_types; member
|
| /linux-6.15/drivers/gpu/drm/kmb/ |
| H A D | kmb_plane.c | 85 if (plane->format_types[i] == format) in check_pixel_format()
|