Re: [PATCH v1] drm/msm/dpu: Fix some typos in comment

2024-09-11 Thread Dmitry Baryshkov
On Thu, Sep 12, 2024 at 12:24:25PM GMT, Shen Lichuan wrote: > Fixed some spelling errors, the details are as follows: > > -in the code comments: > collpase->collapse > firwmare->firmware > everwhere->everywhere > > Signed-off-by: Shen Lichuan Missing Fixes tag. > --- > drive

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

2024-09-11 Thread Bjorn Andersson
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/qualcomm/phy-qcom-edp.c | 34 +-

Re: [RFC PATCH] drm: allow encoder mode_set even when connectors change for crtc

2024-09-11 Thread Abhinav Kumar
Hi Maxime On 9/10/2024 1:40 AM, Maxime Ripard wrote: Hi, On Mon, Sep 09, 2024 at 12:59:47PM GMT, Abhinav Kumar wrote: On 9/9/2024 6:37 AM, Maxime Ripard wrote: Hi, On Thu, Sep 05, 2024 at 03:11:24PM GMT, Abhinav Kumar wrote: In certain use-cases, a CRTC could switch between two encoders and

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

2024-09-11 Thread Bjorn Andersson
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-by: Soutrik Mukhopadhyay > --- > drive

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

2024-09-11 Thread Dmitry Baryshkov
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 file changed, 47 insertions(+) > > diff --

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

2024-09-11 Thread Dmitry Baryshkov
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-qcom-edp.c | 34 +--

[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/device

[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-e

[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 supp

[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/drive