Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
H A Ddrm_plane.c240 memcpy(formats_ptr(blob_data), plane->format_types, formats_size); in create_in_format_blob()
247 plane->format_types[j], in create_in_format_blob()
402 plane->format_types = kmalloc_array(format_count, sizeof(uint32_t), in __drm_universal_plane_init()
404 if (!plane->format_types) { in __drm_universal_plane_init()
433 kfree(plane->format_types); in __drm_universal_plane_init()
445 kfree(plane->format_types); in __drm_universal_plane_init()
451 memcpy(plane->format_types, formats, format_count * sizeof(uint32_t)); in __drm_universal_plane_init()
689 kfree(plane->format_types); in drm_plane_cleanup()
897 plane->format_types, in drm_mode_getplane()
922 if (format == plane->format_types[i]) in drm_plane_has_format()
H A Ddrm_fb_helper.c1435 plane->format_types, in __drm_fb_helper_find_sizes()
1448 plane->format_types, in __drm_fb_helper_find_sizes()
/linux/drivers/gpu/drm/clients/
H A Ddrm_log.c185 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/include/drm/
H A Ddrm_plane.h677 uint32_t *format_types; member