Home | History | Annotate | Download | only in drm

Lines Matching refs:blob

128 	 *     Object properties work like blob properties, but in a more
133 * Blob properties store a binary blob without any format restriction.
134 * The binary blobs are created as KMS standalone objects, and blob
135 * property instance values store the ID of their associated blob
136 * object. Blob properties are created by calling
139 * Actual blob objects to contain blob data are created using
142 * Besides the built-in limit to only accept blob objects blob
144 * blob properties exist is backwards compatibility with existing
196 * struct drm_property_blob - Blob data for &drm_property
199 * @head_global: entry on the global blob list in
201 * @head_file: entry on the per-file blob list in &drm_file.blobs list.
202 * @length: size of the blob in bytes, invariant over the lifetime of the object
283 bool drm_property_replace_blob(struct drm_property_blob **blob,
285 struct drm_property_blob *drm_property_blob_get(struct drm_property_blob *blob);
286 void drm_property_blob_put(struct drm_property_blob *blob);