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 -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html