Searched refs:enum_blob_ptr (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libdrm/dist/
H A Dxf86drmMode.c683 prop.enum_blob_ptr = VOID2U64(drmMalloc(prop.count_enum_blobs * sizeof(struct drm_mode_property_enum)));
687 prop.enum_blob_ptr = VOID2U64(drmMalloc(prop.count_enum_blobs * sizeof(uint32_t)));
706 r->enums = drmAllocCpy(U642VOID(prop.enum_blob_ptr), prop.count_enum_blobs, sizeof(struct drm_mode_property_enum));
709 r->blob_ids = drmAllocCpy(U642VOID(prop.enum_blob_ptr), prop.count_enum_blobs, sizeof(uint32_t));
717 drmFree(U642VOID(prop.enum_blob_ptr));
/xsrc/external/mit/libdrm/dist/include/drm/
H A Ddrm_mode.h569 * The @enum_blob_ptr and @count_enum_blobs fields are only meaningful when the
587 * @enum_blob_ptr and set @count_enum_blobs to its capacity. Calling the ioctl
593 /** @enum_blob_ptr: Pointer to a struct drm_mode_property_enum array. */
594 __u64 enum_blob_ptr; member in struct:drm_mode_get_property
614 /** @count_enum_blobs: Number of elements in @enum_blob_ptr. */
/xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
H A Ddrm_mode.h417 __u64 enum_blob_ptr; /* enum and blob id ptrs */ member in struct:drm_mode_get_property
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Ddrm_mode.h566 * The @enum_blob_ptr and @count_enum_blobs fields are only meaningful when the
584 * @enum_blob_ptr and set @count_enum_blobs to its capacity. Calling the ioctl
590 /** @enum_blob_ptr: Pointer to a struct drm_mode_property_enum array. */
591 __u64 enum_blob_ptr; member in struct:drm_mode_get_property
611 /** @count_enum_blobs: Number of elements in @enum_blob_ptr. */
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_display.c3310 prop->enum_blob_ptr = (uintptr_t)enums;
3351 prop->enum_blob_ptr = (uintptr_t)enums;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_display.c2558 prop.enum_blob_ptr = (uintptr_t)enums;

Completed in 56 milliseconds