diff options
author | Sean Paul <seanpaul@chromium.org> | 2014-12-03 11:57:40 -0800 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-12-04 11:03:23 +0100 |
commit | e2beb6cd5d0f6f0f6e71fe200a674932194a8e84 (patch) | |
tree | ff234b8a961d5fae321c1ff1c0286b9cb3912d72 /Documentation/DocBook | |
parent | 7c58e87ee55d9a190e0059bb9b833d1e50d0fea4 (diff) | |
download | op-kernel-dev-e2beb6cd5d0f6f0f6e71fe200a674932194a8e84.zip op-kernel-dev-e2beb6cd5d0f6f0f6e71fe200a674932194a8e84.tar.gz |
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/DocBook')
-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 3789f2d..b344bc3 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl @@ -2546,7 +2546,7 @@ void intel_crt_init(struct drm_device *dev) <td valign="top" >Description/Restrictions</td> </tr> <tr> - <td rowspan="23" valign="top" >DRM</td> + <td rowspan="24" valign="top" >DRM</td> <td rowspan="3" valign="top" >Generic</td> <td valign="top" >“EDID”</td> <td valign="top" >BLOB | IMMUTABLE</td> |