drm_property_add_enum — add a possible value to an enumeration property
| int drm_property_add_enum ( | struct drm_property * property, | 
| int index, | |
| uint64_t value, | |
| const char * name ); | 
propertyenumeration property to change
indexindex of the new enumeration
valuevalue of the new enumeration
namesymbolic name of the new enumeration