diff options
author | Dave Airlie <airlied@redhat.com> | 2014-10-21 22:03:04 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2014-11-09 19:21:14 -0500 |
commit | cc7096fb6d1dfbdac5e7e2675c046fd40646cc66 (patch) | |
tree | 4565b126ca999369851c1efcd02952fbbb8f6885 /Documentation | |
parent | 122387a53eeac62e6546fd707259b63feca2d839 (diff) |
drm/mode: document path property and function to set it. (v1.1)
These two didn't get documented properly, do so.
Pointed out by Daniel.
v1.1: add missing boilerplate (Daniel)
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index 64d9c1e6e6cd..b4d80a2d46d1 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl | |||
@@ -2534,7 +2534,7 @@ void intel_crt_init(struct drm_device *dev) | |||
2534 | </tr> | 2534 | </tr> |
2535 | <tr> | 2535 | <tr> |
2536 | <td rowspan="21" valign="top" >DRM</td> | 2536 | <td rowspan="21" valign="top" >DRM</td> |
2537 | <td rowspan="2" valign="top" >Generic</td> | 2537 | <td rowspan="3" valign="top" >Generic</td> |
2538 | <td valign="top" >“EDID”</td> | 2538 | <td valign="top" >“EDID”</td> |
2539 | <td valign="top" >BLOB | IMMUTABLE</td> | 2539 | <td valign="top" >BLOB | IMMUTABLE</td> |
2540 | <td valign="top" >0</td> | 2540 | <td valign="top" >0</td> |
@@ -2549,6 +2549,13 @@ void intel_crt_init(struct drm_device *dev) | |||
2549 | <td valign="top" >Contains DPMS operation mode value.</td> | 2549 | <td valign="top" >Contains DPMS operation mode value.</td> |
2550 | </tr> | 2550 | </tr> |
2551 | <tr> | 2551 | <tr> |
2552 | <td valign="top" >“PATH”</td> | ||
2553 | <td valign="top" >BLOB | IMMUTABLE</td> | ||
2554 | <td valign="top" >0</td> | ||
2555 | <td valign="top" >Connector</td> | ||
2556 | <td valign="top" >Contains topology path to a connector.</td> | ||
2557 | </tr> | ||
2558 | <tr> | ||
2552 | <td rowspan="1" valign="top" >Plane</td> | 2559 | <td rowspan="1" valign="top" >Plane</td> |
2553 | <td valign="top" >“type”</td> | 2560 | <td valign="top" >“type”</td> |
2554 | <td valign="top" >ENUM | IMMUTABLE</td> | 2561 | <td valign="top" >ENUM | IMMUTABLE</td> |