Lines Matching defs:property
216 * Atomic property for setting the power state of the CRTC. When set to 1
222 * test as long as no other property has changed. If a change to ACTIVE
227 * Note that the legacy DPMS property on connectors is internally routed
228 * to control this property for atomic drivers.
230 * Atomic property for setting the CRTC display timings. The value is the
232 * user-space must set this property to 0.
236 * Atomic property for setting the scaling filter for CRTC scaler
238 * The value of this property can be one of the following:
915 struct drm_property *property,
922 ret = crtc->funcs->set_property(crtc, property, value);
924 drm_object_property_set_value(obj, property, value);
931 * property
937 * This function lets driver to enable the scaling filter property on a given