Searched +full:sc7180 +full:- +full:dpu (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/display/msm/ |
D | dpu-sc7180.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/display/msm/dpu-sc7180.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm Display DPU dt properties for SC7180 target 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 SC7180 target. 20 - const: qcom,sc7180-mdss 25 reg-names: [all …]
|
/Linux-v6.1/drivers/gpu/drm/msm/ |
D | msm_mdss.c | 2 * 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/ |
D | dpu_hw_catalog.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 4 * Copyright (c) 2015-2018, 2020 The Linux Foundation. All rights reserved. 46 #define DPU_HW_VER_620 DPU_HW_VER(6, 2, 0) /* sc7180 v1.0 */ 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 …]
|
D | dpu_kms.c | 1 // 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 …]
|
D | dpu_hw_catalog.c | 1 // SPDX-License-Identifier: GPL-2.0-only 2 /* Copyright (c) 2015-2018, The Linux Foundation. All rights reserved. 263 * DPU sub blocks config 265 /* DPU top level caps */ 982 /* SC7180 */ 1153 PP_BLK_TE("pingpong_0", PINGPONG_0, 0x70000, 0, sdm845_pp_sblk_te, -1, -1), 1154 PP_BLK_TE("pingpong_1", PINGPONG_1, 0x70800, 0, sdm845_pp_sblk_te, -1, -1), 1172 -1), 1175 -1), 1202 PP_BLK("pingpong_0", PINGPONG_0, 0x59000, 0, sc7280_pp_sblk, -1, -1), [all …]
|
/Linux-v6.1/arch/arm64/boot/dts/qcom/ |
D | sc7180.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 3 * SC7180 SoC device tree source 5 * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved. 8 #include <dt-bindings/clock/qcom,dispcc-sc7180.h> 9 #include <dt-bindings/clock/qcom,gcc-sc7180.h> 10 #include <dt-bindings/clock/qcom,gpucc-sc7180.h> 11 #include <dt-bindings/clock/qcom,lpasscorecc-sc7180.h> 12 #include <dt-bindings/clock/qcom,rpmh.h> 13 #include <dt-bindings/clock/qcom,videocc-sc7180.h> 14 #include <dt-bindings/interconnect/qcom,osm-l3.h> [all …]
|