All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Kamil Debski <k.debski@samsung.com>
To: 'Philipp Zabel' <p.zabel@pengutronix.de>, linux-media@vger.kernel.org
Cc: dri-devel@lists.freedesktop.org,
	'David Airlie' <airlied@linux.ie>,
	'Mauro Carvalho Chehab' <mchehab@osg.samsung.com>,
	'Steve Longerbeam' <slongerbeam@gmail.com>,
	'Hans Verkuil' <hans.verkuil@cisco.com>,
	'Ian Molton' <imolton@ad-holdings.co.uk>,
	'Jean-Michel Hautbois' <jean-michel.hautbois@vodalys.com>,
	kernel@pengutronix.de
Subject: RE: [PATCH 0/5] i.MX5/6 mem2mem scaler
Date: Fri, 10 Apr 2015 16:41:34 +0200	[thread overview]
Message-ID: <03c101d0739c$71eeeb40$55ccc1c0$%debski@samsung.com> (raw)
In-Reply-To: <1426607290-13380-1-git-send-email-p.zabel@pengutronix.de>

Hi,

From: linux-media-owner@vger.kernel.org [mailto:linux-media-
owner@vger.kernel.org] On Behalf Of Philipp Zabel
Sent: Tuesday, March 17, 2015 4:48 PM
> 
> Hi,
> 
> this series uses the IPU IC post-processing task, to implement a
> mem2mem device for scaling and colorspace conversion.

This patchset makes changes in two subsystems - media and gpu.
It would be good to merge these patchset through a single subsystem.

The media part of this patchset is good, are there any comments to
the gpu part of this patchset?

I talked with Mauro on the IRC and he acked that this patchset could be
merged via the gpu subsystem. 

Best wishes,
Kamil Debski

 
> regards
> Philipp
> 
> Philipp Zabel (3):
>   gpu: ipu-v3: Add missing IDMAC channel names
>   gpu: ipu-v3: Add mem2mem image conversion support to IC
>   gpu: ipu-v3: Register scaler platform device
> 
> Sascha Hauer (2):
>   [media] imx-ipu: Add ipu media common code
>   [media] imx-ipu: Add i.MX IPUv3 scaler driver
> 
>  drivers/gpu/ipu-v3/ipu-common.c             |   2 +
>  drivers/gpu/ipu-v3/ipu-ic.c                 | 787
> ++++++++++++++++++++++++-
>  drivers/media/platform/Kconfig              |   2 +
>  drivers/media/platform/Makefile             |   1 +
>  drivers/media/platform/imx/Kconfig          |  11 +
>  drivers/media/platform/imx/Makefile         |   2 +
>  drivers/media/platform/imx/imx-ipu-scaler.c | 869
> ++++++++++++++++++++++++++++
>  drivers/media/platform/imx/imx-ipu.c        | 313 ++++++++++
>  drivers/media/platform/imx/imx-ipu.h        |  36 ++
>  include/video/imx-ipu-v3.h                  |  49 +-
>  10 files changed, 2055 insertions(+), 17 deletions(-)  create mode
> 100644 drivers/media/platform/imx/Kconfig
>  create mode 100644 drivers/media/platform/imx/Makefile
>  create mode 100644 drivers/media/platform/imx/imx-ipu-scaler.c
>  create mode 100644 drivers/media/platform/imx/imx-ipu.c
>  create mode 100644 drivers/media/platform/imx/imx-ipu.h
> 
> --
> 2.1.4
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media"
> in the body of a message to majordomo@vger.kernel.org More majordomo
> info at  http://vger.kernel.org/majordomo-info.html


WARNING: multiple messages have this Message-ID (diff)
From: Kamil Debski <k.debski@samsung.com>
To: 'Philipp Zabel' <p.zabel@pengutronix.de>, linux-media@vger.kernel.org
Cc: 'Mauro Carvalho Chehab' <mchehab@osg.samsung.com>,
	dri-devel@lists.freedesktop.org,
	'Hans Verkuil' <hans.verkuil@cisco.com>,
	kernel@pengutronix.de, 'Steve Longerbeam' <slongerbeam@gmail.com>,
	'Jean-Michel Hautbois' <jean-michel.hautbois@vodalys.com>
Subject: RE: [PATCH 0/5] i.MX5/6 mem2mem scaler
Date: Fri, 10 Apr 2015 16:41:34 +0200	[thread overview]
Message-ID: <03c101d0739c$71eeeb40$55ccc1c0$%debski@samsung.com> (raw)
In-Reply-To: <1426607290-13380-1-git-send-email-p.zabel@pengutronix.de>

Hi,

From: linux-media-owner@vger.kernel.org [mailto:linux-media-
owner@vger.kernel.org] On Behalf Of Philipp Zabel
Sent: Tuesday, March 17, 2015 4:48 PM
> 
> Hi,
> 
> this series uses the IPU IC post-processing task, to implement a
> mem2mem device for scaling and colorspace conversion.

This patchset makes changes in two subsystems - media and gpu.
It would be good to merge these patchset through a single subsystem.

The media part of this patchset is good, are there any comments to
the gpu part of this patchset?

I talked with Mauro on the IRC and he acked that this patchset could be
merged via the gpu subsystem. 

Best wishes,
Kamil Debski

 
> regards
> Philipp
> 
> Philipp Zabel (3):
>   gpu: ipu-v3: Add missing IDMAC channel names
>   gpu: ipu-v3: Add mem2mem image conversion support to IC
>   gpu: ipu-v3: Register scaler platform device
> 
> Sascha Hauer (2):
>   [media] imx-ipu: Add ipu media common code
>   [media] imx-ipu: Add i.MX IPUv3 scaler driver
> 
>  drivers/gpu/ipu-v3/ipu-common.c             |   2 +
>  drivers/gpu/ipu-v3/ipu-ic.c                 | 787
> ++++++++++++++++++++++++-
>  drivers/media/platform/Kconfig              |   2 +
>  drivers/media/platform/Makefile             |   1 +
>  drivers/media/platform/imx/Kconfig          |  11 +
>  drivers/media/platform/imx/Makefile         |   2 +
>  drivers/media/platform/imx/imx-ipu-scaler.c | 869
> ++++++++++++++++++++++++++++
>  drivers/media/platform/imx/imx-ipu.c        | 313 ++++++++++
>  drivers/media/platform/imx/imx-ipu.h        |  36 ++
>  include/video/imx-ipu-v3.h                  |  49 +-
>  10 files changed, 2055 insertions(+), 17 deletions(-)  create mode
> 100644 drivers/media/platform/imx/Kconfig
>  create mode 100644 drivers/media/platform/imx/Makefile
>  create mode 100644 drivers/media/platform/imx/imx-ipu-scaler.c
>  create mode 100644 drivers/media/platform/imx/imx-ipu.c
>  create mode 100644 drivers/media/platform/imx/imx-ipu.h
> 
> --
> 2.1.4
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media"
> in the body of a message to majordomo@vger.kernel.org More majordomo
> info at  http://vger.kernel.org/majordomo-info.html

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

  parent reply	other threads:[~2015-04-10 14:41 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-17 15:48 [PATCH 0/5] i.MX5/6 mem2mem scaler Philipp Zabel
2015-03-17 15:48 ` Philipp Zabel
2015-03-17 15:48 ` [PATCH 1/5] gpu: ipu-v3: Add missing IDMAC channel names Philipp Zabel
2015-03-17 15:48 ` [PATCH 2/5] gpu: ipu-v3: Add mem2mem image conversion support to IC Philipp Zabel
2015-03-17 15:48 ` [PATCH 3/5] gpu: ipu-v3: Register scaler platform device Philipp Zabel
2015-03-17 15:48   ` Philipp Zabel
2015-03-17 15:48 ` [PATCH 4/5] [media] imx-ipu: Add ipu media common code Philipp Zabel
2015-03-17 15:48   ` Philipp Zabel
2015-04-10 14:22   ` Kamil Debski
2015-04-10 14:22     ` Kamil Debski
2015-03-17 15:48 ` [PATCH 5/5] [media] imx-ipu: Add i.MX IPUv3 scaler driver Philipp Zabel
2015-04-10 14:22   ` Kamil Debski
2015-04-10 14:22     ` Kamil Debski
2015-04-10 14:41 ` Kamil Debski [this message]
2015-04-10 14:41   ` [PATCH 0/5] i.MX5/6 mem2mem scaler Kamil Debski
2015-07-13 12:57   ` Fabio Estevam
2015-07-14 13:00     ` Philipp Zabel

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='03c101d0739c$71eeeb40$55ccc1c0$%debski@samsung.com' \
    --to=k.debski@samsung.com \
    --cc=airlied@linux.ie \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=hans.verkuil@cisco.com \
    --cc=imolton@ad-holdings.co.uk \
    --cc=jean-michel.hautbois@vodalys.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@osg.samsung.com \
    --cc=p.zabel@pengutronix.de \
    --cc=slongerbeam@gmail.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.