Searched +full:sa8775p +full:- +full:edp +full:- +full:phy (Results 1 – 7 of 7) sorted by relevance
/linux-6.15/Documentation/devicetree/bindings/display/msm/ |
D | qcom,sa8775p-mdss.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/display/msm/qcom,sa8775p-mdss.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Mahadevan <quic_mahap@quicinc.com> 13 SA8775P MSM Mobile Display Subsystem(MDSS), which encapsulates sub-blocks like 14 DPU display controller, DP interfaces and EDP etc. 16 $ref: /schemas/display/msm/mdss-common.yaml# 20 const: qcom,sa8775p-mdss 24 - description: Display AHB [all …]
|
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> 11 - Abhinav Kumar <quic_abhinavk@quicinc.com> 20 - enum: 21 - qcom,sa8775p-dp 22 - qcom,sc7180-dp 23 - qcom,sc7280-dp [all …]
|
/linux-6.15/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,sa8775p-edp-phy 21 - qcom,sc7280-edp-phy 22 - qcom,sc8180x-edp-phy [all …]
|
/linux-6.15/drivers/phy/qualcomm/ |
D | phy-qcom-edp.c | 1 // SPDX-License-Identifier: GPL-2.0 8 #include <linux/clk-provider.h> 16 #include <linux/phy/phy.h> 17 #include <linux/phy/phy-dp.h> 23 #include <dt-bindings/phy/phy.h> 25 #include "phy-qcom-qmp-dp-phy.h" 26 #include "phy-qcom-qmp-qserdes-com-v4.h" 27 #include "phy-qcom-qmp-qserdes-com-v6.h" 76 int (*com_power_on)(const struct qcom_edp *edp); 77 int (*com_resetsm_cntrl)(const struct qcom_edp *edp); [all …]
|
/linux-6.15/arch/arm64/boot/dts/qcom/ |
D | sa8775p.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 7 #include <dt-bindings/interconnect/qcom,icc.h> 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include <dt-bindings/clock/qcom,rpmh.h> 10 #include <dt-bindings/clock/qcom,sa8775p-dispcc.h> 11 #include <dt-bindings/clock/qcom,sa8775p-gcc.h> 12 #include <dt-bindings/clock/qcom,sa8775p-gpucc.h> 13 #include <dt-bindings/dma/qcom-gpi.h> 14 #include <dt-bindings/interconnect/qcom,sa8775p-rpmh.h> 15 #include <dt-bindings/mailbox/qcom-ipcc.h> [all …]
|
D | qcs8300.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 6 #include <dt-bindings/clock/qcom,qcs8300-gcc.h> 7 #include <dt-bindings/clock/qcom,rpmh.h> 8 #include <dt-bindings/clock/qcom,sa8775p-camcc.h> 9 #include <dt-bindings/clock/qcom,sa8775p-dispcc.h> 10 #include <dt-bindings/clock/qcom,sa8775p-gpucc.h> 11 #include <dt-bindings/clock/qcom,sa8775p-videocc.h> 12 #include <dt-bindings/firmware/qcom,scm.h> 13 #include <dt-bindings/interconnect/qcom,icc.h> 14 #include <dt-bindings/interconnect/qcom,qcs8300-rpmh.h> [all …]
|
/linux-6.15/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. 12 #include <linux/phy/phy.h> 33 MODULE_PARM_DESC(psr_enabled, "enable PSR for eDP and DP displays"); 174 { .compatible = "qcom,sa8775p-dp", .data = &msm_dp_desc_sa8775p }, 175 { .compatible = "qcom,sc7180-dp", .data = &msm_dp_desc_sc7180 }, 176 { .compatible = "qcom,sc7280-dp", .data = &msm_dp_desc_sc7280 }, 177 { .compatible = "qcom,sc7280-edp", .data = &msm_dp_desc_sc7280 }, 178 { .compatible = "qcom,sc8180x-dp", .data = &msm_dp_desc_sc8180x }, 179 { .compatible = "qcom,sc8180x-edp", .data = &msm_dp_desc_sc8180x }, [all …]
|