Name
drm_object_attach_property — 
     attach a property to a modeset object
 
Synopsis
| void drm_object_attach_property ( | struct drm_mode_object * obj, | 
|  | struct drm_property * property, | 
|  | uint64_t init_val ); | 
 
Arguments
- obj
- 
     drm modeset object
     
- property
- 
     property to attach
     
- init_val
- 
     initial value of the property
     
Description
   This attaches the given property to the modeset object with the given initial
   value. Currently this function cannot fail since the properties are stored in
   a statically sized array.