Home | History | Annotate | Download | only in drm

Lines Matching refs:replace

673  * drm_property_replace_global_blob - replace existing blob property
675 * @replace: location of blob property pointer to be replaced
682 * This function will replace a global property in the blob list, optionally
688 * Access to the replace pointer is assumed to be protected by the caller, e.g.
693 * function with replace pointing to the connector's path_blob_ptr, length and
700 struct drm_property_blob **replace,
710 WARN_ON(replace == NULL);
712 old_blob = *replace;
730 *replace = new_blob;
741 * drm_property_replace_blob - replace a blob property
743 * @new_blob: the new blob to replace with