Home
last modified time | relevance | path

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

/linux/include/uapi/drm/
H A Ddrm_mode.h321 * To retrieve the number of formats supported, set @count_format_types to zero
322 * and call the ioctl. @count_format_types will be updated with the value.
325 * @count_format_types formats. Point @format_type_ptr to this array and call
326 * the ioctl again (with @count_format_types still set to the value returned in
351 /** @count_format_types: Number of formats. */
352 __u32 count_format_types; member
/linux/drivers/gpu/drm/
H A Ddrm_plane.c894 (plane_resp->count_format_types >= plane->format_count)) { in drm_mode_getplane()
902 plane_resp->count_format_types = plane->format_count; in drm_mode_getplane()