Searched +full:sdm845 +full:- +full:llcc (Results 1 – 6 of 6) sorted by relevance
/linux-5.10/Documentation/devicetree/bindings/arm/msm/ |
D | qcom,llcc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/arm/msm/qcom,llcc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Rishabh Bhatnagar <rishabhb@codeaurora.org> 11 - Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org> 14 LLCC (Last Level Cache Controller) provides last level of cache memory in SoC, 24 - qcom,sc7180-llcc 25 - qcom,sdm845-llcc 29 - description: LLCC base register region [all …]
|
/linux-5.10/drivers/soc/qcom/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 15 the low-power state for resources related to the remoteproc 26 resource on a RPM-hardened platform must use this database to get 43 be called qcom-cpr 64 tristate "Qualcomm Technologies, Inc. LLCC driver" 68 Last Level Cache Controller(LLCC) driver for platforms such as, 69 SDM845. This provides interfaces to clients that use the LLCC. 70 Say yes here to enable LLCC slice driver. 105 purpose of exchanging sector-data between the remote filesystem 111 bool "Qualcomm RPM-Hardened (RPMH) Communication" [all …]
|
D | llcc-qcom.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved. 19 #include <linux/soc/qcom/llcc-qcom.h> 51 * llcc_slice_config - Data associated with the llcc slice 53 * @slice_id: llcc slice id for each client 67 * When configured to 0 all ways in llcc are probed. 132 static struct llcc_drv_data *drv_data = (void *) -EPROBE_DEFER; 135 * llcc_slice_getd - get llcc slice descriptor 138 * A pointer to llcc slice descriptor will be returned on success and 150 cfg = drv_data->cfg; in llcc_slice_getd() [all …]
|
/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_catalog.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* Copyright (c) 2015-2018, The Linux Foundation. All rights reserved. 37 #define DPU_HW_VER_400 DPU_HW_VER(4, 0, 0) /* sdm845 v1.0 */ 38 #define DPU_HW_VER_401 DPU_HW_VER(4, 0, 1) /* sdm845 v2.0 */ 94 * SSPP sub-blocks/features 101 * @DPU_SSPP_CSC_10BIT, Support of 10-bit Color space conversion 104 * @DPU_SSPP_QOS_8LVL, SSPP support 8-level QoS control 134 * MIXER sub-blocks/features 136 * @DPU_MIXER_SOURCESPLIT Layer mixer supports source-split configuration 150 * DSPP sub-blocks [all …]
|
/linux-5.10/arch/arm64/boot/dts/qcom/ |
D | sdm845.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * SDM845 SoC device tree source 8 #include <dt-bindings/clock/qcom,camcc-sdm845.h> 9 #include <dt-bindings/clock/qcom,dispcc-sdm845.h> 10 #include <dt-bindings/clock/qcom,gcc-sdm845.h> 11 #include <dt-bindings/clock/qcom,gpucc-sdm845.h> 12 #include <dt-bindings/clock/qcom,lpass-sdm845.h> 13 #include <dt-bindings/clock/qcom,rpmh.h> 14 #include <dt-bindings/clock/qcom,videocc-sdm845.h> 15 #include <dt-bindings/interconnect/qcom,osm-l3.h> [all …]
|
D | sc7180.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 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> 15 #include <dt-bindings/interconnect/qcom,sc7180.h> 16 #include <dt-bindings/interrupt-controller/arm-gic.h> [all …]
|