Searched +full:sc7180 +full:- +full:dpu (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/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 <mkrishn@codeaurora.org> 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-v5.15/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_catalog.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* Copyright (c) 2015-2018, 2020 The Linux Foundation. All rights reserved. 43 #define DPU_HW_VER_620 DPU_HW_VER(6, 2, 0) /* sc7180 v1.0 */ 94 * SSPP sub-blocks/features 102 * @DPU_SSPP_CSC_10BIT, Support of 10-bit Color space conversion 105 * @DPU_SSPP_QOS_8LVL, SSPP support 8-level QoS control 136 * MIXER sub-blocks/features 138 * @DPU_MIXER_SOURCESPLIT Layer mixer supports source-split configuration 152 * DSPP sub-blocks 163 * PINGPONG sub-blocks [all …]
|
D | dpu_kms.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2014-2018, The Linux Foundation. All rights reserved. 11 #include <linux/dma-buf.h> 57 struct dpu_kms *kms = (struct dpu_kms *)s->private; in _dpu_danger_signal_status() 61 if (!kms->hw_mdp) { in _dpu_danger_signal_status() 68 pm_runtime_get_sync(&kms->pdev->dev); in _dpu_danger_signal_status() 71 if (kms->hw_mdp->ops.get_danger_status) in _dpu_danger_signal_status() 72 kms->hw_mdp->ops.get_danger_status(kms->hw_mdp, in _dpu_danger_signal_status() 76 if (kms->hw_mdp->ops.get_danger_status) in _dpu_danger_signal_status() 77 kms->hw_mdp->ops.get_danger_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. 181 * DPU sub blocks config 183 /* DPU top level caps */ 639 /* SC7180 */ 776 PP_BLK_TE("pingpong_0", PINGPONG_0, 0x70000, 0, sdm845_pp_sblk_te, -1, -1), 777 PP_BLK_TE("pingpong_1", PINGPONG_1, 0x70800, 0, sdm845_pp_sblk_te, -1, -1), 795 -1), 798 -1), 819 PP_BLK("pingpong_0", PINGPONG_0, 0x59000, 0, sc7280_pp_sblk, -1, -1), [all …]
|
/Linux-v5.15/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 …]
|
/Linux-v5.15/drivers/gpu/drm/msm/ |
D | msm_drv.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2016-2018, 2020-2021 The Linux Foundation. All rights reserved. 8 #include <linux/dma-mapping.h> 32 * - 1.0.0 - initial interface 33 * - 1.1.0 - adds madvise, and support for submits with > 4 cmd buffers 34 * - 1.2.0 - adds explicit fence support for submit ioctl 35 * - 1.3.0 - adds GMEM_BASE + NR_RINGS params, SUBMITQUEUE_NEW + 38 * - 1.4.0 - softpin, MSM_RELOC_BO_DUMP, and GEM_INFO support to set/get 40 * - 1.5.0 - Add SUBMITQUERY_QUERY ioctl 41 * - 1.6.0 - Syncobj support [all …]
|