Home
last modified time | relevance | path

Searched refs:count_format_types (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/drm/
H A Ddrm_mode.h303 __u32 count_format_types; member
/kernel/linux/linux-6.6/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
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
H A Ddrm_mode.h184 __u32 count_format_types; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/
H A Ddrm_mode.h168 __u32 count_format_types; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
H A Ddrm_mode.h168 __u32 count_format_types; member
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_plane.c563 (plane_resp->count_format_types >= plane->format_count)) { in drm_mode_getplane()
571 plane_resp->count_format_types = plane->format_count; in drm_mode_getplane()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_plane.c747 (plane_resp->count_format_types >= plane->format_count)) { in drm_mode_getplane()
755 plane_resp->count_format_types = plane->format_count; in drm_mode_getplane()

Completed in 14 milliseconds