Re: [PATCH 1/3] venus: venc: Init the session only once in queue_setup

2020-12-01 Thread dikshita
Hi Stan, On 2020-11-20 05:40, Stanimir Varbanov wrote: Init the hfi session only once in queue_setup and also cover that with inst->lock. Signed-off-by: Stanimir Varbanov --- drivers/media/platform/qcom/venus/venc.c | 98 ++-- 1 file changed, 73 insertions(+), 25

Re: [PATCH 1/3] venus: venc: Init the session only once in queue_setup

2020-11-26 Thread Stanimir Varbanov
On 11/25/20 5:13 AM, Alexandre Courbot wrote: > Hi Stan, > > On Fri, Nov 20, 2020 at 9:12 AM Stanimir Varbanov > wrote: >> >> Init the hfi session only once in queue_setup and also cover that >> with inst->lock. >> >> Signed-off-by: Stanimir Varbanov >> --- >>

Re: [PATCH 1/3] venus: venc: Init the session only once in queue_setup

2020-11-24 Thread Alexandre Courbot
Hi Stan, On Fri, Nov 20, 2020 at 9:12 AM Stanimir Varbanov wrote: > > Init the hfi session only once in queue_setup and also cover that > with inst->lock. > > Signed-off-by: Stanimir Varbanov > --- > drivers/media/platform/qcom/venus/venc.c | 98 ++-- > 1 file changed, 73

Re: [PATCH 1/3] venus: venc: Init the session only once in queue_setup

2020-11-20 Thread Fritz Koenig
On Thu, Nov 19, 2020 at 4:12 PM Stanimir Varbanov wrote: > > Init the hfi session only once in queue_setup and also cover that > with inst->lock. > > Signed-off-by: Stanimir Varbanov > --- > drivers/media/platform/qcom/venus/venc.c | 98 ++-- > 1 file changed, 73

[PATCH 1/3] venus: venc: Init the session only once in queue_setup

2020-11-19 Thread Stanimir Varbanov
Init the hfi session only once in queue_setup and also cover that with inst->lock. Signed-off-by: Stanimir Varbanov --- drivers/media/platform/qcom/venus/venc.c | 98 ++-- 1 file changed, 73 insertions(+), 25 deletions(-) diff --git