Lines Matching full:properties
37 * @properties: properties attached to this object, including values
43 * properties like @id and @type it provides two services:
45 * - It tracks attached properties and their values. This is used by &drm_crtc,
46 * &drm_plane and &drm_connector. Properties are attached by calling
58 struct drm_object_properties *properties; member
69 * @count: number of valid properties, must be less than or equal to
75 * @properties: Array of pointers to &drm_property.
77 * NOTE: if we ever start dynamically destroying properties (ie.
82 struct drm_property *properties[DRM_OBJECT_MAX_PROPERTY]; member
85 * @values: Array to store the property values, matching @properties. Do
89 * Note that atomic drivers do not store mutable properties in this