Searched +full:sm6375 +full:- +full:dpu (Results 1 – 5 of 5) sorted by relevance
/linux-6.8/Documentation/devicetree/bindings/display/msm/ |
D | qcom,sm6375-mdss.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/display/msm/qcom,sm6375-mdss.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm SM6375 Display MDSS 10 - Konrad Dybcio <konrad.dybcio@linaro.org> 13 SM6375 MSM Mobile Display Subsystem (MDSS), which encapsulates sub-blocks 14 like DPU display controller, DSI and DP interfaces etc. 16 $ref: /schemas/display/msm/mdss-common.yaml# 20 const: qcom,sm6375-mdss [all …]
|
D | qcom,sc7180-dpu.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/display/msm/qcom,sc7180-dpu.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm Display DPU on SC7180 10 - Krishna Manikandan <quic_mkrishn@quicinc.com> 12 $ref: /schemas/display/msm/dpu-common.yaml# 17 - qcom,sc7180-dpu 18 - qcom,sm6125-dpu 19 - qcom,sm6350-dpu [all …]
|
/linux-6.8/drivers/gpu/drm/msm/disp/dpu1/ |
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> 62 struct dpu_kms *kms = s->private; in _dpu_danger_signal_status() 65 if (!kms->hw_mdp) { in _dpu_danger_signal_status() 72 pm_runtime_get_sync(&kms->pdev->dev); in _dpu_danger_signal_status() 75 if (kms->hw_mdp->ops.get_danger_status) in _dpu_danger_signal_status() 76 kms->hw_mdp->ops.get_danger_status(kms->hw_mdp, in _dpu_danger_signal_status() 80 if (kms->hw_mdp->ops.get_safe_status) in _dpu_danger_signal_status() 81 kms->hw_mdp->ops.get_safe_status(kms->hw_mdp, in _dpu_danger_signal_status() [all …]
|
/linux-6.8/drivers/gpu/drm/msm/ |
D | msm_mdss.c | 2 * SPDX-License-Identifier: GPL-2.0 57 path0 = devm_of_icc_get(dev, "mdp0-mem"); in msm_mdss_parse_data_bus_icc_path() 61 msm_mdss->mdp_path[0] = path0; in msm_mdss_parse_data_bus_icc_path() 62 msm_mdss->num_mdp_paths = 1; in msm_mdss_parse_data_bus_icc_path() 64 path1 = devm_of_icc_get(dev, "mdp1-mem"); in msm_mdss_parse_data_bus_icc_path() 66 msm_mdss->mdp_path[1] = path1; in msm_mdss_parse_data_bus_icc_path() 67 msm_mdss->num_mdp_paths++; in msm_mdss_parse_data_bus_icc_path() 70 reg_bus_path = of_icc_get(dev, "cpu-cfg"); in msm_mdss_parse_data_bus_icc_path() 72 msm_mdss->reg_bus_path = reg_bus_path; in msm_mdss_parse_data_bus_icc_path() 85 interrupts = readl_relaxed(msm_mdss->mmio + HW_INTR_STATUS); in msm_mdss_irq() [all …]
|
/linux-6.8/drivers/gpu/drm/msm/adreno/ |
D | adreno_device.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2013-2014 Red Hat 333 .machine = "qcom,sm6375", 561 if (info->machine && !of_machine_is_compatible(info->machine)) in adreno_info() 563 for (int j = 0; info->chip_ids[j]; j++) in adreno_info() 564 if (info->chip_ids[j] == chip_id) in adreno_info() 573 struct msm_drm_private *priv = dev->dev_private; in adreno_load_gpu() 574 struct platform_device *pdev = priv->gpu_pdev; in adreno_load_gpu() 580 gpu = dev_to_gpu(&pdev->dev); in adreno_load_gpu() 583 dev_err_once(dev->dev, "no GPU device was found\n"); in adreno_load_gpu() [all …]
|