.. | .. |
---|
27 | 27 | #include <linux/ctype.h> |
---|
28 | 28 | #include <drm/drm_mode_object.h> |
---|
29 | 29 | |
---|
| 30 | +#include <uapi/drm/drm_mode.h> |
---|
| 31 | + |
---|
30 | 32 | /** |
---|
31 | 33 | * struct drm_property_enum - symbolic values for enumerations |
---|
32 | 34 | * @value: numeric property value for this enum entry |
---|
.. | .. |
---|
151 | 153 | * userspace. The kernel is allowed to update the value of these |
---|
152 | 154 | * properties. This is generally used to expose probe state to |
---|
153 | 155 | * userspace, e.g. the EDID, or the connector path property on DP |
---|
154 | | - * MST sinks. |
---|
| 156 | + * MST sinks. Kernel can update the value of an immutable property |
---|
| 157 | + * by calling drm_object_property_set_value(). |
---|
155 | 158 | */ |
---|
156 | 159 | uint32_t flags; |
---|
157 | 160 | |
---|