Re: [PATCH] media: venus: add support for key frame

2018-10-24 Thread mgottam
On 2018-10-23 08:37, Tomasz Figa wrote: On Mon, Oct 22, 2018 at 3:15 PM Alexandre Courbot wrote: On Fri, Oct 12, 2018 at 5:10 PM Stanimir Varbanov wrote: > > > > On 10/12/2018 11:06 AM, Alexandre Courbot wrote: > > On Fri, Oct 12, 2018 at 4:37 PM Stanimir Varbanov > > wrote: > >> > >> Hi Ale

Re: [PATCH] media: venus: add support for key frame

2018-10-22 Thread Tomasz Figa
On Mon, Oct 22, 2018 at 3:15 PM Alexandre Courbot wrote: > > On Fri, Oct 12, 2018 at 5:10 PM Stanimir Varbanov > wrote: > > > > > > > > On 10/12/2018 11:06 AM, Alexandre Courbot wrote: > > > On Fri, Oct 12, 2018 at 4:37 PM Stanimir Varbanov > > > wrote: > > >> > > >> Hi Alex, > > >> > > >> On 10

Re: [PATCH] media: venus: add support for key frame

2018-10-21 Thread Alexandre Courbot
On Fri, Oct 12, 2018 at 5:10 PM Stanimir Varbanov wrote: > > > > On 10/12/2018 11:06 AM, Alexandre Courbot wrote: > > On Fri, Oct 12, 2018 at 4:37 PM Stanimir Varbanov > > wrote: > >> > >> Hi Alex, > >> > >> On 10/12/2018 08:26 AM, Alexandre Courbot wrote: > >>> On Tue, Oct 9, 2018 at 4:54 PM Mal

Re: [PATCH] media: venus: add support for key frame

2018-10-12 Thread Stanimir Varbanov
On 10/12/2018 11:06 AM, Alexandre Courbot wrote: > On Fri, Oct 12, 2018 at 4:37 PM Stanimir Varbanov > wrote: >> >> Hi Alex, >> >> On 10/12/2018 08:26 AM, Alexandre Courbot wrote: >>> On Tue, Oct 9, 2018 at 4:54 PM Malathi Gottam >>> wrote: When client requests for a keyframe, set t

Re: [PATCH] media: venus: add support for key frame

2018-10-12 Thread Alexandre Courbot
On Fri, Oct 12, 2018 at 4:37 PM Stanimir Varbanov wrote: > > Hi Alex, > > On 10/12/2018 08:26 AM, Alexandre Courbot wrote: > > On Tue, Oct 9, 2018 at 4:54 PM Malathi Gottam > > wrote: > >> > >> When client requests for a keyframe, set the property > >> to hardware to generate the sync frame. > >

Re: [PATCH] media: venus: add support for key frame

2018-10-12 Thread Stanimir Varbanov
Hi Alex, On 10/12/2018 08:26 AM, Alexandre Courbot wrote: > On Tue, Oct 9, 2018 at 4:54 PM Malathi Gottam wrote: >> >> When client requests for a keyframe, set the property >> to hardware to generate the sync frame. >> >> Signed-off-by: Malathi Gottam >> --- >> drivers/media/platform/qcom/venus

Re: [PATCH] media: venus: add support for key frame

2018-10-11 Thread Alexandre Courbot
On Tue, Oct 9, 2018 at 4:54 PM Malathi Gottam wrote: > > When client requests for a keyframe, set the property > to hardware to generate the sync frame. > > Signed-off-by: Malathi Gottam > --- > drivers/media/platform/qcom/venus/venc_ctrls.c | 13 + > 1 file changed, 13 insertions(+)

Re: [PATCH] media: venus: add support for key frame

2018-10-09 Thread kbuild test robot
Hi Malathi, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linuxtv-media/master] [also build test WARNING on v4.19-rc7 next-20181009] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.co

[PATCH] media: venus: add support for key frame

2018-10-09 Thread Malathi Gottam
When client requests for a keyframe, set the property to hardware to generate the sync frame. Signed-off-by: Malathi Gottam --- drivers/media/platform/qcom/venus/venc_ctrls.c | 13 + 1 file changed, 13 insertions(+) diff --git a/drivers/media/platform/qcom/venus/venc_ctrls.c b/driv