From: Jilai Wang <jilaiw@codeaurora.org>
To: dri-devel@lists.freedesktop.org
Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
robdclark@gmail.com, Jilai Wang <jilaiw@codeaurora.org>
Subject: [PATCH 1/3] drm/doc: Add description of drm properties in msm
Date: Fri, 19 Jun 2015 11:36:47 -0400 [thread overview]
Message-ID: <1434728209-24724-2-git-send-email-jilaiw@codeaurora.org> (raw)
In-Reply-To: <1434728209-24724-1-git-send-email-jilaiw@codeaurora.org>
Add plane properties "premultiplied/zpos/alpha" used in msm MDP
driver to perform proper blending operation.
Signed-off-by: Jilai Wang <jilaiw@codeaurora.org>
---
Documentation/DocBook/drm.tmpl | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index 109fde8..9dc0940 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -3500,6 +3500,29 @@ void intel_crt_init(struct drm_device *dev)
<td valign="top" >Plane</td>
<td valign="top" >TBD</td>
</tr>
+ <tr>
+ <td rowspan="3" valign="top" >msm</td>
+ <td rowspan="3" valign="top" >Generic</td>
+ <td valign="top" >"premultiplied"</td>
+ <td valign="top" >RANGE</td>
+ <td valign="top" >Min=0, Max=1</td>
+ <td valign="top" >Plane</td>
+ <td valign="top" >property to indicate the framebuffer used by this plane is alpha pre-multiplied</td>
+ </tr>
+ <tr>
+ <td valign="top" >"alpha"</td>
+ <td valign="top" >RANGE</td>
+ <td valign="top" >Min=0, Max=255</td>
+ <td valign="top" >Plane</td>
+ <td valign="top" >property to set plane's global alpha value</td>
+ </tr>
+ <tr>
+ <td valign="top" >"zpos"</td>
+ <td valign="top" >RANGE</td>
+ <td valign="top" >Min=1, Max=255</td>
+ <td valign="top" >Plane</td>
+ <td valign="top" >property to set plane's z position during blending</td>
+ </tr>
</tbody>
</table>
</sect2>
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project
next prev parent reply other threads:[~2015-06-19 15:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-19 15:36 [PATCH 0/3]drm/msm/mdp5: Add plane blending operation support for MDP5 Jilai Wang
2015-06-19 15:36 ` Jilai Wang [this message]
2015-06-24 17:30 ` [PATCH 1/3] drm/doc: Add description of drm properties in msm Rob Clark
2015-06-25 21:36 ` [PATCH 1/3] drm/doc: Add description of drm properties in msm(V2) Jilai Wang
2015-06-19 15:36 ` [PATCH 2/3] drm/msm/mdp5: Update generated header files Jilai Wang
2015-06-24 14:29 ` [PATCH 2/3] drm/msm/mdp5: Update generated header files(V2) Jilai Wang
2015-06-19 15:36 ` [PATCH 3/3] drm/msm/mdp5: Add plane blending operation support for MDP5 Jilai Wang
2015-06-25 21:37 ` [PATCH 3/3] drm/msm/mdp5: Add plane blending operation support for MDP5(V2) Jilai Wang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1434728209-24724-2-git-send-email-jilaiw@codeaurora.org \
--to=jilaiw@codeaurora.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robdclark@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox