Lines Matching full:blob
133 * Object properties work like blob properties, but in a more
138 * Blob properties store a binary blob without any format restriction.
139 * The binary blobs are created as KMS standalone objects, and blob
140 * property instance values store the ID of their associated blob
141 * object. Blob properties are created by calling
144 * Actual blob objects to contain blob data are created using
147 * Besides the built-in limit to only accept blob objects blob
149 * blob properties exist is backwards compatibility with existing
201 * struct drm_property_blob - Blob data for &drm_property
204 * @head_global: entry on the global blob list in
206 * @head_file: entry on the per-file blob list in &drm_file.blobs list.
207 * @length: size of the blob in bytes, invariant over the lifetime of the object
288 bool drm_property_replace_blob(struct drm_property_blob **blob,
290 struct drm_property_blob *drm_property_blob_get(struct drm_property_blob *blob);
291 void drm_property_blob_put(struct drm_property_blob *blob);