[PATCH v5 4/5] dt-bindings: display: msm: dp-controller: document SA8775P compatible

2024-10-18 Thread Soutrik Mukhopadhyay
Add compatible string for the DisplayPort controller found on the Qualcomm SA8775P platform. Acked-by: Krzysztof Kozlowski Signed-off-by: Soutrik Mukhopadhyay --- v2: No change v3: No change v4: No change v5: No change --- Documentation/devicetree/bindings/display/msm/dp-controller.yaml

[PATCH v5 0/5] Add support for DisplayPort on SA8775P platform

2024-10-18 Thread Soutrik Mukhopadhyay
duce aux_cfg array for version specific aux settings commit: 913463587d528d766a8e12c7790995e273ec84fb [3/5] phy: qcom: edp: Add support for eDP PHY on SA8775P commit: 3f12bf16213c30d8e645027efd94a19c13ee0253 --- Soutrik Mukhopadhyay (5): dt-bindings: phy: Add eDP PHY compatibl

[PATCH v5 3/5] phy: qcom: edp: Add support for eDP PHY on SA8775P

2024-10-18 Thread Soutrik Mukhopadhyay
Add support for eDP PHY v5 found on the Qualcomm SA8775P platform. Reviewed-by: Dmitry Baryshkov Signed-off-by: Soutrik Mukhopadhyay --- v2: Fixed review comments from Dmitry - Reused edp_swing_hbr_rbr and edp_swing_hbr2_hbr3 for v5. v3: No change v4: No change v5: No change

[PATCH v5 2/5] phy: qcom: edp: Introduce aux_cfg array for version specific aux settings

2024-10-18 Thread Soutrik Mukhopadhyay
In order to support different HW versions, introduce aux_cfg array to move v4 specific aux configuration settings. Reviewed-by: Dmitry Baryshkov Signed-off-by: Soutrik Mukhopadhyay --- v2: Fixed review comments from Bjorn and Dmitry - Made aux_cfg array as const. v3: Fixed review

[PATCH v5 5/5] drm/msm/dp: Add DisplayPort controller for SA8775P

2024-10-18 Thread Soutrik Mukhopadhyay
: Soutrik Mukhopadhyay --- v2: No change v3: Fixed review comments from Konrad and Bjorn -Added all the necessary DPTX controllers for this platform. v4: Updated commit message to mention specifically about the validation of MDSS0 DPTX0 and DPTX1. v5: Aligned the register starting

[PATCH v5 1/5] dt-bindings: phy: Add eDP PHY compatible for sa8775p

2024-10-18 Thread Soutrik Mukhopadhyay
Add compatible string for the supported eDP PHY on sa8775p platform. Acked-by: Krzysztof Kozlowski Signed-off-by: Soutrik Mukhopadhyay --- v2: No change v3: No change v4: No change v5: No change --- Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml | 1 + 1 file changed, 1 insertion

Re: [PATCH v4 0/5] Add support for DisplayPort on SA8775P platform

2024-10-15 Thread Soutrik Mukhopadhyay
On 10/6/2024 8:30 PM, Dmitry Baryshkov wrote: On Fri, 4 Oct 2024 at 12:30, Soutrik Mukhopadhyay wrote: This series adds support for the DisplayPort controller and eDP PHY v5 found on the Qualcomm SA8775P platform. --- v2: Fixed review comments from Dmitry and Bjorn - Made aux_cfg

Re: [PATCH v4 5/5] drm/msm/dp: Add DisplayPort controller for SA8775P

2024-10-14 Thread Soutrik Mukhopadhyay
On 10/7/2024 1:21 AM, Dmitry Baryshkov wrote: On Fri, Oct 04, 2024 at 04:00:46PM GMT, Soutrik Mukhopadhyay wrote: The Qualcomm SA8775P platform comes with 2 DisplayPort controllers for each mdss, having different base offsets than the previous SoCs. The support for all 4 DPTX have been added

[PATCH v4 4/5] dt-bindings: display: msm: dp-controller: document SA8775P compatible

2024-10-04 Thread Soutrik Mukhopadhyay
Add compatible string for the DisplayPort controller found on the Qualcomm SA8775P platform. Acked-by: Krzysztof Kozlowski Signed-off-by: Soutrik Mukhopadhyay --- v2: No change v3: No change v4: No change --- Documentation/devicetree/bindings/display/msm/dp-controller.yaml | 1 + 1 file

[PATCH v4 5/5] drm/msm/dp: Add DisplayPort controller for SA8775P

2024-10-04 Thread Soutrik Mukhopadhyay
: Soutrik Mukhopadhyay --- v2: No change v3: Fixed review comments from Konrad and Bjorn -Added all the necessary DPTX controllers for this platform. v4: Updated commit message --- drivers/gpu/drm/msm/dp/dp_display.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/gpu

[PATCH v4 2/5] phy: qcom: edp: Introduce aux_cfg array for version specific aux settings

2024-10-04 Thread Soutrik Mukhopadhyay
In order to support different HW versions, introduce aux_cfg array to move v4 specific aux configuration settings. Reviewed-by: Dmitry Baryshkov Signed-off-by: Soutrik Mukhopadhyay --- v2: Fixed review comments from Bjorn and Dmitry - Made aux_cfg array as const. v3: Fixed review

[PATCH v4 0/5] Add support for DisplayPort on SA8775P platform

2024-10-04 Thread Soutrik Mukhopadhyay
- Updated commit message. --- Soutrik Mukhopadhyay (5): dt-bindings: phy: Add eDP PHY compatible for sa8775p phy: qcom: edp: Introduce aux_cfg array for version specific aux settings phy: qcom: edp: Add support for eDP PHY on SA8775P dt-bindings: display: msm: dp-controller

[PATCH v4 3/5] phy: qcom: edp: Add support for eDP PHY on SA8775P

2024-10-04 Thread Soutrik Mukhopadhyay
Add support for eDP PHY v5 found on the Qualcomm SA8775P platform. Reviewed-by: Dmitry Baryshkov Signed-off-by: Soutrik Mukhopadhyay --- v2: Fixed review comments from Dmitry - Reused edp_swing_hbr_rbr and edp_swing_hbr2_hbr3 for v5. v3: No change v4: No change --- drivers/phy

[PATCH v4 1/5] dt-bindings: phy: Add eDP PHY compatible for sa8775p

2024-10-04 Thread Soutrik Mukhopadhyay
Add compatible string for the supported eDP PHY on sa8775p platform. Acked-by: Krzysztof Kozlowski Signed-off-by: Soutrik Mukhopadhyay --- v2: No change v3: No change v4: No change --- Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a

[PATCH v3 4/5] dt-bindings: display: msm: dp-controller: document SA8775P compatible

2024-09-23 Thread Soutrik Mukhopadhyay
Add compatible string for the DisplayPort controller found on the Qualcomm SA8775P platform. Signed-off-by: Soutrik Mukhopadhyay --- v2: No change v3: No change --- Documentation/devicetree/bindings/display/msm/dp-controller.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a

[PATCH v3 5/5] drm/msm/dp: Add DisplayPort controller for SA8775P

2024-09-23 Thread Soutrik Mukhopadhyay
The Qualcomm SA8775P platform comes with 2 DisplayPort controllers for each mdss, having different base offsets than the previous SoCs. The support for all 4 DPTX have been added here, and validation of MDSS0 DPTX0 and DPTX1 have been conducted. Signed-off-by: Soutrik Mukhopadhyay --- v2: No

[PATCH v3 0/5] Add support for DisplayPort on SA8775P platform

2024-09-23 Thread Soutrik Mukhopadhyay
from Dmitry, Konrad and Bjorn - Used a for loop to write the dp_phy_aux_cfg registers. - Pre-defined the aux_cfg size to prevent any magic numbers. - Added all the necessary DPTX controllers for this platform. --- Soutrik Mukhopadhyay (5): dt-bindings: phy: Add eDP

[PATCH v3 1/5] dt-bindings: phy: Add eDP PHY compatible for sa8775p

2024-09-23 Thread Soutrik Mukhopadhyay
Add compatible string for the supported eDP PHY on sa8775p platform. Reviewed-by: Krzysztof Kozlowski Acked-by: Krzysztof Kozlowski Signed-off-by: Soutrik Mukhopadhyay --- v2: No change v3: No change --- Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml | 1 + 1 file changed, 1

[PATCH v3 3/5] phy: qcom: edp: Add support for eDP PHY on SA8775P

2024-09-23 Thread Soutrik Mukhopadhyay
Add support for eDP PHY v5 found on the Qualcomm SA8775P platform. Reviewed-by: Dmitry Baryshkov Signed-off-by: Soutrik Mukhopadhyay --- v2: Fixed review comments from Dmitry - Reused edp_swing_hbr_rbr and edp_swing_hbr2_hbr3 for v5. v3: No change --- drivers/phy/qualcomm/phy-qcom

[PATCH v3 2/5] phy: qcom: edp: Introduce aux_cfg array for version specific aux settings

2024-09-23 Thread Soutrik Mukhopadhyay
In order to support different HW versions, introduce aux_cfg array to move v4 specific aux configuration settings. Signed-off-by: Soutrik Mukhopadhyay --- v2: Fixed review comments from Bjorn and Dmitry - Made aux_cfg array as const. v3: Fixed review comments from Dmitry - Used

Re: [PATCH v2 2/5] phy: qcom: edp: Introduce aux_cfg array for version specific aux settings

2024-09-17 Thread Soutrik Mukhopadhyay
On 9/13/2024 5:12 PM, Dmitry Baryshkov wrote: On Fri, 13 Sept 2024 at 13:38, Soutrik Mukhopadhyay wrote: In order to support different HW versions, introduce aux_cfg array to move v4 specific aux configuration settings. Signed-off-by: Soutrik Mukhopadhyay --- v2: Fixed review comments from

Re: [PATCH 5/5] drm/msm/dp: Add DisplayPort controller for SA8775P

2024-09-17 Thread Soutrik Mukhopadhyay
On 9/14/2024 2:54 AM, Bjorn Andersson wrote: On Thu, Sep 12, 2024 at 03:34:05PM +0530, Soutrik Mukhopadhyay wrote: On 9/12/2024 1:32 AM, Bjorn Andersson wrote: On Wed, Sep 11, 2024 at 03:38:13PM +0530, Soutrik Mukhopadhyay wrote: The Qualcomm SA8775P platform comes with a DisplayPort

[PATCH v2 0/5] Add support for DisplayPort on SA8775P platform

2024-09-13 Thread Soutrik Mukhopadhyay
This series adds support for the DisplayPort controller and eDP PHY v5 found on the Qualcomm SA8775P platform. --- v2: Fixed review comments from Dmitry and Bjorn - Made aux_cfg array as const. - Reused edp_swing_hbr_rbr and edp_swing_hbr2_hbr3 for v5. --- Soutrik

[PATCH v2 2/5] phy: qcom: edp: Introduce aux_cfg array for version specific aux settings

2024-09-13 Thread Soutrik Mukhopadhyay
In order to support different HW versions, introduce aux_cfg array to move v4 specific aux configuration settings. Signed-off-by: Soutrik Mukhopadhyay --- v2: Fixed review comments from Bjorn and Dmitry - Made aux_cfg array as const. --- drivers/phy/qualcomm/phy-qcom-edp.c | 37

[PATCH v2 5/5] drm/msm/dp: Add DisplayPort controller for SA8775P

2024-09-13 Thread Soutrik Mukhopadhyay
The Qualcomm SA8775P platform comes with a DisplayPort controller with a different base offset than the previous SoCs, add support for this in the DisplayPort driver. Signed-off-by: Soutrik Mukhopadhyay --- v2: No change --- drivers/gpu/drm/msm/dp/dp_display.c | 7 +++ 1 file changed, 7

[PATCH v2 1/5] dt-bindings: phy: Add eDP PHY compatible for sa8775p

2024-09-13 Thread Soutrik Mukhopadhyay
Add compatible string for the supported eDP PHY on sa8775p platform. Signed-off-by: Soutrik Mukhopadhyay --- v2: No change --- Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml b

[PATCH v2 3/5] phy: qcom: edp: Add support for eDP PHY on SA8775P

2024-09-13 Thread Soutrik Mukhopadhyay
Add support for eDP PHY v5 found on the Qualcomm SA8775P platform. Signed-off-by: Soutrik Mukhopadhyay --- v2: Fixed review comments from Dmitry - Reused edp_swing_hbr_rbr and edp_swing_hbr2_hbr3 for v5. --- drivers/phy/qualcomm/phy-qcom-edp.c | 33 + 1 file

[PATCH v2 4/5] dt-bindings: display: msm: dp-controller: document SA8775P compatible

2024-09-13 Thread Soutrik Mukhopadhyay
Add compatible string for the DisplayPort controller found on the Qualcomm SA8775P platform. Signed-off-by: Soutrik Mukhopadhyay --- v2: No change --- Documentation/devicetree/bindings/display/msm/dp-controller.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree

Re: [PATCH 5/5] drm/msm/dp: Add DisplayPort controller for SA8775P

2024-09-12 Thread Soutrik Mukhopadhyay
On 9/12/2024 1:32 AM, Bjorn Andersson wrote: On Wed, Sep 11, 2024 at 03:38:13PM +0530, Soutrik Mukhopadhyay wrote: The Qualcomm SA8775P platform comes with a DisplayPort controller with a different base offset than the previous SoCs, add support for this in the DisplayPort driver. Signed-off

Re: [PATCH 3/5] phy: qcom: edp: Add support for eDP PHY on SA8775P

2024-09-12 Thread Soutrik Mukhopadhyay
On 9/11/2024 4:10 PM, Dmitry Baryshkov wrote: On Wed, 11 Sept 2024 at 13:08, Soutrik Mukhopadhyay wrote: Add support for eDP PHY v5 found on the Qualcomm SA8775P platform. Signed-off-by: Soutrik Mukhopadhyay --- drivers/phy/qualcomm/phy-qcom-edp.c | 47 + 1

Re: [PATCH 3/5] phy: qcom: edp: Add support for eDP PHY on SA8775P

2024-09-12 Thread Soutrik Mukhopadhyay
On 9/11/2024 4:10 PM, Dmitry Baryshkov wrote: On Wed, 11 Sept 2024 at 13:08, Soutrik Mukhopadhyay wrote: Add support for eDP PHY v5 found on the Qualcomm SA8775P platform. Signed-off-by: Soutrik Mukhopadhyay --- drivers/phy/qualcomm/phy-qcom-edp.c | 47 + 1

Re: [PATCH 2/5] phy: qcom: edp: Introduce aux_cfg array for version specific aux settings

2024-09-12 Thread Soutrik Mukhopadhyay
On 9/12/2024 7:15 AM, Bjorn Andersson wrote: On Wed, Sep 11, 2024 at 03:38:10PM +0530, Soutrik Mukhopadhyay wrote: In order to support different HW versions, introduce aux_cfg array to move v4 specific aux configuration settings. Signed-off-by: Soutrik Mukhopadhyay --- drivers/phy

Re: [PATCH 2/5] phy: qcom: edp: Introduce aux_cfg array for version specific aux settings

2024-09-12 Thread Soutrik Mukhopadhyay
On 9/11/2024 4:04 PM, Dmitry Baryshkov wrote: On Wed, 11 Sept 2024 at 13:08, Soutrik Mukhopadhyay wrote: In order to support different HW versions, introduce aux_cfg array to move v4 specific aux configuration settings. Signed-off-by: Soutrik Mukhopadhyay --- drivers/phy/qualcomm/phy

[PATCH 4/5] dt-bindings: display: msm: dp-controller: document SA8775P compatible

2024-09-11 Thread Soutrik Mukhopadhyay
Add compatible string for the DisplayPort controller found on the Qualcomm SA8775P platform. Signed-off-by: Soutrik Mukhopadhyay --- Documentation/devicetree/bindings/display/msm/dp-controller.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/display/msm

[PATCH 5/5] drm/msm/dp: Add DisplayPort controller for SA8775P

2024-09-11 Thread Soutrik Mukhopadhyay
The Qualcomm SA8775P platform comes with a DisplayPort controller with a different base offset than the previous SoCs, add support for this in the DisplayPort driver. Signed-off-by: Soutrik Mukhopadhyay --- drivers/gpu/drm/msm/dp/dp_display.c | 7 +++ 1 file changed, 7 insertions(+) diff

[PATCH 1/5] dt-bindings: phy: Add eDP PHY compatible for sa8775p

2024-09-11 Thread Soutrik Mukhopadhyay
Add compatible string for the supported eDP PHY on sa8775p platform. Signed-off-by: Soutrik Mukhopadhyay --- Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml b/Documentation

[PATCH 3/5] phy: qcom: edp: Add support for eDP PHY on SA8775P

2024-09-11 Thread Soutrik Mukhopadhyay
Add support for eDP PHY v5 found on the Qualcomm SA8775P platform. Signed-off-by: Soutrik Mukhopadhyay --- drivers/phy/qualcomm/phy-qcom-edp.c | 47 + 1 file changed, 47 insertions(+) diff --git a/drivers/phy/qualcomm/phy-qcom-edp.c b/drivers/phy/qualcomm/phy-qcom

[PATCH 0/5] Add support for DisplayPort on SA8775P platform

2024-09-11 Thread Soutrik Mukhopadhyay
This series adds support for the DisplayPort controller and eDP PHY v5 found on the Qualcomm SA8775P platform. Soutrik Mukhopadhyay (5): dt-bindings: phy: Add eDP PHY compatible for sa8775p phy: qcom: edp: Introduce aux_cfg array for version specific aux settings phy: qcom: edp: Add

[PATCH 2/5] phy: qcom: edp: Introduce aux_cfg array for version specific aux settings

2024-09-11 Thread Soutrik Mukhopadhyay
In order to support different HW versions, introduce aux_cfg array to move v4 specific aux configuration settings. Signed-off-by: Soutrik Mukhopadhyay --- drivers/phy/qualcomm/phy-qcom-edp.c | 34 + 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a