Linux Samsung SOC development
 help / color / mirror / Atom feed
From: Inki Dae <inki.dae@samsung.com>
To: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>,
	linux-samsung-soc@vger.kernel.org
Cc: dri-devel@lists.freedesktop.org, m.szyprowski@samsung.com
Subject: Re: [PATCH v2 0/9] drm/exynos: misc fixes and more
Date: Fri, 25 Aug 2017 15:21:21 +0900	[thread overview]
Message-ID: <599FC1E1.10406@samsung.com> (raw)
In-Reply-To: <20170822141944.8138-1-tjakobi@math.uni-bielefeld.de>

Hi Tobias,

Regarding below two patches, I'd like to have more review so I will consider to merge them in next turn. Sorry for this.
  drm/exynos: introduce BYTE_PITCH capability
  drm/exynos: add BYTE_PITCH cap for all supported planes

Thanks,
Inki Dae

2017년 08월 22일 23:19에 Tobias Jakobi 이(가) 쓴 글:
> Hello,
> 
> this is the second iteration of [1], with the following changes:
> - split patch 3/8 (suggested by Inki)
> - zero init registers in patch 4/8 (suggested by Inki)
> - rephrased commit description of patch 5/8 to make it more
>   clear that this behaviour depends on the hw
> - replace zero with linear modifier in patch 2/8
> 
> 
> Summary:
> (a) Enables support for NV12MT in the mixer.
> (b) Sanitizes buffer pitch for HW with restrictions.
> (c) Misc fixes
> 
> With best wishes,
> Tobias
> 
> [1] https://www.spinics.net/lists/linux-samsung-soc/msg60235.html
> 
> 
> Tobias Jakobi (9):
>   drm/exynos: mixer: fix chroma comment in vp_video_buffer()
>   drm/exynos: mixer: enable NV12MT support for the video plane
>   drm/exynos: mixer: simplify vp_video_buffer()
>   drm/exynos: mixer: simplify mixer_graph_buffer()
>   drm/exynos: mixer: remove src offset from mixer_graph_buffer()
>   drm/exynos: introduce BYTE_PITCH capability
>   drm/exynos: add BYTE_PITCH cap for all supported planes
>   drm/exynos: consistent use of cpp
>   drm/exynos: simplify set_pixfmt() in DECON and FIMD drivers
> 
>  drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 17 +++++-----
>  drivers/gpu/drm/exynos/exynos7_drm_decon.c    | 13 +++-----
>  drivers/gpu/drm/exynos/exynos_drm_drv.h       |  2 ++
>  drivers/gpu/drm/exynos/exynos_drm_fb.c        |  2 ++
>  drivers/gpu/drm/exynos/exynos_drm_fimd.c      | 17 ++++------
>  drivers/gpu/drm/exynos/exynos_drm_plane.c     | 37 +++++++++++++++++++++
>  drivers/gpu/drm/exynos/exynos_mixer.c         | 48 +++++++++------------------
>  7 files changed, 75 insertions(+), 61 deletions(-)
> 

  parent reply	other threads:[~2017-08-25  6:21 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20170822142004epcas4p4778b4a0fcf04c7ba4a0d70e995cbad73@epcas4p4.samsung.com>
2017-08-22 14:19 ` [PATCH v2 0/9] drm/exynos: misc fixes and more Tobias Jakobi
2017-08-22 14:19   ` [PATCH v2 1/9] drm/exynos: mixer: fix chroma comment in vp_video_buffer() Tobias Jakobi
2017-08-25  3:03     ` Inki Dae
2017-08-22 14:19   ` [PATCH v2 2/9] drm/exynos: mixer: enable NV12MT support for the video plane Tobias Jakobi
2017-08-22 14:19   ` [PATCH v2 3/9] drm/exynos: mixer: simplify vp_video_buffer() Tobias Jakobi
2017-08-22 14:19   ` [PATCH v2 4/9] drm/exynos: mixer: simplify mixer_graph_buffer() Tobias Jakobi
2017-08-22 14:19   ` [PATCH v2 5/9] drm/exynos: mixer: remove src offset from mixer_graph_buffer() Tobias Jakobi
2017-08-22 14:19   ` [PATCH v2 6/9] drm/exynos: introduce BYTE_PITCH capability Tobias Jakobi
2017-08-31 10:24     ` Marek Szyprowski
2017-08-31 11:31       ` Tobias Jakobi
2017-08-22 14:19   ` [PATCH v2 7/9] drm/exynos: add BYTE_PITCH cap for all supported planes Tobias Jakobi
2017-08-22 14:19   ` [PATCH v2 8/9] drm/exynos: consistent use of cpp Tobias Jakobi
2017-08-22 14:19   ` [PATCH v2 9/9] drm/exynos: simplify set_pixfmt() in DECON and FIMD drivers Tobias Jakobi
2017-08-25  6:21   ` Inki Dae [this message]
2017-08-25 13:16     ` [PATCH v2 0/9] drm/exynos: misc fixes and more Tobias Jakobi

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=599FC1E1.10406@samsung.com \
    --to=inki.dae@samsung.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=tjakobi@math.uni-bielefeld.de \
    /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