From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753696AbcHRAuc (ORCPT ); Wed, 17 Aug 2016 20:50:32 -0400 Received: from mail-pa0-f67.google.com ([209.85.220.67]:32893 "EHLO mail-pa0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752915AbcHRAua (ORCPT ); Wed, 17 Aug 2016 20:50:30 -0400 From: Steve Longerbeam X-Google-Original-From: Steve Longerbeam To: p.zabel@pengutronix.de, plagnioj@jcrosoft.com, tomi.valkeinen@ti.com Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, linux-fbdev@vger.kernel.org, Steve Longerbeam Subject: [PATCH v4 0/4] IPUv3 prep for i.MX5/6 v4l2 staging drivers, v4 Date: Wed, 17 Aug 2016 17:50:15 -0700 Message-Id: <1471481419-5917-1-git-send-email-steve_longerbeam@mentor.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 -- 1.9.1