Home
last modified time | relevance | path

Searched refs:drm_mode_property_enum (Results 1 – 6 of 6) sorted by relevance

/external/drm_hwcomposer/
Ddrmproperty.h52 DrmPropertyEnum(drm_mode_property_enum *e);
Ddrmproperty.cpp28 DrmProperty::DrmPropertyEnum::DrmPropertyEnum(drm_mode_property_enum *e) in DrmPropertyEnum()
/external/kernel-headers/original/uapi/drm/
Ddrm_mode.h322 struct drm_mode_property_enum { struct
/external/libdrm/include/drm/
Ddrm_mode.h312 struct drm_mode_property_enum { struct
/external/libdrm/
Dxf86drmMode.h241 struct drm_mode_property_enum *enums;
Dxf86drmMode.c639 …enum_blob_ptr = VOID2U64(drmMalloc(prop.count_enum_blobs * sizeof(struct drm_mode_property_enum))); in drmModeGetProperty()
662 …locCpy(U642VOID(prop.enum_blob_ptr), prop.count_enum_blobs, sizeof(struct drm_mode_property_enum)); in drmModeGetProperty()