HomeSort by: relevance | last modified time | path
    Searched defs:count_enum_blobs (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
drm_mode.h 426 __u32 count_enum_blobs; member in struct:drm_mode_get_property
  /xsrc/external/mit/MesaLib/dist/include/drm-uapi/
drm_mode.h 566 * The @enum_blob_ptr and @count_enum_blobs fields are only meaningful when the
568 * backwards compatibility, the kernel will always set @count_enum_blobs to
576 * To retrieve the number of elements, set @count_values and @count_enum_blobs
579 * &DRM_MODE_PROP_BITMASK, @count_enum_blobs will be updated as well.
584 * @enum_blob_ptr and set @count_enum_blobs to its capacity. Calling the ioctl
611 /** @count_enum_blobs: Number of elements in @enum_blob_ptr. */
612 __u32 count_enum_blobs; member in struct:drm_mode_get_property
  /xsrc/external/mit/libdrm/dist/include/drm/
drm_mode.h 569 * The @enum_blob_ptr and @count_enum_blobs fields are only meaningful when the
571 * backwards compatibility, the kernel will always set @count_enum_blobs to
579 * To retrieve the number of elements, set @count_values and @count_enum_blobs
582 * &DRM_MODE_PROP_BITMASK, @count_enum_blobs will be updated as well.
587 * @enum_blob_ptr and set @count_enum_blobs to its capacity. Calling the ioctl
614 /** @count_enum_blobs: Number of elements in @enum_blob_ptr. */
615 __u32 count_enum_blobs; member in struct:drm_mode_get_property

Completed in 36 milliseconds