Searched +full:sm7150 +full:- +full:dp (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/clock/ |
D | qcom,sm7150-dispcc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/qcom,sm7150-dispcc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm Display Clock & Reset Controller for SM7150 10 - Danila Tikhonov <[email protected]> 11 - David Wronek <[email protected]> 12 - Jens Reidel <[email protected]> 16 domains on SM7150. 18 See also:: include/dt-bindings/clock/qcom,sm7150-dispcc.h [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/display/msm/ |
D | qcom,sm7150-mdss.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/display/msm/qcom,sm7150-mdss.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm SM7150 Display MDSS 10 - Danila Tikhonov <[email protected]> 13 SM7150 MSM Mobile Display Subsystem(MDSS), which encapsulates sub-blocks like 14 DPU display controller, DSI and DP interfaces etc. 16 $ref: /schemas/display/msm/mdss-common.yaml# 20 const: qcom,sm7150-mdss [all …]
|
/linux-6.14.4/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> 65 struct dpu_kms *kms = s->private; in _dpu_danger_signal_status() 68 if (!kms->hw_mdp) { in _dpu_danger_signal_status() 75 pm_runtime_get_sync(&kms->pdev->dev); in _dpu_danger_signal_status() 78 if (kms->hw_mdp->ops.get_danger_status) in _dpu_danger_signal_status() 79 kms->hw_mdp->ops.get_danger_status(kms->hw_mdp, in _dpu_danger_signal_status() 83 if (kms->hw_mdp->ops.get_safe_status) in _dpu_danger_signal_status() 84 kms->hw_mdp->ops.get_safe_status(kms->hw_mdp, in _dpu_danger_signal_status() [all …]
|