Re: [PATCH v4 0/5] Display enablement changes for Qualcomm SA8775P platform

2024-10-19 Thread Mahadevan P
I apologize for the inconvenience caused by uploading the incorrect patch (v4). Kindly disregard it. On 10/19/2024 8:46 PM, Mahadevan wrote: This series introduces support to enable the Mobile Display Subsystem (MDSS) and Display Processing Unit (DPU) for the Qualcomm SA8775P target. It include

Re: [PATCH v3 1/5] dt-bindings: display/msm: Document MDSS on SA8775P

2024-10-03 Thread Mahadevan P
On 10/3/2024 1:23 PM, Krzysztof Kozlowski wrote: On Tue, Oct 01, 2024 at 12:11:36PM +0530, Mahadevan wrote: +patternProperties: + "^display-controller@[0-9a-f]+$": +type: object +additionalProperties: true + +properties: + compatible: +const: qcom,sa8775p-dpu + + "^d

Re: [PATCH v2 4/5] drm/msm/dpu: Add SA8775P support

2024-09-30 Thread Mahadevan P
On 9/26/2024 6:39 PM, Dmitry Baryshkov wrote: On Thu, Sep 26, 2024 at 04:31:36PM GMT, Mahadevan wrote: Add definitions for the display hardware used on the Qualcomm SA8775P platform. Signed-off-by: Mahadevan --- Reviewed-by: Dmitry Baryshkov Minor nit below. [v2] - Reorder compatible st

Re: [PATCH v2 1/5] dt-bindings: display/msm: Document MDSS on SA8775P

2024-09-30 Thread Mahadevan P
On 9/26/2024 6:54 PM, Bjorn Andersson wrote: On Thu, Sep 26, 2024 at 04:31:33PM +0530, Mahadevan wrote: Document the MDSS hardware found on the Qualcomm SA8775P platform. Signed-off-by: Mahadevan --- [v2] - Use fake DISPCC nodes to avoid clock dependencies in dt-bindings. [Dmitry] - Update

Re: [PATCH v2 3/5] drm/msm: mdss: Add SA8775P support

2024-09-26 Thread Mahadevan P
On 9/26/2024 6:32 PM, Dmitry Baryshkov wrote: On Thu, Sep 26, 2024 at 04:31:35PM GMT, Mahadevan wrote: Add Mobile Display Subsystem (MDSS) support for the SA8775P platform. Signed-off-by: Mahadevan --- [v2] - Update commit message. [Dmitry] - Reorder compatible string of MDSS based on alpha

Re: [PATCH v2 0/5] Display enablement changes for Qualcomm SA8775P platform

2024-09-26 Thread Mahadevan P
Sorry, Please ignore this thread/coverletter On 9/26/2024 4:33 PM, Mahadevan wrote: This series introduces support to enable the Mobile Display Subsystem (MDSS) and Display Processing Unit (DPU) for the Qualcomm SA8775P target. It includes the addition of the hardware catalog, compatible string,

Re: [PATCH 4/5] drm/msm/dpu: Add SA8775P support

2024-09-24 Thread Mahadevan P
On 9/24/2024 5:46 PM, Dmitry Baryshkov wrote: On Tue, Sep 24, 2024 at 04:42:02PM GMT, Mahadevan P wrote: On 9/12/2024 1:34 PM, Dmitry Baryshkov wrote: On Thu, Sep 12, 2024 at 12:44:36PM GMT, Mahadevan wrote: Add definitions for the display hardware used on the Qualcomm SA8775P platform

Re: [PATCH 4/5] drm/msm/dpu: Add SA8775P support

2024-09-24 Thread Mahadevan P
On 9/24/2024 4:42 PM, Mahadevan P wrote: On 9/12/2024 1:34 PM, Dmitry Baryshkov wrote: On Thu, Sep 12, 2024 at 12:44:36PM GMT, Mahadevan wrote: Add definitions for the display hardware used on the Qualcomm SA8775P platform. Signed-off-by: Mahadevan ---   .../msm/disp/dpu1/catalog

Re: [PATCH 4/5] drm/msm/dpu: Add SA8775P support

2024-09-24 Thread Mahadevan P
On 9/12/2024 1:34 PM, Dmitry Baryshkov wrote: On Thu, Sep 12, 2024 at 12:44:36PM GMT, Mahadevan wrote: Add definitions for the display hardware used on the Qualcomm SA8775P platform. Signed-off-by: Mahadevan --- .../msm/disp/dpu1/catalog/dpu_8_4_sa8775p.h | 485 ++ .../g

Re: [PATCH 5/5] arm64: dts: qcom: sa8775p: add display dt nodes

2024-09-24 Thread Mahadevan P
On 9/12/2024 1:30 PM, Dmitry Baryshkov wrote: On Thu, Sep 12, 2024 at 12:44:37PM GMT, Mahadevan wrote: Add mdss and mdp DT nodes for SA8775P. Signed-off-by: Mahadevan --- arch/arm64/boot/dts/qcom/sa8775p.dtsi | 85 +++ 1 file changed, 85 insertions(+) diff --git a

Re: [PATCH 0/5] Add display support for Qualcomm SA8775P platform

2024-09-24 Thread Mahadevan P
On 9/12/2024 1:26 PM, Dmitry Baryshkov wrote: On Thu, Sep 12, 2024 at 12:44:32PM GMT, Mahadevan wrote: Add support for mdss and dpu driver on Qualcomm SA8775P platform. --- This series depends on following series: https://lore.kernel.org/all/20240816-sa8775p-mm-v3-v1-0-77d53c3c0...@quicinc.co