Home
last modified time | relevance | path

Searched refs:drm_property_blob (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/drm2/
H A Ddrm_crtc.h269 struct drm_property_blob { struct
585 struct drm_property_blob *edid_blob_ptr;
834 #define obj_to_blob(x) container_of(x, struct drm_property_blob, base)
H A Ddrm_crtc.c39 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()