All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] drm/Documentation: Fix rowspan value in drm-kms-properties
@ 2014-12-03 19:57 Sean Paul
  2014-12-03 19:57 ` [PATCH 2/2] drm: Add Content Protection Desired property to drm Sean Paul
  2014-12-04 10:03 ` [PATCH 1/2] drm/Documentation: Fix rowspan value in drm-kms-properties Daniel Vetter
  0 siblings, 2 replies; 8+ messages in thread
From: Sean Paul @ 2014-12-03 19:57 UTC (permalink / raw)
  To: dri-devel

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>
---
 Documentation/DocBook/drm.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index 56e2a9b..85287cb 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>
-- 
2.2.0.rc0.207.ga3a616c

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-12-20 18:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-03 19:57 [PATCH 1/2] drm/Documentation: Fix rowspan value in drm-kms-properties Sean Paul
2014-12-03 19:57 ` [PATCH 2/2] drm: Add Content Protection Desired property to drm Sean Paul
2014-12-03 21:31   ` Ville Syrjälä
2014-12-04 10:03     ` Daniel Vetter
2014-12-04 15:47       ` Rob Clark
2014-12-04 19:03       ` [PATCH v2 2/2] drm: Add Content Protection properties " Sean Paul
2016-12-20 18:36         ` Daniel Vetter
2014-12-04 10:03 ` [PATCH 1/2] drm/Documentation: Fix rowspan value in drm-kms-properties Daniel Vetter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.