[PATCH 1/3] drm/doc: Add description of drm properties in msm(V2)

2015-06-25 Thread Jilai Wang
Add plane properties "premultiplied/zpos/alpha" used in msm MDP driver to perform proper blending operation. V1: Initial change V2: Change "premultiplied" property to enum (Rob's comment) Signed-off-by: Jilai Wang --- Documentation/DocBook/drm.tmpl | 23 +++ 1 file changed, 2

[PATCH 1/3] drm/doc: Add description of drm properties in msm

2015-06-24 Thread Rob Clark
On Fri, Jun 19, 2015 at 11:36 AM, Jilai Wang wrote: > Add plane properties "premultiplied/zpos/alpha" used in msm MDP > driver to perform proper blending operation. > > Signed-off-by: Jilai Wang > --- > Documentation/DocBook/drm.tmpl | 23 +++ > 1 file changed, 23 insertions(

[PATCH 1/3] drm/doc: Add description of drm properties in msm

2015-06-19 Thread Jilai Wang
Add plane properties "premultiplied/zpos/alpha" used in msm MDP driver to perform proper blending operation. Signed-off-by: Jilai Wang --- Documentation/DocBook/drm.tmpl | 23 +++ 1 file changed, 23 insertions(+) diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/Do