Home
last modified time | relevance | path

Searched refs:drm_mode_property_enum (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/include/drm-uapi/
H A Ddrm_mode.h545 * struct drm_mode_property_enum - Description for an enum/bitfield entry.
551 struct drm_mode_property_enum { struct
590 /** @enum_blob_ptr: Pointer to a struct drm_mode_property_enum array. */
/third_party/libdrm/include/drm/
H A Ddrm_mode.h512 struct drm_mode_property_enum { struct
/third_party/libdrm/
H A Dxf86drmMode.h141 struct drm_mode_property_enum *enums;
H A Dxf86drmMode.c650 prop.enum_blob_ptr = VOID2U64(drmMalloc(prop.count_enum_blobs * sizeof(struct drm_mode_property_enum))); in drmModeGetProperty()
673 r->enums = drmAllocCpy(U642VOID(prop.enum_blob_ptr), prop.count_enum_blobs, sizeof(struct drm_mode_property_enum)); in drmModeGetProperty()

Completed in 8 milliseconds