Searched refs:drm_property_blob (Results 1 – 2 of 2) sorted by relevance
271 struct drm_property_blob { struct587 struct drm_property_blob *edid_blob_ptr;836 #define obj_to_blob(x) container_of(x, struct drm_property_blob, base)
41 struct drm_property_blob *blob);1074 struct drm_property_blob *blob, *bt; in drm_mode_config_cleanup()3007 struct drm_property_blob *prop_blob; in drm_mode_getproperty_ioctl()3097 static struct drm_property_blob *drm_property_create_blob(struct drm_device *dev, int length, in drm_property_create_blob()3100 struct drm_property_blob *blob; in drm_property_create_blob()3106 blob = malloc(sizeof(struct drm_property_blob)+length, DRM_MEM_KMS, in drm_property_create_blob()3126 struct drm_property_blob *blob) in drm_property_destroy_blob()3138 struct drm_property_blob *blob; in drm_mode_getblob_ioctl()