From: Inki Dae <inki.dae@samsung.com>
To: Marek Szyprowski <m.szyprowski@samsung.com>,
dri-devel@lists.freedesktop.org,
linux-samsung-soc@vger.kernel.org
Cc: "Daniel Vetter" <daniel@ffwll.ch>,
"Ville Syrjälä" <ville.syrjala@linux.intel.com>,
"Joonyoung Shim" <jy0922.shim@samsung.com>,
"Seung-Woo Kim" <sw0312.kim@samsung.com>,
"Andrzej Hajda" <a.hajda@samsung.com>,
"Krzysztof Kozlowski" <k.kozlowski@samsung.com>,
"Bartlomiej Zolnierkiewicz" <b.zolnierkie@samsung.com>,
"Tobias Jakobi" <tjakobi@math.uni-bielefeld.de>,
"Gustavo Padovan" <gustavo@padovan.org>
Subject: Re: [PATCH 0/4] drm/exynos: introduce generic zpos property
Date: Fri, 08 Jan 2016 17:49:28 +0900 [thread overview]
Message-ID: <568F7818.1020701@samsung.com> (raw)
In-Reply-To: <1451998373-13708-1-git-send-email-m.szyprowski@samsung.com>
Hi Marek,
2016년 01월 05일 21:52에 Marek Szyprowski 이(가) 쓴 글:
> Hello all,
>
> This patch series is a continuation of rework of blending support in
> Exynos DRM driver. Some background can be found here:
> http://www.spinics.net/lists/dri-devel/msg96969.html
>
> Daniel Vetter suggested that zpos property should be made generic, with
> well-defined semantics. This patchset is my proposal for such generic
> zpos property:
> - added zpos properties to drm core 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.
>
> Patches 2/4 and 3/4 are fixes for Exynos DRM driver, which are required
Picked them up. Especially, 2/4 is a good patch.
Thanks,
Inki Dae
> to properly implement generic zpos handling. However they can be also
> merged regardless of the rest of the patches (if there is a need for
> further discussion on the generic zpos property feature).
>
> Patches are based on top of latest exynos-drm-next branch.
>
> Best regards
> Marek Szyprowski
> Samsung R&D Institute Poland
>
>
> Patch summary:
>
> Marek Szyprowski (4):
> drm: add generic zpos property
> drm/exynos: crtc: rework atomic_{begin,flush}
> drm/exynos: mixer: properly update all planes on the same vblank event
> drm/exynos: use generic code for managing zpos plane property
>
> Documentation/DocBook/gpu.tmpl | 14 +++++-
> drivers/gpu/drm/drm_atomic.c | 4 ++
> drivers/gpu/drm/drm_atomic_helper.c | 52 ++++++++++++++++++++
> drivers/gpu/drm/drm_crtc.c | 13 +++++
> drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 14 +++---
> drivers/gpu/drm/exynos/exynos7_drm_decon.c | 14 +++---
> drivers/gpu/drm/exynos/exynos_drm_crtc.c | 20 ++------
> drivers/gpu/drm/exynos/exynos_drm_drv.h | 11 ++---
> drivers/gpu/drm/exynos/exynos_drm_fimd.c | 14 +++---
> drivers/gpu/drm/exynos/exynos_drm_plane.c | 68 +++++++--------------------
> drivers/gpu/drm/exynos/exynos_mixer.c | 53 ++++++++++++++++-----
> include/drm/drm_atomic_helper.h | 2 +
> include/drm/drm_crtc.h | 13 +++++
> 13 files changed, 187 insertions(+), 105 deletions(-)
>
prev parent reply other threads:[~2016-01-08 8:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-05 12:52 [PATCH 0/4] drm/exynos: introduce generic zpos property Marek Szyprowski
2016-01-05 12:52 ` [PATCH 1/4] drm: add support for " Marek Szyprowski
2016-01-05 12:52 ` [PATCH 2/4] drm/exynos: crtc: rework atomic_{begin,flush} Marek Szyprowski
2016-01-05 12:52 ` [PATCH 3/4] drm/exynos: mixer: properly update all planes on the same vblank event Marek Szyprowski
2016-01-05 12:52 ` [PATCH 4/4] drm/exynos: use generic code for managing zpos plane property Marek Szyprowski
2016-01-08 8:49 ` Inki Dae [this message]
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=568F7818.1020701@samsung.com \
--to=inki.dae@samsung.com \
--cc=a.hajda@samsung.com \
--cc=b.zolnierkie@samsung.com \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=gustavo@padovan.org \
--cc=jy0922.shim@samsung.com \
--cc=k.kozlowski@samsung.com \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=sw0312.kim@samsung.com \
--cc=tjakobi@math.uni-bielefeld.de \
--cc=ville.syrjala@linux.intel.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