Re: [PATCH v15 2/4] dt-bindings: msm: dsi: add yaml schemas for DSI bindings

2021-05-05 Thread mkrishn
On 2021-04-08 20:33, Rob Herring wrote: On Mon, Apr 05, 2021 at 04:36:08PM +0530, Krishna Manikandan wrote: Add YAML schema for the device tree bindings for DSI Signed-off-by: Krishna Manikandan Changes in v1: - Separate dsi controller bindings to a separate patch (Stephen Boyd) - M

Fwd: Re: [PATCH v15 2/4] dt-bindings: msm: dsi: add yaml schemas for DSI bindings

2021-05-13 Thread mkrishn
On 2021-04-08 20:33, Rob Herring wrote: On Mon, Apr 05, 2021 at 04:36:08PM +0530, Krishna Manikandan wrote: Add YAML schema for the device tree bindings for DSI Signed-off-by: Krishna Manikandan Changes in v1: - Separate dsi controller bindings to a separate patch (Stephen Boyd) - M

Re: [PATCH v1 2/4] arm64: dts: qcom: sc7280: add display dt nodes

2021-09-30 Thread mkrishn
On 2021-08-19 01:27, Stephen Boyd wrote: Quoting Krishna Manikandan (2021-08-18 03:27:02) diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi index 53a21d0..fd7ff1c 100644 --- a/arch/arm64/boot/dts/qcom/sc7280.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi

Re: [PATCH v1 2/4] arm64: dts: qcom: sc7280: add display dt nodes

2021-09-30 Thread mkrishn
On 2021-09-30 23:28, Stephen Boyd wrote: Quoting mkri...@codeaurora.org (2021-09-30 04:56:59) On 2021-08-19 01:27, Stephen Boyd wrote: > Quoting Krishna Manikandan (2021-08-18 03:27:02) >> diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi >> b/arch/arm64/boot/dts/qcom/sc7280.dtsi >> index 53a21d

Re: [PATCH v1 2/4] arm64: dts: qcom: sc7280: add display dt nodes

2021-10-05 Thread mkrishn
On 2021-10-05 07:21, Stephen Boyd wrote: Quoting mkri...@codeaurora.org (2021-09-30 23:39:07) On 2021-09-30 23:28, Stephen Boyd wrote: > Quoting mkri...@codeaurora.org (2021-09-30 04:56:59) >> On 2021-08-19 01:27, Stephen Boyd wrote: >> > Quoting Krishna Manikandan (2021-08-18 03:27:02) >> >> di

Re: [v1] drm/msm: Fix race condition in msm driver with async layer updates

2020-10-17 Thread mkrishn
On 2020-10-14 20:55, Rob Clark wrote: On Wed, Oct 14, 2020 at 5:58 AM Krishna Manikandan wrote: When there are back to back commits with async cursor update, there is a case where second commit can program the DPU hw blocks while first didn't complete flushing config to HW. Synchronize the co

Re: [PATCH 1/2] dt-bindings: msm: disp: add yaml schemas for DPU and DSI bindings

2020-08-26 Thread mkrishn
On 2020-08-25 04:27, Rob Herring wrote: On Mon, Aug 10, 2020 at 07:08:02PM +0530, Krishna Manikandan wrote: MSM Mobile Display Subsytem (MDSS) encapsulates sub-blocks like DPU display controller, DSI etc. Add YAML schema for the device tree bindings for the same. Signed-off-by: Krishna Manikand