Lines Matching full:blob
126 * Object properties work like blob properties, but in a more
131 * Blob properties store a binary blob without any format restriction.
132 * The binary blobs are created as KMS standalone objects, and blob
133 * property instance values store the ID of their associated blob
134 * object. Blob properties are created by calling
137 * Actual blob objects to contain blob data are created using
140 * Besides the built-in limit to only accept blob objects blob
142 * blob properties exist is backwards compatibility with existing
194 * struct drm_property_blob - Blob data for &drm_property
197 * @head_global: entry on the global blob list in
199 * @head_file: entry on the per-file blob list in &drm_file.blobs list.
200 * @length: size of the blob in bytes, invariant over the lifetime of the object
281 bool drm_property_replace_blob(struct drm_property_blob **blob,
283 struct drm_property_blob *drm_property_blob_get(struct drm_property_blob *blob);
284 void drm_property_blob_put(struct drm_property_blob *blob);