Re: [PATCH v4 10/12] intel-ipu3: css pipeline

2017-11-13 Thread Sakari Ailus
gt; > Sent: Wednesday, November 1, 2017 11:57 AM > > To: Zhi, Yong > > Cc: linux-media@vger.kernel.org; sakari.ai...@linux.intel.com; Zheng, Jian > > Xu ; Mani, Rajmohan > > ; Toivonen, Tuukka > > ; Hu, Jerry W > > Subject: Re: [PATCH v4 10/12] intel-ipu3: css

RE: [PATCH v4 10/12] intel-ipu3: css pipeline

2017-11-10 Thread Zhi, Yong
nel.org; sakari.ai...@linux.intel.com; Zheng, Jian > Xu ; Mani, Rajmohan > ; Toivonen, Tuukka > ; Hu, Jerry W > Subject: Re: [PATCH v4 10/12] intel-ipu3: css pipeline > > Hi Yong, > > Apologies for the late reply. Please find my (few) comments below. > > On Tue, Oct 17, 2017

Re: [PATCH v4 10/12] intel-ipu3: css pipeline

2017-11-01 Thread Sakari Ailus
Hi Yong, Apologies for the late reply. Please find my (few) comments below. On Tue, Oct 17, 2017 at 10:54:55PM -0500, Yong Zhi wrote: > Add css pipeline and v4l code. > > Signed-off-by: Yong Zhi > --- > drivers/media/pci/intel/ipu3/ipu3-css.c | 1761 > ++- > driver

[PATCH v4 10/12] intel-ipu3: css pipeline

2017-10-17 Thread Yong Zhi
Add css pipeline and v4l code. Signed-off-by: Yong Zhi --- drivers/media/pci/intel/ipu3/ipu3-css.c | 1761 ++- drivers/media/pci/intel/ipu3/ipu3-css.h | 89 ++ 2 files changed, 1849 insertions(+), 1 deletion(-) diff --git a/drivers/media/pci/intel/ipu3/ipu3-css.c