Re: [PATCH v6 5/8] [Media] vcodec: mediatek: Add Mediatek V4L2 Video Encoder Driver

2016-04-17 Thread tiffany lin
Hi Hans, On Fri, 2016-04-15 at 16:02 +0200, Hans Verkuil wrote: > Hi Tiffany, > > Some more comments, most are trivial but I realized that you were basing this > patch on an older kernel and not the latest media_tree master branch. > > That's a bit of a killer because otherwise I am very close t

Re: [PATCH v6 5/8] [Media] vcodec: mediatek: Add Mediatek V4L2 Video Encoder Driver

2016-04-15 Thread Hans Verkuil
Hi Tiffany, Some more comments, most are trivial but I realized that you were basing this patch on an older kernel and not the latest media_tree master branch. That's a bit of a killer because otherwise I am very close to merging this. > +static int vidioc_venc_s_ctrl(struct v4l2_ctrl *ctrl) > +

[PATCH v6 5/8] [Media] vcodec: mediatek: Add Mediatek V4L2 Video Encoder Driver

2016-03-29 Thread Tiffany Lin
Add v4l2 layer encoder driver for MT8173 Signed-off-by: Tiffany Lin --- drivers/media/platform/Kconfig | 16 + drivers/media/platform/Makefile|2 + drivers/media/platform/mtk-vcodec/Makefile | 11 + drivers/media/platform/mtk-vcodec/mtk_vco