Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_mode.h232 #define DRM_MODE_PROP_BLOB (1<<4) macro
H A Ddrm_crtc.c760 edid = drm_property_create(dev, DRM_MODE_PROP_BLOB | in drm_mode_create_standard_connector_properties()
2995 } else if (property->flags & DRM_MODE_PROP_BLOB) { in drm_mode_getproperty_ioctl()
3039 if (property->flags & DRM_MODE_PROP_BLOB) { in drm_mode_getproperty_ioctl()
3178 } else if (property->flags & DRM_MODE_PROP_BLOB) { in drm_property_change_is_valid()