[PATCH v5] arm64: dts: sdm845: add video nodes

2019-01-25 Thread Malathi Gottam
This adds video nodes to sdm845 based on the examples in the bindings. Signed-off-by: Malathi Gottam --- Changes: Added video firmware node arch/arm64/boot/dts/qcom/sdm845.dtsi | 38 1 file changed, 38 insertions(+) diff --git a/arch/arm64/boot/dts

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

2019-01-24 Thread Malathi Gottam
On 2019-01-25 13:16, Alexandre Courbot wrote: On Thu, Jan 17, 2019 at 8:58 PM Stanimir Varbanov wrote: Hi Malathi, On 12/20/18 9:47 AM, Malathi Gottam wrote: > This adds video nodes to sdm845 based on the examples > in the bindings. > > Signed-off-by: Malathi Gottam > --- >

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

2019-01-07 Thread Malathi Gottam
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/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom

[PATCH v2] media: venus: add debugfs support

2019-01-07 Thread Malathi Gottam
Enable logs in venus through debugfs to print debug information. Signed-off-by: Malathi Gottam --- drivers/media/platform/qcom/venus/core.c | 62 - drivers/media/platform/qcom/venus/core.h | 32 + drivers/media/platform/qcom/venus/firmware.c | 6 +- drivers/media

[PATCH v2] media: venus: add debugfs support

2018-12-28 Thread Malathi Gottam
Enable logs in venus through debugfs to print debug information. Change-Id: I9b2a423829df9ee171f95f18bcb85646319086d0 Signed-off-by: Malathi Gottam --- drivers/media/platform/qcom/venus/core.c | 62 - drivers/media/platform/qcom/venus/core.h | 32 + drivers/media

[PATCH] media: venus: add debugfs support

2018-12-27 Thread Malathi Gottam
Enable logs in venus through debugfs to print debug information. Signed-off-by: Malathi Gottam --- drivers/media/platform/qcom/venus/core.c | 62 - drivers/media/platform/qcom/venus/core.h | 32 + drivers/media/platform/qcom/venus/firmware.c | 6 +- drivers/media

[PATCH v3] arm64: dts: sdm845: add video nodes

2018-12-19 Thread Malathi Gottam
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/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom

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

2018-11-28 Thread Malathi Gottam
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/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom

[PATCH] media: venus: amend buffer size for bitstream plane

2018-10-09 Thread Malathi Gottam
For lower resolutions, incase of encoder, the compressed frame size is more than half of the corresponding input YUV. Keep the size as same as YUV considering worst case. Signed-off-by: Malathi Gottam --- drivers/media/platform/qcom/venus/helpers.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH] media: venus: add support for USERPTR to queue

2018-10-09 Thread Malathi Gottam
Add USERPTR to queue access methods by adding this support to io_modes on both the planes. Signed-off-by: Malathi Gottam --- drivers/media/platform/qcom/venus/venc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/platform/qcom/venus/venc.c b/drivers/media