From: Inki Dae <inki.dae@samsung.com>
To: Andrzej Hajda <a.hajda@samsung.com>
Cc: "moderated list:ARM/S5P EXYNOS AR..."
<linux-samsung-soc@vger.kernel.org>,
Seung-Woo Kim <sw0312.kim@samsung.com>,
open list <linux-kernel@vger.kernel.org>,
dri-devel@lists.freedesktop.org,
Kyungmin Park <kyungmin.park@samsung.com>,
Marek Szyprowski <m.szyprowski@samsung.com>
Subject: Re: [PATCH 0/8] drm/exynos/ipp: image post processing improvements
Date: Thu, 22 May 2014 20:53:01 +0900 [thread overview]
Message-ID: <537DE51D.6080309@samsung.com> (raw)
In-Reply-To: <1400496850-23860-1-git-send-email-a.hajda@samsung.com>
On 2014년 05월 19일 19:54, Andrzej Hajda wrote:
> This set of independent patches contains various improvement and fixes
> for exynos_drm ipp framework and drivers.
> The patchset is based on drm-exynos/exynos-drm-next branch.
Thanks for contributions and merged.
Thanks,
Inki Dae
>
> Regards
> Andrzej
>
>
> Andrzej Hajda (8):
> drm/exynos/ipp: fix get_property IOCTL
> drm/exynos/ipp: correct ipp_id field initialization
> drm/exynos/ipp: simplify property list allocation
> drm/exynos/fimc: simplify pre-scaler ratio calculation
> drm/exynos/fimc: simplify irq masking function
> drm/exynos/fimc: replace hw access macros with functions
> drm/exynos/fimc: replace mutex by spinlock
> drm/exynos/fimc: simplify and rename fimc_dst_get_buf_seq
>
> drivers/gpu/drm/exynos/exynos_drm_fimc.c | 427 ++++++++++++----------------
> drivers/gpu/drm/exynos/exynos_drm_gsc.c | 10 +-
> drivers/gpu/drm/exynos/exynos_drm_ipp.c | 16 +-
> drivers/gpu/drm/exynos/exynos_drm_ipp.h | 3 +-
> drivers/gpu/drm/exynos/exynos_drm_rotator.c | 8 +-
> 5 files changed, 196 insertions(+), 268 deletions(-)
>
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
WARNING: multiple messages have this Message-ID (diff)
From: Inki Dae <inki.dae@samsung.com>
To: Andrzej Hajda <a.hajda@samsung.com>
Cc: open list <linux-kernel@vger.kernel.org>,
Marek Szyprowski <m.szyprowski@samsung.com>,
Joonyoung Shim <jy0922.shim@samsung.com>,
Seung-Woo Kim <sw0312.kim@samsung.com>,
Kyungmin Park <kyungmin.park@samsung.com>,
dri-devel@lists.freedesktop.org,
"moderated list:ARM/S5P EXYNOS AR..."
<linux-samsung-soc@vger.kernel.org>
Subject: Re: [PATCH 0/8] drm/exynos/ipp: image post processing improvements
Date: Thu, 22 May 2014 20:53:01 +0900 [thread overview]
Message-ID: <537DE51D.6080309@samsung.com> (raw)
In-Reply-To: <1400496850-23860-1-git-send-email-a.hajda@samsung.com>
On 2014년 05월 19일 19:54, Andrzej Hajda wrote:
> This set of independent patches contains various improvement and fixes
> for exynos_drm ipp framework and drivers.
> The patchset is based on drm-exynos/exynos-drm-next branch.
Thanks for contributions and merged.
Thanks,
Inki Dae
>
> Regards
> Andrzej
>
>
> Andrzej Hajda (8):
> drm/exynos/ipp: fix get_property IOCTL
> drm/exynos/ipp: correct ipp_id field initialization
> drm/exynos/ipp: simplify property list allocation
> drm/exynos/fimc: simplify pre-scaler ratio calculation
> drm/exynos/fimc: simplify irq masking function
> drm/exynos/fimc: replace hw access macros with functions
> drm/exynos/fimc: replace mutex by spinlock
> drm/exynos/fimc: simplify and rename fimc_dst_get_buf_seq
>
> drivers/gpu/drm/exynos/exynos_drm_fimc.c | 427 ++++++++++++----------------
> drivers/gpu/drm/exynos/exynos_drm_gsc.c | 10 +-
> drivers/gpu/drm/exynos/exynos_drm_ipp.c | 16 +-
> drivers/gpu/drm/exynos/exynos_drm_ipp.h | 3 +-
> drivers/gpu/drm/exynos/exynos_drm_rotator.c | 8 +-
> 5 files changed, 196 insertions(+), 268 deletions(-)
>
next prev parent reply other threads:[~2014-05-22 11:53 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-19 10:54 [PATCH 0/8] drm/exynos/ipp: image post processing improvements Andrzej Hajda
2014-05-19 10:54 ` Andrzej Hajda
2014-05-19 10:54 ` [PATCH 1/8] drm/exynos/ipp: fix get_property IOCTL Andrzej Hajda
2014-05-19 10:54 ` Andrzej Hajda
2014-05-19 10:54 ` [PATCH 2/8] drm/exynos/ipp: correct ipp_id field initialization Andrzej Hajda
2014-05-19 10:54 ` Andrzej Hajda
2014-05-19 10:54 ` [PATCH 3/8] drm/exynos/ipp: simplify property list allocation Andrzej Hajda
2014-05-19 10:54 ` Andrzej Hajda
2014-05-19 10:54 ` [PATCH 4/8] drm/exynos/fimc: simplify pre-scaler ratio calculation Andrzej Hajda
2014-05-19 10:54 ` Andrzej Hajda
2014-05-19 10:54 ` [PATCH 5/8] drm/exynos/fimc: simplify irq masking function Andrzej Hajda
2014-05-19 10:54 ` Andrzej Hajda
2014-05-19 10:54 ` [PATCH 6/8] drm/exynos/fimc: replace hw access macros with functions Andrzej Hajda
2014-05-19 10:54 ` Andrzej Hajda
2014-05-19 10:54 ` [PATCH 7/8] drm/exynos/fimc: replace mutex by spinlock Andrzej Hajda
2014-05-19 10:54 ` Andrzej Hajda
2014-05-19 10:54 ` [PATCH 8/8] drm/exynos/fimc: simplify and rename fimc_dst_get_buf_seq Andrzej Hajda
2014-05-19 10:54 ` Andrzej Hajda
2014-05-22 11:53 ` Inki Dae [this message]
2014-05-22 11:53 ` [PATCH 0/8] drm/exynos/ipp: image post processing improvements Inki Dae
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=537DE51D.6080309@samsung.com \
--to=inki.dae@samsung.com \
--cc=a.hajda@samsung.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=kyungmin.park@samsung.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=sw0312.kim@samsung.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.