From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Daniel Vetter <daniel@ffwll.ch>
Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>,
linux-samsung-soc@vger.kernel.org,
Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
Seung-Woo Kim <sw0312.kim@samsung.com>,
dri-devel@lists.freedesktop.org, linaro-mm-sig@lists.linaro.org,
Andrzej Hajda <a.hajda@samsung.com>,
Tobias Jakobi <tjakobi@math.uni-bielefeld.de>,
fabien.dessenne@st.com,
Benjamin Gaignard <benjamin.gaignard@linaro.org>,
vincent.abriou@st.com,
Marek Szyprowski <m.szyprowski@samsung.com>
Subject: Re: [PATCH 1/4] drm: add generic zpos property
Date: Thu, 12 May 2016 22:06:54 +0300 [thread overview]
Message-ID: <1638804.ANJKIQ8pGq@avalon> (raw)
In-Reply-To: <20160512133607.GW27098@phenom.ffwll.local>
On Thursday 12 May 2016 15:36:07 Daniel Vetter wrote:
> On Thu, May 12, 2016 at 12:28:19PM +0200, Benjamin Gaignard wrote:
> > From: Marek Szyprowski <m.szyprowski@samsung.com>
> >
> > This patch adds support for generic plane's zpos property property with
> > well-defined semantics:
> > - added zpos properties to plane and plane state structures
> > - added helpers for normalizing zpos properties of given set of planes
> > - well defined semantics: planes are sorted by zpos values and then plane
> >
> > id value if zpos equals
> >
> > Normalized zpos values are calculated automatically when generic
> > muttable zpos property has been initialized. Drivers can simply use
> > plane_state->normalized_zpos in their atomic_check and/or plane_update
> > callbacks without any additional calls to DRM core.
> >
> > Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
> >
> > Compare to Marek's original patch zpos property is now specific to each
> > plane and no more to the core.
> > Normalize function take care of the range of per plane defined range
> > before set normalized_zpos.
> >
> > Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
> >
> > Cc: Inki Dae <inki.dae@samsung.com>
> > Cc: Daniel Vetter <daniel@ffwll.ch>
> > Cc: Ville Syrjala <ville.syrjala@linux.intel.com>
> > Cc: Joonyoung Shim <jy0922.shim@samsung.com>
> > Cc: Seung-Woo Kim <sw0312.kim@samsung.com>
> > Cc: Andrzej Hajda <a.hajda@samsung.com>
> > Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> > Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> > Cc: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
> > Cc: Gustavo Padovan <gustavo@padovan.org>
> > Cc: vincent.abriou@st.com
> > Cc: fabien.dessenne@st.com
> > Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
>
> When resending you must have a changelog somewhere. At elast in the cover
> letter, better is per-patch. Otherwise reviewers need to dig out the old
> threads and compare themselves.
And please update the subject as well to include the version number. You can
use
$ git format-patch --cover --subject-prefix 'PATCH vX'
--
Regards,
Laurent Pinchart
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2016-05-12 19:06 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-12 10:28 [PATCH 1/4] drm: add generic zpos property Benjamin Gaignard
2016-05-12 10:28 ` [PATCH 2/4] drm: sti: use generic zpos for plane Benjamin Gaignard
2016-05-12 10:28 ` [PATCH 3/4] drm/exynos: use generic code for managing zpos plane property Benjamin Gaignard
2016-05-12 10:28 ` [PATCH 4/4] drm: rcar: " Benjamin Gaignard
2016-05-12 11:51 ` [PATCH 1/4] drm: add generic zpos property Ville Syrjälä
2016-05-12 19:20 ` Laurent Pinchart
2016-05-12 19:46 ` Ville Syrjälä
2016-05-12 20:15 ` Laurent Pinchart
2016-05-12 20:54 ` Ville Syrjälä
2016-05-24 14:01 ` Laurent Pinchart
2016-05-24 14:22 ` Ville Syrjälä
2016-05-12 13:36 ` Daniel Vetter
2016-05-12 19:06 ` Laurent Pinchart [this message]
2016-05-12 19:25 ` Javier Martinez Canillas
-- strict thread matches above, loose matches on Subject: below --
2016-05-11 12:31 Benjamin Gaignard
2016-05-11 10:25 Benjamin Gaignard
2016-05-11 11:24 ` Laurent Pinchart
2016-05-11 12:05 ` Benjamin Gaignard
2016-05-11 13:02 ` Laurent Pinchart
2016-05-11 11:56 ` Krzysztof Kozlowski
2016-05-11 13:21 ` Daniel Vetter
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=1638804.ANJKIQ8pGq@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=a.hajda@samsung.com \
--cc=b.zolnierkie@samsung.com \
--cc=benjamin.gaignard@linaro.org \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=fabien.dessenne@st.com \
--cc=k.kozlowski@samsung.com \
--cc=linaro-mm-sig@lists.linaro.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=sw0312.kim@samsung.com \
--cc=tjakobi@math.uni-bielefeld.de \
--cc=vincent.abriou@st.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