Searched refs:drm_property_blob (Results 1 – 2 of 2) sorted by relevance
269 struct drm_property_blob { struct585 struct drm_property_blob *edid_blob_ptr;834 #define obj_to_blob(x) container_of(x, struct drm_property_blob, base)
39 struct drm_property_blob *blob);1060 struct drm_property_blob *blob, *bt; in drm_mode_config_cleanup()2976 struct drm_property_blob *prop_blob; in drm_mode_getproperty_ioctl()3066 static struct drm_property_blob *drm_property_create_blob(struct drm_device *dev, int length, in drm_property_create_blob()3069 struct drm_property_blob *blob; in drm_property_create_blob()3075 blob = malloc(sizeof(struct drm_property_blob)+length, DRM_MEM_KMS, in drm_property_create_blob()3092 struct drm_property_blob *blob) in drm_property_destroy_blob()3104 struct drm_property_blob *blob; in drm_mode_getblob_ioctl()