Home
last modified time | relevance | path

Searched +full:sc7280 +full:- +full:dpu (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/display/msm/
Ddpu-sc7280.yaml1 # SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/display/msm/dpu-sc7280.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Display DPU dt properties for SC7280
10 - Krishna Manikandan <quic_mkrishn@quicinc.com>
14 sub-blocks like DPU display controller, DSI and DP interfaces etc. Device tree
15 bindings of MDSS and DPU are mentioned for SC7280.
19 const: qcom,sc7280-mdss
24 reg-names:
[all …]
/Linux-v6.1/drivers/gpu/drm/msm/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
77 bool "Enable DPU support in MSM DRM driver"
147 Choose this option if DSI PHY on SM8150/SM8250/SC7280 is used on
158 through some kind of DSI-to-HDMI bridge, this option can be disabled.
Dmsm_mdss.c2 * SPDX-License-Identifier: GPL-2.0
49 struct icc_path *path0 = of_icc_get(dev, "mdp0-mem"); in msm_mdss_parse_data_bus_icc_path()
50 struct icc_path *path1 = of_icc_get(dev, "mdp1-mem"); in msm_mdss_parse_data_bus_icc_path()
55 msm_mdss->path[0] = path0; in msm_mdss_parse_data_bus_icc_path()
56 msm_mdss->num_paths = 1; in msm_mdss_parse_data_bus_icc_path()
59 msm_mdss->path[1] = path1; in msm_mdss_parse_data_bus_icc_path()
60 msm_mdss->num_paths++; in msm_mdss_parse_data_bus_icc_path()
71 for (i = 0; i < msm_mdss->num_paths; i++) in msm_mdss_put_icc_path()
72 icc_put(msm_mdss->path[i]); in msm_mdss_put_icc_path()
79 for (i = 0; i < msm_mdss->num_paths; i++) in msm_mdss_icc_request_bw()
[all …]
/Linux-v6.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_catalog.h1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * Copyright (c) 2015-2018, 2020 The Linux Foundation. All rights reserved.
48 #define DPU_HW_VER_720 DPU_HW_VER(7, 2, 0) /* sc7280 */
99 * SSPP sub-blocks/features
107 * @DPU_SSPP_CSC_10BIT, Support of 10-bit Color space conversion
110 * @DPU_SSPP_QOS_8LVL, SSPP support 8-level QoS control
143 * MIXER sub-blocks/features
145 * @DPU_MIXER_SOURCESPLIT Layer mixer supports source-split configuration
161 * DSPP sub-blocks
172 * PINGPONG sub-blocks
[all …]
Ddpu_kms.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * Copyright (c) 2014-2018, The Linux Foundation. All rights reserved.
13 #include <linux/dma-buf.h>
60 struct dpu_kms *kms = (struct dpu_kms *)s->private; in _dpu_danger_signal_status()
64 if (!kms->hw_mdp) { in _dpu_danger_signal_status()
71 pm_runtime_get_sync(&kms->pdev->dev); in _dpu_danger_signal_status()
74 if (kms->hw_mdp->ops.get_danger_status) in _dpu_danger_signal_status()
75 kms->hw_mdp->ops.get_danger_status(kms->hw_mdp, in _dpu_danger_signal_status()
79 if (kms->hw_mdp->ops.get_safe_status) in _dpu_danger_signal_status()
80 kms->hw_mdp->ops.get_safe_status(kms->hw_mdp, in _dpu_danger_signal_status()
[all …]
/Linux-v6.1/arch/arm64/boot/dts/qcom/
Dsc7280.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
3 * sc7280 SoC device tree source
5 * Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
7 #include <dt-bindings/clock/qcom,camcc-sc7280.h>
8 #include <dt-bindings/clock/qcom,dispcc-sc7280.h>
9 #include <dt-bindings/clock/qcom,gcc-sc7280.h>
10 #include <dt-bindings/clock/qcom,gpucc-sc7280.h>
11 #include <dt-bindings/clock/qcom,lpassaudiocc-sc7280.h>
12 #include <dt-bindings/clock/qcom,lpasscorecc-sc7280.h>
13 #include <dt-bindings/clock/qcom,rpmh.h>
[all …]