mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] drm/docs: Move "scaling mode" property.
@ 2016-05-02 15:41 robert.foss
  2016-05-02 15:42 ` Deucher, Alexander
  0 siblings, 1 reply; 2+ messages in thread
From: robert.foss @ 2016-05-02 15:41 UTC (permalink / raw)
  To: daniel.vetter, corbet, lukas, treding, alexander.deucher,
	dh.herrmann, graham.whaley, jani.nikula
  Cc: linux-doc, linux-kernel, Robert Foss

From: Robert Foss <robert.foss@collabora.com>

The "scaling mode" property has been moved to the DRM->Generic.
It has also had a list of supported drivers added to it.

Signed-off-by: Robert Foss <robert.foss@collabora.com>
---
 Documentation/DocBook/gpu.tmpl | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/Documentation/DocBook/gpu.tmpl b/Documentation/DocBook/gpu.tmpl
index 1692c4d..da58702 100644
--- a/Documentation/DocBook/gpu.tmpl
+++ b/Documentation/DocBook/gpu.tmpl
@@ -1817,7 +1817,7 @@ void intel_crt_init(struct drm_device *dev)
 	</tr>
 	<tr>
 	<td rowspan="42" valign="top" >DRM</td>
-	<td valign="top" >Generic</td>
+	<td rowspan="2" valign="top" >Generic</td>
 	<td valign="top" >“rotation”</td>
 	<td valign="top" >BITMASK</td>
 	<td valign="top" >{ 0, "rotate-0" },
@@ -1832,6 +1832,13 @@ void intel_crt_init(struct drm_device *dev)
 	image along the specified axis prior to rotation</td>
 	</tr>
 	<tr>
+	<td valign="top" >“scaling mode”</td>
+	<td valign="top" >ENUM</td>
+	<td valign="top" >{ "None", "Full", "Center", "Full aspect" }</td>
+	<td valign="top" >Connector</td>
+	<td valign="top" >Supported by: amdgpu, gma500, i915, nouveau and radeon.</td>
+	</tr>
+	<tr>
 	<td rowspan="5" valign="top" >Connector</td>
 	<td valign="top" >“EDID”</td>
 	<td valign="top" >BLOB | IMMUTABLE</td>
@@ -2068,21 +2075,12 @@ void intel_crt_init(struct drm_device *dev)
 	<td valign="top" >property to suggest an Y offset for a connector</td>
 	</tr>
 	<tr>
-	<td rowspan="8" valign="top" >Optional</td>
-	<td valign="top" >“scaling mode”</td>
-	<td valign="top" >ENUM</td>
-	<td valign="top" >{ "None", "Full", "Center", "Full aspect" }</td>
-	<td valign="top" >Connector</td>
-	<td valign="top" >TBD</td>
-	</tr>
-	<tr>
+	<td rowspan="7" valign="top" >Optional</td>
 	<td valign="top" >"aspect ratio"</td>
 	<td valign="top" >ENUM</td>
 	<td valign="top" >{ "None", "4:3", "16:9" }</td>
 	<td valign="top" >Connector</td>
-	<td valign="top" >DRM property to set aspect ratio from user space app.
-		This enum is made generic to allow addition of custom aspect
-		ratios.</td>
+	<td valign="top" >TDB</td>
 	</tr>
 	<tr>
 	<td valign="top" >“dirty”</td>
-- 
2.5.0

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

* RE: [PATCH] drm/docs: Move "scaling mode" property.
  2016-05-02 15:41 [PATCH] drm/docs: Move "scaling mode" property robert.foss
@ 2016-05-02 15:42 ` Deucher, Alexander
  0 siblings, 0 replies; 2+ messages in thread
From: Deucher, Alexander @ 2016-05-02 15:42 UTC (permalink / raw)
  To: 'robert.foss@collabora.com',
	daniel.vetter, corbet, lukas, treding, dh.herrmann,
	graham.whaley, jani.nikula
  Cc: linux-doc, linux-kernel

> -----Original Message-----
> From: robert.foss@collabora.com [mailto:robert.foss@collabora.com]
> Sent: Monday, May 02, 2016 11:41 AM
> To: daniel.vetter@ffwll.ch; corbet@lwn.net; lukas@wunner.de;
> treding@nvidia.com; Deucher, Alexander; dh.herrmann@gmail.com;
> graham.whaley@linux.intel.com; jani.nikula@intel.com
> Cc: linux-doc@vger.kernel.org; linux-kernel@vger.kernel.org; Robert Foss
> Subject: [PATCH] drm/docs: Move "scaling mode" property.
> 
> From: Robert Foss <robert.foss@collabora.com>
> 
> The "scaling mode" property has been moved to the DRM->Generic.
> It has also had a list of supported drivers added to it.
> 
> Signed-off-by: Robert Foss <robert.foss@collabora.com>

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>

> ---
>  Documentation/DocBook/gpu.tmpl | 22 ++++++++++------------
>  1 file changed, 10 insertions(+), 12 deletions(-)
> 
> diff --git a/Documentation/DocBook/gpu.tmpl
> b/Documentation/DocBook/gpu.tmpl
> index 1692c4d..da58702 100644
> --- a/Documentation/DocBook/gpu.tmpl
> +++ b/Documentation/DocBook/gpu.tmpl
> @@ -1817,7 +1817,7 @@ void intel_crt_init(struct drm_device *dev)
>  	</tr>
>  	<tr>
>  	<td rowspan="42" valign="top" >DRM</td>
> -	<td valign="top" >Generic</td>
> +	<td rowspan="2" valign="top" >Generic</td>
>  	<td valign="top" >“rotation”</td>
>  	<td valign="top" >BITMASK</td>
>  	<td valign="top" >{ 0, "rotate-0" },
> @@ -1832,6 +1832,13 @@ void intel_crt_init(struct drm_device *dev)
>  	image along the specified axis prior to rotation</td>
>  	</tr>
>  	<tr>
> +	<td valign="top" >“scaling mode”</td>
> +	<td valign="top" >ENUM</td>
> +	<td valign="top" >{ "None", "Full", "Center", "Full aspect" }</td>
> +	<td valign="top" >Connector</td>
> +	<td valign="top" >Supported by: amdgpu, gma500, i915, nouveau
> and radeon.</td>
> +	</tr>
> +	<tr>
>  	<td rowspan="5" valign="top" >Connector</td>
>  	<td valign="top" >“EDID”</td>
>  	<td valign="top" >BLOB | IMMUTABLE</td>
> @@ -2068,21 +2075,12 @@ void intel_crt_init(struct drm_device *dev)
>  	<td valign="top" >property to suggest an Y offset for a
> connector</td>
>  	</tr>
>  	<tr>
> -	<td rowspan="8" valign="top" >Optional</td>
> -	<td valign="top" >“scaling mode”</td>
> -	<td valign="top" >ENUM</td>
> -	<td valign="top" >{ "None", "Full", "Center", "Full aspect" }</td>
> -	<td valign="top" >Connector</td>
> -	<td valign="top" >TBD</td>
> -	</tr>
> -	<tr>
> +	<td rowspan="7" valign="top" >Optional</td>
>  	<td valign="top" >"aspect ratio"</td>
>  	<td valign="top" >ENUM</td>
>  	<td valign="top" >{ "None", "4:3", "16:9" }</td>
>  	<td valign="top" >Connector</td>
> -	<td valign="top" >DRM property to set aspect ratio from user space
> app.
> -		This enum is made generic to allow addition of custom aspect
> -		ratios.</td>
> +	<td valign="top" >TDB</td>
>  	</tr>
>  	<tr>
>  	<td valign="top" >“dirty”</td>
> --
> 2.5.0

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

end of thread, other threads:[~2016-05-02 15:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-02 15:41 [PATCH] drm/docs: Move "scaling mode" property robert.foss
2016-05-02 15:42 ` Deucher, Alexander

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®