Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/drm/
Ddrm_mode.h257 #define DRM_MODE_PROP_BLOB (1<<4) macro
264 DRM_MODE_PROP_BLOB | \
/linux-4.1.27/drivers/gpu/drm/
Ddrm_crtc.c1329 prop = drm_property_create(dev, DRM_MODE_PROP_BLOB | in drm_mode_create_standard_properties()
1344 DRM_MODE_PROP_BLOB | in drm_mode_create_standard_properties()
1352 DRM_MODE_PROP_BLOB | in drm_mode_create_standard_properties()
4201 if (drm_property_type_is(property, DRM_MODE_PROP_BLOB)) in drm_mode_getproperty_ioctl()
4449 } else if (drm_property_type_is(property, DRM_MODE_PROP_BLOB)) { in drm_property_change_valid_get()