Searched refs:drm_property_replace_blob (Results 1 – 5 of 5) sorted by relevance
278 bool drm_property_replace_blob(struct drm_property_blob **blob,
736 bool drm_property_replace_blob(struct drm_property_blob **blob, in drm_property_replace_blob() function750 EXPORT_SYMBOL(drm_property_replace_blob);
3935 replaced = drm_property_replace_blob(&crtc_state->degamma_lut, NULL); in drm_atomic_helper_legacy_gamma_set()3936 replaced |= drm_property_replace_blob(&crtc_state->ctm, NULL); in drm_atomic_helper_legacy_gamma_set()3937 replaced |= drm_property_replace_blob(&crtc_state->gamma_lut, blob); in drm_atomic_helper_legacy_gamma_set()
1440 replaced = drm_property_replace_blob(&crtc_state->degamma_lut, in setcmap_atomic()1442 replaced |= drm_property_replace_blob(&crtc_state->ctm, NULL); in setcmap_atomic()1443 replaced |= drm_property_replace_blob(&crtc_state->gamma_lut, in setcmap_atomic()
523 *replaced |= drm_property_replace_blob(blob, new_blob); in drm_atomic_replace_property_blob_from_id()