Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/
Ddrm_plane.c116 memcpy(formats_ptr(blob_data), plane->format_types, formats_size); in create_in_format_blob()
126 plane->format_types[j], in create_in_format_blob()
193 plane->format_types = kmalloc_array(format_count, sizeof(uint32_t), in drm_universal_plane_init()
195 if (!plane->format_types) { in drm_universal_plane_init()
221 kfree(plane->format_types); in drm_universal_plane_init()
237 kfree(plane->format_types); in drm_universal_plane_init()
243 memcpy(plane->format_types, formats, format_count * sizeof(uint32_t)); in drm_universal_plane_init()
349 kfree(plane->format_types); in drm_plane_cleanup()
546 plane->format_types, in drm_mode_getplane()
562 if (format == plane->format_types[i]) in drm_plane_check_pixel_format()
/Linux-v4.19/include/drm/
Ddrm_plane.h571 uint32_t *format_types; member