Commit 90a460d5 authored by Sean Paul's avatar Sean Paul

drm: Fix kerneldoc for DRM_MODE_PROP_IMMUTABLE

Noticed this while browsing the docs.
Reviewed-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: default avatarSean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20180713153444.95466-1-seanpaul@chromium.org
parent 69a8a196
...@@ -147,10 +147,10 @@ struct drm_property { ...@@ -147,10 +147,10 @@ struct drm_property {
* properties are not exposed to legacy userspace. * properties are not exposed to legacy userspace.
* *
* DRM_MODE_PROP_IMMUTABLE * DRM_MODE_PROP_IMMUTABLE
* Set for properties where userspace cannot be changed by * Set for properties whose values cannot be changed by
* userspace. The kernel is allowed to update the value of these * userspace. The kernel is allowed to update the value of these
* properties. This is generally used to expose probe state to * properties. This is generally used to expose probe state to
* usersapce, e.g. the EDID, or the connector path property on DP * userspace, e.g. the EDID, or the connector path property on DP
* MST sinks. * MST sinks.
*/ */
uint32_t flags; uint32_t flags;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment