All of lore.kernel.org
 help / color / mirror / Atom feed
From: Inki Dae <inki.dae@samsung.com>
To: Andrzej Hajda <a.hajda@samsung.com>
Cc: 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,
	open list <linux-kernel@vger.kernel.org>,
	"moderated list:ARM/S5P EXYNOS AR..."
	<linux-samsung-soc@vger.kernel.org>
Subject: Re: [PATCH 00/12] drm/exynos/ipp: image post processing improvements, part three
Date: Tue, 22 Jul 2014 09:54:53 +0900	[thread overview]
Message-ID: <53CDB65D.4010105@samsung.com> (raw)
In-Reply-To: <53CCDBF5.9080605@samsung.com>

On 2014년 07월 21일 18:23, Andrzej Hajda wrote:
> Hi Inki,
> 
> On 07/09/2014 04:47 PM, Inki Dae wrote:
>> On 2014년 07월 03일 22:10, Andrzej Hajda wrote:
>>> This set of independent patches contains various improvement and fixes
>>> for exynos_drm ipp framework.
>>> The patchset is based on exynos-drm-next branch.
>>>
>> Did you test ipp module using libdrm? If so, can you share the app? I
>> would try to test this patch series before merging them. Mainline libdrm
>> has no any ipp interfaces.
> 
> I have used ipptest program developed by you :), with minor changes.
> More advanced tests are on my TODO list, but for this patchset ipptest
> seems to be OK - the patches are mainly cleanup patches.
> 


Did the ipptest work fine? I just tried to build the app so didn't test
the app. :) Got it, will merge this patch series.

Thanks,
Inki Dae

> Regards
> Andrzej
> 
>>
>> Thanks,
>> Inki Dae
>>
>>> Regards
>>> Andrzej
>>>
>>>
>>> Andrzej Hajda (12):
>>>   drm/exynos/ipp: remove type casting
>>>   drm/exynos/ipp: remove unused field from exynos_drm_ipp_private
>>>   drm/exynos/ipp: remove struct exynos_drm_ipp_private
>>>   drm/exynos/ipp: correct address type
>>>   drm/exynos/ipp: remove temporary variable
>>>   drm/exynos/ipp: remove incorrect checks of list_first_entry result
>>>   drm/exynos/ipp: simplify memory check function
>>>   drm/exynos/ipp: remove useless registration checks
>>>   drm/exynos/ipp: simplify ipp_find_obj
>>>   drm/exynos/ipp: remove redundant messages
>>>   drm/exynos/ipp: simplify ipp_create_id
>>>   drm/exynos/ipp: simplify ipp_find_driver
>>>
>>>  drivers/gpu/drm/exynos/exynos_drm_drv.h |   7 +-
>>>  drivers/gpu/drm/exynos/exynos_drm_ipp.c | 259 +++++++++-----------------------
>>>  drivers/gpu/drm/exynos/exynos_drm_ipp.h |   4 +-
>>>  3 files changed, 73 insertions(+), 197 deletions(-)
>>>
>>
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

  reply	other threads:[~2014-07-22  0:54 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-03 13:10 [PATCH 00/12] drm/exynos/ipp: image post processing improvements, part three Andrzej Hajda
2014-07-03 13:10 ` Andrzej Hajda
2014-07-03 13:10 ` [PATCH 01/12] drm/exynos/ipp: remove type casting Andrzej Hajda
2014-07-03 13:10   ` Andrzej Hajda
2014-07-03 13:10 ` [PATCH 02/12] drm/exynos/ipp: remove unused field from exynos_drm_ipp_private Andrzej Hajda
2014-07-03 13:10   ` Andrzej Hajda
2014-07-03 13:10 ` [PATCH 03/12] drm/exynos/ipp: remove struct exynos_drm_ipp_private Andrzej Hajda
2014-07-03 13:10   ` Andrzej Hajda
2014-07-03 13:10 ` [PATCH 04/12] drm/exynos/ipp: correct address type Andrzej Hajda
2014-07-03 13:10   ` Andrzej Hajda
2014-07-03 13:10 ` [PATCH 05/12] drm/exynos/ipp: remove temporary variable Andrzej Hajda
2014-07-03 13:10   ` Andrzej Hajda
2014-07-03 13:10 ` [PATCH 06/12] drm/exynos/ipp: remove incorrect checks of list_first_entry result Andrzej Hajda
2014-07-03 13:10   ` Andrzej Hajda
2014-07-03 13:10 ` [PATCH 07/12] drm/exynos/ipp: simplify memory check function Andrzej Hajda
2014-07-03 13:10   ` Andrzej Hajda
2014-07-03 13:10 ` [PATCH 08/12] drm/exynos/ipp: remove useless registration checks Andrzej Hajda
2014-07-03 13:10   ` Andrzej Hajda
2014-07-03 13:10 ` [PATCH 09/12] drm/exynos/ipp: simplify ipp_find_obj Andrzej Hajda
2014-07-03 13:10   ` Andrzej Hajda
2014-07-03 13:10 ` [PATCH 10/12] drm/exynos/ipp: remove redundant messages Andrzej Hajda
2014-07-03 13:10   ` Andrzej Hajda
2014-07-03 13:10 ` [PATCH 11/12] drm/exynos/ipp: simplify ipp_create_id Andrzej Hajda
2014-07-03 13:10   ` Andrzej Hajda
2014-07-03 13:10 ` [PATCH 12/12] drm/exynos/ipp: simplify ipp_find_driver Andrzej Hajda
2014-07-03 13:10   ` Andrzej Hajda
2014-07-09 14:47 ` [PATCH 00/12] drm/exynos/ipp: image post processing improvements, part three Inki Dae
2014-07-09 14:47   ` Inki Dae
2014-07-21  9:23   ` Andrzej Hajda
2014-07-22  0:54     ` Inki Dae [this message]
2014-07-22 13:42 ` Inki Dae
2014-07-22 13:42   ` 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=53CDB65D.4010105@samsung.com \
    --to=inki.dae@samsung.com \
    --cc=a.hajda@samsung.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jy0922.shim@samsung.com \
    --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.