[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1474140838-1082-1-git-send-email-steve_longerbeam@mentor.com>
Date: Sat, 17 Sep 2016 12:33:55 -0700
From: Steve Longerbeam <slongerbeam@...il.com>
To: p.zabel@...gutronix.de, tomi.valkeinen@...com
Cc: linux-kernel@...r.kernel.org, linux-fbdev@...r.kernel.org,
Steve Longerbeam <steve_longerbeam@...tor.com>
Subject: [PATCH v7 0/3] IPUv3 prep for i.MX5/6 v4l2 staging drivers, v7
Changes from v6:
- renamed include/video/imx-image-convert.h to imx-ipu-image-convert.h.
- changed MIN_W, MIN_H to absolute minimum allowed assuming conversions
to/from planar pixel formats and with rotations (16x8).
- removed setting defaults if given 0 widths/heights in
ipu_image_convert_adjust().
Steve Longerbeam (3):
gpu: ipu-v3: Add FSU channel linking support
gpu: ipu-v3: Add ipu_rot_mode_is_irt()
gpu: ipu-v3: Add queued image conversion support
drivers/gpu/ipu-v3/Makefile | 3 +-
drivers/gpu/ipu-v3/ipu-common.c | 140 +++
drivers/gpu/ipu-v3/ipu-ic.c | 2 +-
drivers/gpu/ipu-v3/ipu-image-convert.c | 1709 ++++++++++++++++++++++++++++++++
drivers/gpu/ipu-v3/ipu-prv.h | 32 +
include/video/imx-ipu-image-convert.h | 207 ++++
include/video/imx-ipu-v3.h | 35 +-
7 files changed, 2119 insertions(+), 9 deletions(-)
create mode 100644 drivers/gpu/ipu-v3/ipu-image-convert.c
create mode 100644 include/video/imx-ipu-image-convert.h
--
2.7.4
Powered by blists - more mailing lists