new_blob 4215 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c struct drm_property_blob *new_blob = new_state->hdr_output_metadata; new_blob 4217 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c if (old_blob != new_blob) { new_blob 4218 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c if (old_blob && new_blob && new_blob 4219 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c old_blob->length == new_blob->length) new_blob 4220 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c return memcmp(old_blob->data, new_blob->data, new_blob 394 drivers/gpu/drm/drm_atomic_uapi.c struct drm_property_blob *new_blob = NULL; new_blob 397 drivers/gpu/drm/drm_atomic_uapi.c new_blob = drm_property_lookup_blob(dev, blob_id); new_blob 398 drivers/gpu/drm/drm_atomic_uapi.c if (new_blob == NULL) new_blob 402 drivers/gpu/drm/drm_atomic_uapi.c new_blob->length != expected_size) { new_blob 403 drivers/gpu/drm/drm_atomic_uapi.c drm_property_blob_put(new_blob); new_blob 407 drivers/gpu/drm/drm_atomic_uapi.c new_blob->length % expected_elem_size != 0) { new_blob 408 drivers/gpu/drm/drm_atomic_uapi.c drm_property_blob_put(new_blob); new_blob 413 drivers/gpu/drm/drm_atomic_uapi.c *replaced |= drm_property_replace_blob(blob, new_blob); new_blob 414 drivers/gpu/drm/drm_atomic_uapi.c drm_property_blob_put(new_blob); new_blob 700 drivers/gpu/drm/drm_property.c struct drm_property_blob *new_blob = NULL; new_blob 709 drivers/gpu/drm/drm_property.c new_blob = drm_property_create_blob(dev, length, data); new_blob 710 drivers/gpu/drm/drm_property.c if (IS_ERR(new_blob)) new_blob 711 drivers/gpu/drm/drm_property.c return PTR_ERR(new_blob); new_blob 717 drivers/gpu/drm/drm_property.c new_blob ? new_blob 718 drivers/gpu/drm/drm_property.c new_blob->base.id : 0); new_blob 724 drivers/gpu/drm/drm_property.c *replace = new_blob; new_blob 729 drivers/gpu/drm/drm_property.c drm_property_blob_put(new_blob); new_blob 742 drivers/gpu/drm/drm_property.c struct drm_property_blob *new_blob) new_blob 746 drivers/gpu/drm/drm_property.c if (old_blob == new_blob) new_blob 750 drivers/gpu/drm/drm_property.c if (new_blob) new_blob 751 drivers/gpu/drm/drm_property.c drm_property_blob_get(new_blob); new_blob 752 drivers/gpu/drm/drm_property.c *blob = new_blob; new_blob 282 include/drm/drm_property.h struct drm_property_blob *new_blob);