Searched refs:format_types (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/drivers/gpu/drm/ |
| D | drm_plane.c | 208 memcpy(formats_ptr(blob_data), plane->format_types, formats_size); in create_in_format_blob() 215 plane->format_types[j], in create_in_format_blob() 275 plane->format_types = kmalloc_array(format_count, sizeof(uint32_t), in __drm_universal_plane_init() 277 if (!plane->format_types) { in __drm_universal_plane_init() 306 kfree(plane->format_types); in __drm_universal_plane_init() 318 kfree(plane->format_types); in __drm_universal_plane_init() 324 memcpy(plane->format_types, formats, format_count * sizeof(uint32_t)); in __drm_universal_plane_init() 542 kfree(plane->format_types); in drm_plane_cleanup() 737 plane->format_types, in drm_mode_getplane() 753 if (format == plane->format_types[i]) in drm_plane_check_pixel_format()
|
| D | drm_fb_helper.c | 1534 plane->format_types, in __drm_fb_helper_find_sizes() 1547 plane->format_types, in __drm_fb_helper_find_sizes()
|
| /Linux-v6.6/include/drm/ |
| D | drm_plane.h | 629 uint32_t *format_types; member
|
| /Linux-v6.6/drivers/gpu/drm/kmb/ |
| D | kmb_plane.c | 85 if (plane->format_types[i] == format) in check_pixel_format()
|