drm_property_create_enum — create a new enumeration property type
| struct drm_property * drm_property_create_enum ( | struct drm_device * dev, | 
| int flags, | |
| const char * name, | |
| const struct drm_prop_enum_list * props, | |
| int num_values ); | 
devdrm device
flagsflags specifying the property type
namename of the property
propsenumeration lists with property values
num_valuesnumber of pre-defined values