Home
last modified time | relevance | path

Searched refs:format_types (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/
Ddrm_plane.c125 memcpy(formats_ptr(blob_data), plane->format_types, formats_size); in create_in_format_blob()
135 plane->format_types[j], in create_in_format_blob()
202 plane->format_types = kmalloc_array(format_count, sizeof(uint32_t), in drm_universal_plane_init()
204 if (!plane->format_types) { in drm_universal_plane_init()
233 kfree(plane->format_types); in drm_universal_plane_init()
249 kfree(plane->format_types); in drm_universal_plane_init()
255 memcpy(plane->format_types, formats, format_count * sizeof(uint32_t)); in drm_universal_plane_init()
361 kfree(plane->format_types); in drm_plane_cleanup()
556 plane->format_types, in drm_mode_getplane()
572 if (format == plane->format_types[i]) in drm_plane_check_pixel_format()
Ddrm_fb_helper.c1556 fmt = drm_format_info(plane->format_types[j]); in drm_fb_helper_single_fb_probe()
/Linux-v5.4/include/drm/
Ddrm_plane.h592 uint32_t *format_types; member