Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1193551 > unrolled thread

[PATCH 1/2] drm/doc: Add hflip/vflip property descriptions in msm

Started byJilai Wang <jilaiw@codeaurora.org>
First post2015-07-28 01:00 +0200
Last post2015-07-29 23:00 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 1/2] drm/doc: Add hflip/vflip property descriptions in msm Jilai Wang <jilaiw@codeaurora.org> - 2015-07-28 01:00 +0200
    Re: [PATCH 1/2] drm/doc: Add hflip/vflip property descriptions in msm Daniel Vetter <daniel@ffwll.ch> - 2015-07-28 10:30 +0200
      Re: [PATCH 1/2] drm/doc: Add hflip/vflip property descriptions in  msm jilaiw@codeaurora.org - 2015-07-29 23:00 +0200

#1193551 — [PATCH 1/2] drm/doc: Add hflip/vflip property descriptions in msm

FromJilai Wang <jilaiw@codeaurora.org>
Date2015-07-28 01:00 +0200
Subject[PATCH 1/2] drm/doc: Add hflip/vflip property descriptions in msm
Message-ID<pQZxf-7x1-3@gated-at.bofh.it>
Add plane properties hflip/vflip which are used in MDP driver to flip
the input horizontally/vertically.

Signed-off-by: Jilai Wang <jilaiw@codeaurora.org>
---
 Documentation/DocBook/drm.tmpl | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index d9f5613..bef6d34 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -3501,8 +3501,8 @@ void intel_crt_init(struct drm_device *dev)
 	<td valign="top" >TBD</td>
 	</tr>
 	<tr>
-	<td rowspan="3" valign="top" >msm</td>
-	<td rowspan="3" valign="top" >Generic</td>
+	<td rowspan="5" valign="top" >msm</td>
+	<td rowspan="5" valign="top" >Generic</td>
 	<td valign="top" >"premultiplied"</td>
 	<td valign="top" >ENUM</td>
 	<td valign="top" >{ "false", "true" }</td>
@@ -3523,6 +3523,20 @@ void intel_crt_init(struct drm_device *dev)
 	<td valign="top" >Plane</td>
 	<td valign="top" >property to set plane's z position during blending</td>
 	</tr>
+	<tr>
+	<td valign="top" >"hflip"</td>
+	<td valign="top" >ENUM</td>
+	<td valign="top" >{ "off", "on" }</td>
+	<td valign="top" >Plane</td>
+	<td valign="top" >property to flip the input horizontally</td>
+	</tr>
+	<tr>
+	<td valign="top" >"vflip"</td>
+	<td valign="top" >ENUM</td>
+	<td valign="top" >{ "off", "on" }</td>
+	<td valign="top" >Plane</td>
+	<td valign="top" >property to flip the input vertically</td>
+	</tr>
 	</tbody>
 	</table>
     </sect2>
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1193866

FromDaniel Vetter <daniel@ffwll.ch>
Date2015-07-28 10:30 +0200
Message-ID<pR8qR-3GF-1@gated-at.bofh.it>
In reply to#1193551
On Mon, Jul 27, 2015 at 06:57:33PM -0400, Jilai Wang wrote:
> Add plane properties hflip/vflip which are used in MDP driver to flip
> the input horizontally/vertically.
> 
> Signed-off-by: Jilai Wang <jilaiw@codeaurora.org>

Is the existing rotation prop with flip masks not enough?
-Daniel

> ---
>  Documentation/DocBook/drm.tmpl | 18 ++++++++++++++++--
>  1 file changed, 16 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
> index d9f5613..bef6d34 100644
> --- a/Documentation/DocBook/drm.tmpl
> +++ b/Documentation/DocBook/drm.tmpl
> @@ -3501,8 +3501,8 @@ void intel_crt_init(struct drm_device *dev)
>  	<td valign="top" >TBD</td>
>  	</tr>
>  	<tr>
> -	<td rowspan="3" valign="top" >msm</td>
> -	<td rowspan="3" valign="top" >Generic</td>
> +	<td rowspan="5" valign="top" >msm</td>
> +	<td rowspan="5" valign="top" >Generic</td>
>  	<td valign="top" >"premultiplied"</td>
>  	<td valign="top" >ENUM</td>
>  	<td valign="top" >{ "false", "true" }</td>
> @@ -3523,6 +3523,20 @@ void intel_crt_init(struct drm_device *dev)
>  	<td valign="top" >Plane</td>
>  	<td valign="top" >property to set plane's z position during blending</td>
>  	</tr>
> +	<tr>
> +	<td valign="top" >"hflip"</td>
> +	<td valign="top" >ENUM</td>
> +	<td valign="top" >{ "off", "on" }</td>
> +	<td valign="top" >Plane</td>
> +	<td valign="top" >property to flip the input horizontally</td>
> +	</tr>
> +	<tr>
> +	<td valign="top" >"vflip"</td>
> +	<td valign="top" >ENUM</td>
> +	<td valign="top" >{ "off", "on" }</td>
> +	<td valign="top" >Plane</td>
> +	<td valign="top" >property to flip the input vertically</td>
> +	</tr>
>  	</tbody>
>  	</table>
>      </sect2>
> -- 
> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
> a Linux Foundation Collaborative Project
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1195495 — Re: [PATCH 1/2] drm/doc: Add hflip/vflip property descriptions in msm

Fromjilaiw@codeaurora.org
Date2015-07-29 23:00 +0200
SubjectRe: [PATCH 1/2] drm/doc: Add hflip/vflip property descriptions in msm
Message-ID<pRGCe-2tK-13@gated-at.bofh.it>
In reply to#1193866
Thanks for this information, Daniel.
I will change it to use rotation prop in next patch.
> On Mon, Jul 27, 2015 at 06:57:33PM -0400, Jilai Wang wrote:
>> Add plane properties hflip/vflip which are used in MDP driver to flip
>> the input horizontally/vertically.
>>
>> Signed-off-by: Jilai Wang <jilaiw@codeaurora.org>
>
> Is the existing rotation prop with flip masks not enough?
> -Daniel
>
>> ---
>>  Documentation/DocBook/drm.tmpl | 18 ++++++++++++++++--
>>  1 file changed, 16 insertions(+), 2 deletions(-)
>>
>> diff --git a/Documentation/DocBook/drm.tmpl
>> b/Documentation/DocBook/drm.tmpl
>> index d9f5613..bef6d34 100644
>> --- a/Documentation/DocBook/drm.tmpl
>> +++ b/Documentation/DocBook/drm.tmpl
>> @@ -3501,8 +3501,8 @@ void intel_crt_init(struct drm_device *dev)
>>  	<td valign="top" >TBD</td>
>>  	</tr>
>>  	<tr>
>> -	<td rowspan="3" valign="top" >msm</td>
>> -	<td rowspan="3" valign="top" >Generic</td>
>> +	<td rowspan="5" valign="top" >msm</td>
>> +	<td rowspan="5" valign="top" >Generic</td>
>>  	<td valign="top" >"premultiplied"</td>
>>  	<td valign="top" >ENUM</td>
>>  	<td valign="top" >{ "false", "true" }</td>
>> @@ -3523,6 +3523,20 @@ void intel_crt_init(struct drm_device *dev)
>>  	<td valign="top" >Plane</td>
>>  	<td valign="top" >property to set plane's z position during
>> blending</td>
>>  	</tr>
>> +	<tr>
>> +	<td valign="top" >"hflip"</td>
>> +	<td valign="top" >ENUM</td>
>> +	<td valign="top" >{ "off", "on" }</td>
>> +	<td valign="top" >Plane</td>
>> +	<td valign="top" >property to flip the input horizontally</td>
>> +	</tr>
>> +	<tr>
>> +	<td valign="top" >"vflip"</td>
>> +	<td valign="top" >ENUM</td>
>> +	<td valign="top" >{ "off", "on" }</td>
>> +	<td valign="top" >Plane</td>
>> +	<td valign="top" >property to flip the input vertically</td>
>> +	</tr>
>>  	</tbody>
>>  	</table>
>>      </sect2>
>> --
>> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora
>> Forum,
>> a Linux Foundation Collaborative Project
>>
>> _______________________________________________
>> dri-devel mailing list
>> dri-devel@lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/dri-devel
>
> --
> Daniel Vetter
> Software Engineer, Intel Corporation
> http://blog.ffwll.ch
>


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web