Re: [PATCH v2 1/5] gpu: ipu-v3: Move i.MX IPUv3 core driver out of staging
From: Dave Airlie <airlied@gmail.com>
Date: 2014-06-04 03:07:57
Also in:
dri-devel
On 3 June 2014 03:06, Greg Kroah-Hartman [off-list ref] wrote:
On Mon, Jun 02, 2014 at 06:36:22PM +0200, Philipp Zabel wrote:quoted
Am Mittwoch, den 28.05.2014, 14:13 -0700 schrieb Greg Kroah-Hartman:quoted
On Mon, May 26, 2014 at 04:19:39PM +0200, Philipp Zabel wrote:quoted
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 <l.stach@pengutronix.de> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> --- 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 #defineAcked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>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.
Yes please send me a pull req for this. Dave.