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
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
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
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
: 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
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
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
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
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
: 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
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
- 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
39 matches
Mail list logo