Lines Matching defs:property
58 * The type of a plane is exposed in the immutable "type" enumeration property,
310 "Mixing planes with and without zpos property is invalid\n");
456 * drm_mode_plane_set_obj_prop - set the value of a property
457 * @plane: drm plane object to set property value for
458 * @property: property to set
459 * @value: value the property should be set to
461 * This functions sets a given property on a given plane object. This function
463 * the property if the callback succeeds.
469 struct drm_property *property,
476 ret = plane->funcs->set_property(plane, property, value);
478 drm_object_property_set_value(obj, property, value);