All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@ucw.cz>
To: Philipp Zabel <p.zabel@pengutronix.de>
Cc: linux-media@vger.kernel.org, kernel@pengutronix.de,
	Steve Longerbeam <slongerbeam@gmail.com>
Subject: Re: [PATCH 16/16] media: imx: add mem2mem device
Date: Tue, 10 Jul 2018 14:07:37 +0200	[thread overview]
Message-ID: <20180710120737.GC6884@amd> (raw)
In-Reply-To: <20180622155217.29302-17-p.zabel@pengutronix.de>

[-- Attachment #1: Type: text/plain, Size: 1405 bytes --]

Hi!

> Add a single imx-media mem2mem video device that uses the IPU IC PP
> (image converter post processing) task for scaling and colorspace
> conversion.
> On i.MX6Q/DL SoCs with two IPUs currently only the first IPU is used.
> 
> The hardware only supports writing to destination buffers up to
> 1024x1024 pixels in a single pass, so the mem2mem video device is
> limited to this resolution. After fixing the tiling code it should
> be possible to extend this to arbitrary sizes by rendering multiple
> tiles per frame.
> 
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>

> +// SPDX-License-Identifier: GPL-2.0
> +/*
> + * i.MX IPUv3 mem2mem Scaler/CSC driver
> + *
> + * Copyright (C) 2011 Pengutronix, Sascha Hauer
> + * Copyright (C) 2018 Pengutronix, Philipp Zabel
> + *
> + * This program is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License as published by
> + * the Free Software Foundation; either version 2 of the License, or
> + * (at your option) any later version.
> + */

Point of SPDX is that the last 4 lines can be removed...and if you
want GPL-2.0+ as you state (and I like that), you should also say so
in SPDX.

Thanks,

									Pavel

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

  parent reply	other threads:[~2018-07-10 12:07 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-22 15:52 [PATCH 00/16] i.MX media mem2mem scaler Philipp Zabel
2018-06-22 15:52 ` [PATCH 01/16] gpu: ipu-v3: ipu-ic: allow to manually set resize coefficients Philipp Zabel
2018-06-22 15:52 ` [PATCH 02/16] gpu: ipu-v3: image-convert: prepare for per-tile configuration Philipp Zabel
2018-06-22 15:52 ` [PATCH 03/16] gpu: ipu-v3: image-convert: calculate per-tile resize coefficients Philipp Zabel
2018-06-22 15:52 ` [PATCH 04/16] gpu: ipu-v3: image-convert: reconfigure IC per tile Philipp Zabel
2018-06-22 15:52 ` [PATCH 05/16] gpu: ipu-v3: image-convert: store tile top/left position Philipp Zabel
2018-06-22 15:52 ` [PATCH 06/16] gpu: ipu-v3: image-convert: calculate tile dimensions and offsets outside fill_image Philipp Zabel
2018-06-22 15:52 ` [PATCH 07/16] gpu: ipu-v3: image-convert: move tile alignment helpers Philipp Zabel
2018-06-22 15:52 ` [PATCH 08/16] gpu: ipu-v3: image-convert: select optimal seam positions Philipp Zabel
2018-06-22 15:52 ` [PATCH 09/16] gpu: ipu-v3: image-convert: fix debug output for varying tile sizes Philipp Zabel
2018-06-22 15:52 ` [PATCH 10/16] gpu: ipu-v3: image-convert: relax tile width alignment for NV12 and NV16 Philipp Zabel
2018-06-22 15:52 ` [PATCH 11/16] gpu: ipu-v3: image-convert: relax input alignment restrictions Philipp Zabel
2018-06-22 15:52 ` [PATCH 12/16] gpu: ipu-v3: image-convert: relax output " Philipp Zabel
2018-06-22 15:52 ` [PATCH 13/16] gpu: ipu-v3: image-convert: fix bytesperline adjustment Philipp Zabel
2018-06-22 15:52 ` [PATCH 14/16] gpu: ipu-v3: image-convert: add some ASCII art to the exposition Philipp Zabel
2018-06-22 15:52 ` [PATCH 15/16] gpu: ipu-v3: image-convert: disable double buffering if necessary Philipp Zabel
2018-06-22 15:52 ` [PATCH 16/16] media: imx: add mem2mem device Philipp Zabel
2018-06-22 19:37   ` Nicolas Dufresne
2018-06-22 21:03   ` kbuild test robot
2018-07-05 22:09   ` Steve Longerbeam
2018-07-16 14:12     ` Philipp Zabel
2018-07-22 18:02       ` Steve Longerbeam
2018-07-23  7:31         ` Philipp Zabel
2018-07-23 16:54           ` Steve Longerbeam
2018-07-10 12:07   ` Pavel Machek [this message]
2018-07-16 14:10     ` Philipp Zabel
2018-07-05 21:55 ` [PATCH 00/16] i.MX media mem2mem scaler Steve Longerbeam
2018-07-16 14:10   ` 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=20180710120737.GC6884@amd \
    --to=pavel@ucw.cz \
    --cc=kernel@pengutronix.de \
    --cc=linux-media@vger.kernel.org \
    --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.