|
@@ -3512,9 +3512,10 @@ EXPORT_SYMBOL(drm_property_create_enum);
|
|
|
* @flags: flags specifying the property type
|
|
|
* @name: name of the property
|
|
|
* @props: enumeration lists with property bitflags
|
|
|
- * @num_values: number of pre-defined values
|
|
|
+ * @num_props: size of the @props array
|
|
|
+ * @supported_bits: bitmask of all supported enumeration values
|
|
|
*
|
|
|
- * This creates a new generic drm property which can then be attached to a drm
|
|
|
+ * This creates a new bitmask drm property which can then be attached to a drm
|
|
|
* object with drm_object_attach_property. The returned property object must be
|
|
|
* freed with drm_property_destroy.
|
|
|
*
|