Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
209 plane->format_types = kmalloc_array(format_count, sizeof(uint32_t), in drm_universal_plane_init()
211 if (!plane->format_types) { in drm_universal_plane_init()
234 kfree(plane->format_types); in drm_universal_plane_init()
250 kfree(plane->format_types); in drm_universal_plane_init()
256 memcpy(plane->format_types, formats, format_count * sizeof(uint32_t)); in drm_universal_plane_init()
371 kfree(plane->format_types); in drm_plane_cleanup()
566 plane->format_types, in drm_mode_getplane()
582 if (format == plane->format_types[i]) in drm_plane_check_pixel_format()
Ddrm_fb_helper.c1549 fmt = drm_format_info(plane->format_types[j]); in drm_fb_helper_single_fb_probe()
/kernel/linux/linux-5.10/include/drm/
Ddrm_plane.h611 uint32_t *format_types; member