diff options
author | Sean Paul <seanpaul@chromium.org> | 2014-12-03 14:57:40 -0500 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-12-04 05:03:23 -0500 |
commit | e2beb6cd5d0f6f0f6e71fe200a674932194a8e84 (patch) | |
tree | ff234b8a961d5fae321c1ff1c0286b9cb3912d72 /Documentation | |
parent | 7c58e87ee55d9a190e0059bb9b833d1e50d0fea4 (diff) |
drm/Documentation: Fix rowspan value in drm-kms-properties
The "DRM" rowspan wasn't updated in commit cc7096fb6d1d (drm/mode: document path
property and function to set it. (v1.1)), so increment it by one to fix the
table.
Cc: Dave Airlie <airlied@linux.ie>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index 3789f2db3c21..b344bc3b0d77 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl | |||
@@ -2546,7 +2546,7 @@ void intel_crt_init(struct drm_device *dev) | |||
2546 | <td valign="top" >Description/Restrictions</td> | 2546 | <td valign="top" >Description/Restrictions</td> |
2547 | </tr> | 2547 | </tr> |
2548 | <tr> | 2548 | <tr> |
2549 | <td rowspan="23" valign="top" >DRM</td> | 2549 | <td rowspan="24" valign="top" >DRM</td> |
2550 | <td rowspan="3" valign="top" >Generic</td> | 2550 | <td rowspan="3" valign="top" >Generic</td> |
2551 | <td valign="top" >“EDID”</td> | 2551 | <td valign="top" >“EDID”</td> |
2552 | <td valign="top" >BLOB | IMMUTABLE</td> | 2552 | <td valign="top" >BLOB | IMMUTABLE</td> |