Home
last modified time | relevance | path

Searched refs:enum_blob_ptr (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/drm/
H A Ddrm_mode.h576 * The @enum_blob_ptr and @count_enum_blobs fields are only meaningful when the
594 * @enum_blob_ptr and set @count_enum_blobs to its capacity. Calling the ioctl member
600 /** @enum_blob_ptr: Pointer to a struct drm_mode_property_enum array. */
601 __u64 enum_blob_ptr;
621 /** @count_enum_blobs: Number of elements in @enum_blob_ptr. */
/linux/drivers/gpu/drm/
H A Ddrm_property.c492 enum_ptr = u64_to_user_ptr(out_resp->enum_blob_ptr); in drm_mode_getproperty_ioctl()