Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1470177
| From | Tim Harvey <tharvey@gateworks.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v4 0/4] IPUv3 prep for i.MX5/6 v4l2 staging drivers, v4 |
| Date | 2016-08-25 16:20 +0200 |
| Message-ID | <sa3FD-204-7@gated-at.bofh.it> (permalink) |
| References | <s7jQB-wM-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Aug 17, 2016 at 5:50 PM, Steve Longerbeam <slongerbeam@gmail.com> wrote: > In this version: > > - rebased against latest drm-next. > - cleaned up header includes in ipu-vdi.c. > - do away with struct ipu_ic_tile_off in ipu-ic.c, and move tile offsets > into struct ipu_ic_tile. This paves the way for possibly allowing for > each tile to have different dimensions in the future. > > > Steve Longerbeam (4): > gpu: ipu-v3: Add Video Deinterlacer unit > gpu: ipu-v3: Add FSU channel linking support > gpu: ipu-ic: Add complete image conversion support with tiling > gpu: ipu-ic: allow multiple handles to ic > > drivers/gpu/ipu-v3/Makefile | 2 +- > drivers/gpu/ipu-v3/ipu-common.c | 142 ++++ > drivers/gpu/ipu-v3/ipu-ic.c | 1719 ++++++++++++++++++++++++++++++++++++++- > drivers/gpu/ipu-v3/ipu-prv.h | 33 + > drivers/gpu/ipu-v3/ipu-vdi.c | 243 ++++++ > include/video/imx-ipu-v3.h | 93 ++- > 6 files changed, 2195 insertions(+), 37 deletions(-) > create mode 100644 drivers/gpu/ipu-v3/ipu-vdi.c > Philipp, Have you had a chance to review this last series of Steve's submitted last week? We are down to 4 patches in gpu/ipu-v3 needed in order to get his IMX5/6 capture driver into staging and the sooner we do that the sooner we can get more testing and additional support/features for it. Regards, Tim
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v4 0/4] IPUv3 prep for i.MX5/6 v4l2 staging drivers, v4 Steve Longerbeam <slongerbeam@gmail.com> - 2016-08-18 03:00 +0200
[PATCH v4 1/4] gpu: ipu-v3: Add Video Deinterlacer unit Steve Longerbeam <slongerbeam@gmail.com> - 2016-08-18 03:00 +0200
Re: [PATCH v4 0/4] IPUv3 prep for i.MX5/6 v4l2 staging drivers, v4 Tim Harvey <tharvey@gateworks.com> - 2016-08-25 16:20 +0200
Re: [PATCH v4 0/4] IPUv3 prep for i.MX5/6 v4l2 staging drivers, v4 Fabio Estevam <festevam@gmail.com> - 2016-09-05 16:50 +0200
Re: [PATCH v4 0/4] IPUv3 prep for i.MX5/6 v4l2 staging drivers, v4 Philipp Zabel <p.zabel@pengutronix.de> - 2016-09-06 11:30 +0200
csiph-web