Searched +full:sc8180x +full:- +full:edp +full:- +full:phy (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/phy/ |
D | qcom,edp-phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: "http://devicetree.org/schemas/phy/qcom,edp-phy.yaml#" 6 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 8 title: Qualcomm eDP PHY 11 - Bjorn Andersson <bjorn.andersson@linaro.org> 14 The Qualcomm eDP PHY is found in a number of Qualcomm platform and provides 20 - qcom,sc7280-edp-phy 21 - qcom,sc8180x-edp-phy 22 - qcom,sc8280xp-dp-phy [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/display/msm/ |
D | dp-controller.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/msm/dp-controller.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Kuogee Hsieh <quic_khsieh@quicinc.com> 19 - qcom,sc7180-dp 20 - qcom,sc7280-dp 21 - qcom,sc7280-edp 22 - qcom,sc8180x-dp 23 - qcom,sc8180x-edp [all …]
|
/Linux-v6.1/drivers/phy/qualcomm/ |
D | phy-qcom-edp.c | 1 // SPDX-License-Identifier: GPL-2.0 8 #include <linux/clk-provider.h> 18 #include <linux/phy/phy.h> 24 #include <dt-bindings/phy/phy.h> 26 #include "phy-qcom-qmp.h" 76 /* DP PHY swing and pre_emphasis tables */ 87 struct phy *phy; member 89 void __iomem *edp; member 175 static int qcom_edp_phy_init(struct phy *phy) in qcom_edp_phy_init() argument 177 struct qcom_edp *edp = phy_get_drvdata(phy); in qcom_edp_phy_init() local [all …]
|
/Linux-v6.1/drivers/gpu/drm/msm/dp/ |
D | dp_display.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2017-2020, The Linux Foundation. All rights reserved. 174 { .compatible = "qcom,sc7180-dp", .data = &sc7180_dp_cfg }, 175 { .compatible = "qcom,sc7280-dp", .data = &sc7280_dp_cfg }, 176 { .compatible = "qcom,sc7280-edp", .data = &sc7280_dp_cfg }, 177 { .compatible = "qcom,sc8180x-dp", .data = &sc8180x_dp_cfg }, 178 { .compatible = "qcom,sc8180x-edp", .data = &sc8180x_dp_cfg }, 179 { .compatible = "qcom,sm8350-dp", .data = &sm8350_dp_cfg }, 197 spin_lock_irqsave(&dp_priv->event_lock, flag); in dp_add_event() 198 pndx = dp_priv->event_pndx + 1; in dp_add_event() [all …]
|