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) ; |
property
enumeration property to change
index
index of the new enumeration
value
value of the new enumeration
name
symbolic name of the new enumeration