Searched +full:hdmi +full:- +full:phy +full:- +full:8996 (Results 1 – 7 of 7) sorted by relevance
/linux-6.8/Documentation/devicetree/bindings/phy/ |
D | qcom,hdmi-phy-qmp.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $id: http://devicetree.org/schemas/phy/qcom,hdmi-phy-qmp.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Qualcomm Adreno/Snapdragon QMP HDMI phy 11 - Rob Clark <robdclark@gmail.com> 16 - qcom,hdmi-phy-8996 21 reg-names: 23 - const: hdmi_pll 24 - const: hdmi_tx_l0 [all …]
|
/linux-6.8/Documentation/devicetree/bindings/display/msm/ |
D | hdmi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $id: http://devicetree.org/schemas/display/msm/hdmi.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Qualcomm Adreno/Snapdragon HDMI output 11 - Rob Clark <robdclark@gmail.com> 16 - qcom,hdmi-tx-8084 17 - qcom,hdmi-tx-8660 18 - qcom,hdmi-tx-8960 19 - qcom,hdmi-tx-8974 [all …]
|
D | qcom,mdss.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Dmitry Baryshkov <dmitry.baryshkov@linaro.org> 11 - Rob Clark <robdclark@gmail.com> 15 encapsulates sub-blocks like MDP5, DSI, HDMI, eDP, etc. 19 pattern: "^display-subsystem@[0-9a-f]+$" 23 - qcom,mdss 29 reg-names: 32 - const: mdss_phys [all …]
|
/linux-6.8/drivers/gpu/drm/msm/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 112 bool "Enable DSI 28nm PHY driver in MSM DRM" 116 Choose this option if the 28nm DSI PHY is used on the platform. 119 bool "Enable DSI 20nm PHY driver in MSM DRM" 123 Choose this option if the 20nm DSI PHY is used on the platform. 126 bool "Enable DSI 28nm 8960 PHY driver in MSM DRM" 130 Choose this option if the 28nm DSI PHY 8960 variant is used on the 134 bool "Enable DSI 14nm PHY driver in MSM DRM (used by MSM8996/APQ8096)" 138 Choose this option if DSI PHY on 8996 is used on the platform. 141 bool "Enable DSI 10nm PHY driver in MSM DRM (used by SDM845)" [all …]
|
/linux-6.8/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_phy.c | 1 // SPDX-License-Identifier: GPL-2.0-only 9 #include "hdmi.h" 11 static int msm_hdmi_phy_resource_init(struct hdmi_phy *phy) in msm_hdmi_phy_resource_init() argument 13 struct hdmi_phy_cfg *cfg = phy->cfg; in msm_hdmi_phy_resource_init() 14 struct device *dev = &phy->pdev->dev; in msm_hdmi_phy_resource_init() 17 phy->regs = devm_kcalloc(dev, cfg->num_regs, sizeof(phy->regs[0]), in msm_hdmi_phy_resource_init() 19 if (!phy->regs) in msm_hdmi_phy_resource_init() 20 return -ENOMEM; in msm_hdmi_phy_resource_init() 22 phy->clks = devm_kcalloc(dev, cfg->num_clks, sizeof(phy->clks[0]), in msm_hdmi_phy_resource_init() 24 if (!phy->clks) in msm_hdmi_phy_resource_init() [all …]
|
D | hdmi.c | 1 // SPDX-License-Identifier: GPL-2.0-only 16 #include <sound/hdmi-codec.h> 17 #include "hdmi.h" 19 void msm_hdmi_set_mode(struct hdmi *hdmi, bool power_on) in msm_hdmi_set_mode() argument 24 spin_lock_irqsave(&hdmi->reg_lock, flags); in msm_hdmi_set_mode() 27 if (!hdmi->hdmi_mode) { in msm_hdmi_set_mode() 29 hdmi_write(hdmi, REG_HDMI_CTRL, ctrl); in msm_hdmi_set_mode() 38 hdmi_write(hdmi, REG_HDMI_CTRL, ctrl); in msm_hdmi_set_mode() 39 spin_unlock_irqrestore(&hdmi->reg_lock, flags); in msm_hdmi_set_mode() 40 DBG("HDMI Core: %s, HDMI_CTRL=0x%08x", in msm_hdmi_set_mode() [all …]
|
/linux-6.8/arch/arm64/boot/dts/qcom/ |
D | msm8996.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2014-2015, The Linux Foundation. All rights reserved. 6 #include <dt-bindings/interrupt-controller/arm-gic.h> 7 #include <dt-bindings/clock/qcom,gcc-msm8996.h> 8 #include <dt-bindings/clock/qcom,mmcc-msm8996.h> 9 #include <dt-bindings/clock/qcom,rpmcc.h> 10 #include <dt-bindings/interconnect/qcom,msm8996.h> 11 #include <dt-bindings/interconnect/qcom,msm8996-cbf.h> 12 #include <dt-bindings/firmware/qcom,scm.h> 13 #include <dt-bindings/gpio/gpio.h> [all …]
|