[Intel-gfx] [PATCH 1/1] Documentation: drm: describing rotation property for i915

sonika.jindal at intel.com sonika.jindal at intel.com
Thu Jun 19 08:11:27 CEST 2014


From: Sagar Kamble <sagar.a.kamble at intel.com>

Signed-off-by: Sagar Kamble <sagar.a.kamble at intel.com>

Cc: Daniel Vetter <daniel.vetter at ffwll.ch>
Cc: "Ville Syrjälä" <ville.syrjala at linux.intel.com>
Cc: linux-doc at vger.kernel.org (open list:DOCUMENTATION)
Cc: linux-kernel at vger.kernel.org (open list)
---
 Documentation/DocBook/drm.tmpl | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index 7df3134..ce11fd7 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -2664,11 +2664,13 @@ void intel_crt_init(struct drm_device *dev)
 	<td valign="top" >TBD</td>
 	</tr>
 	<tr>
-	<td valign="top" >Standard name as in DRM</td>
-	<td valign="top" >Standard type as in DRM</td>
-	<td valign="top" >Standard value as in DRM</td>
-	<td valign="top" >Standard Object as in DRM</td>
-	<td valign="top" >TBD</td>
+	<td valign="top" >“rotation”</td>
+	<td valign="top" >BITMASK</td>
+	<td valign="top" >{ 0, "rotate-0" },
+	{ 2, "rotate-180" }</td>
+	<td valign="top" >Plane</td>
+	<td valign="top" >Used to set plane rotation. Only 0 and 180 degree
+	rotation supported as of now</td>
 	</tr>
 	<tr>
 	<td rowspan="17" valign="top" >SDVO-TV</td>
-- 
1.8.5




More information about the Intel-gfx mailing list