Re: [PATCH 10/10] venus: dec: make decoder compliant with stateful codec API

2019-01-21 Thread mgottam
On 2019-01-21 16:50, mgot...@codeaurora.org wrote: On 2019-01-17 21:50, Stanimir Varbanov wrote: This refactored code for start/stop streaming vb2 operations and adds a state machine handling similar to the one in stateful codec API documentation. One major change is that now the HFI session is

Re: [PATCH 10/10] venus: dec: make decoder compliant with stateful codec API

2019-01-21 Thread mgottam
On 2019-01-17 21:50, Stanimir Varbanov wrote: This refactored code for start/stop streaming vb2 operations and adds a state machine handling similar to the one in stateful codec API documentation. One major change is that now the HFI session is started on STREAMON(OUTPUT) and stopped on REQBUF(OU

Re: [PATCH v4] arm64: dts: sdm845: add video nodes

2019-01-17 Thread mgottam
On 2019-01-07 20:00, Malathi Gottam wrote: This adds video nodes to sdm845 based on the examples in the bindings. Signed-off-by: Malathi Gottam --- arch/arm64/boot/dts/qcom/sdm845.dtsi | 35 +++ 1 file changed, 35 insertions(+) diff --git a/arch/arm64/boot/dt

Re: [PATCH v2] arm64: dts: sdm845: add video nodes

2018-12-19 Thread mgottam
On 2018-11-30 12:09, Alexandre Courbot wrote: On Wed, Nov 28, 2018 at 10:12 PM Malathi Gottam wrote: This adds video nodes to sdm845 based on the examples in the bindings. Signed-off-by: Malathi Gottam --- arch/arm64/boot/dts/qcom/sdm845.dtsi | 35 +++ 1 fi