Re: [PATCH v3 5/5] media: platform: Add jpeg dec/enc feature

2019-09-26 Thread Hans Verkuil
On 9/24/19 9:43 AM, Xia Jiang wrote: > Add mtk jpeg encode v4l2 driver based on jpeg decode, because that jpeg > decode and encode have great similarities with function operation. > > Signed-off-by: Xia Jiang > --- > v3: delete Change-Id > only test once handler->error after the last v4l2_ctr

Re: [PATCH v3 5/5] media: platform: Add jpeg dec/enc feature

2019-09-24 Thread kbuild test robot
Hi Xia, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linuxtv-media/master] [cannot apply to v5.3 next-20190920] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option to s

Re: [PATCH v3 5/5] media: platform: Add jpeg dec/enc feature

2019-09-24 Thread kbuild test robot
Hi Xia, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linuxtv-media/master] [cannot apply to v5.3 next-20190920] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option to s

[PATCH v3 5/5] media: platform: Add jpeg dec/enc feature

2019-09-24 Thread Xia Jiang
Add mtk jpeg encode v4l2 driver based on jpeg decode, because that jpeg decode and encode have great similarities with function operation. Signed-off-by: Xia Jiang --- v3: delete Change-Id only test once handler->error after the last v4l2_ctrl_new_std() seperate changes of v4l2-ctrls.c an