From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Date: Mon, 02 Jun 2014 17:06:50 +0000 Subject: Re: [PATCH v2 1/5] gpu: ipu-v3: Move i.MX IPUv3 core driver out of staging Message-Id: <20140602170650.GA31142@kroah.com> List-Id: References: <1401113983-23132-1-git-send-email-p.zabel@pengutronix.de> <1401113983-23132-2-git-send-email-p.zabel@pengutronix.de> <20140528211342.GA18203@kroah.com> <1401726982.4173.58.camel@paszta.hi.pengutronix.de> In-Reply-To: <1401726982.4173.58.camel@paszta.hi.pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Philipp Zabel Cc: devel@driverdev.osuosl.org, linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org, drm-devel@vger.kernel.org, Tomi Valkeinen , kernel@pengutronix.de, Russell King , Dave Airlie On Mon, Jun 02, 2014 at 06:36:22PM +0200, Philipp Zabel wrote: > Am Mittwoch, den 28.05.2014, 14:13 -0700 schrieb Greg Kroah-Hartman: > > On Mon, May 26, 2014 at 04:19:39PM +0200, Philipp Zabel wrote: > > > The i.MX Image Processing Unit (IPU) contains a number of image processing > > > blocks that sit right in the middle between DRM and V4L2. Some of the modules, > > > such as Display Controller, Processor, and Interface (DC, DP, DI) or CMOS > > > Sensor Interface (CSI) and their FIFOs could be assigned to either framework, > > > but others, such as the dma controller (IDMAC) and image converter (IC) can > > > be used by both. > > > The IPUv3 core driver provides an internal API to access the modules, to be > > > used by both DRM and V4L2 IPUv3 drivers. > > > > > > Signed-off-by: Lucas Stach > > > Signed-off-by: Philipp Zabel > > > --- > > > Changes since RFC: > > > - Rebased onto current staging-next > > > - Removed an unrelated change to ipu_pixelformat_to_colorspace > > > - Avoided moving around the IPU_PIX_FMT_GBR24 #define > > > > Acked-by: Greg Kroah-Hartman > > Thank you. My favourite next step would be to send a pull request and > have this merged into drm-next. Dave, Greg would you be ok with this? No objection from me, it's up to Dave what he wants for this. greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH v2 1/5] gpu: ipu-v3: Move i.MX IPUv3 core driver out of staging Date: Mon, 2 Jun 2014 10:06:50 -0700 Message-ID: <20140602170650.GA31142@kroah.com> References: <1401113983-23132-1-git-send-email-p.zabel@pengutronix.de> <1401113983-23132-2-git-send-email-p.zabel@pengutronix.de> <20140528211342.GA18203@kroah.com> <1401726982.4173.58.camel@paszta.hi.pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) by gabe.freedesktop.org (Postfix) with ESMTP id 0835D6E607 for ; Mon, 2 Jun 2014 10:03:14 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1401726982.4173.58.camel@paszta.hi.pengutronix.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: Philipp Zabel Cc: devel@driverdev.osuosl.org, linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org, drm-devel@vger.kernel.org, Tomi Valkeinen , kernel@pengutronix.de, Russell King , Dave Airlie List-Id: dri-devel@lists.freedesktop.org On Mon, Jun 02, 2014 at 06:36:22PM +0200, Philipp Zabel wrote: > Am Mittwoch, den 28.05.2014, 14:13 -0700 schrieb Greg Kroah-Hartman: > > On Mon, May 26, 2014 at 04:19:39PM +0200, Philipp Zabel wrote: > > > The i.MX Image Processing Unit (IPU) contains a number of image processing > > > blocks that sit right in the middle between DRM and V4L2. Some of the modules, > > > such as Display Controller, Processor, and Interface (DC, DP, DI) or CMOS > > > Sensor Interface (CSI) and their FIFOs could be assigned to either framework, > > > but others, such as the dma controller (IDMAC) and image converter (IC) can > > > be used by both. > > > The IPUv3 core driver provides an internal API to access the modules, to be > > > used by both DRM and V4L2 IPUv3 drivers. > > > > > > Signed-off-by: Lucas Stach > > > Signed-off-by: Philipp Zabel > > > --- > > > Changes since RFC: > > > - Rebased onto current staging-next > > > - Removed an unrelated change to ipu_pixelformat_to_colorspace > > > - Avoided moving around the IPU_PIX_FMT_GBR24 #define > > > > Acked-by: Greg Kroah-Hartman > > Thank you. My favourite next step would be to send a pull request and > have this merged into drm-next. Dave, Greg would you be ok with this? No objection from me, it's up to Dave what he wants for this. greg k-h