Searched +full:dsi +full:- +full:ctrl +full:- +full:6 +full:g +full:- +full:qcm2290 (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/display/msm/dsi[all...]
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/display/msm/qcom,sm6115-mdss.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Dmitry Baryshkov <dmitry.baryshkov@linaro.org>14 sub-blocks like DPU display controller and DSI. Device tree bindings of MDSS17 $ref: /schemas/display/msm/mdss-common.yaml#21 const: qcom,sm6115-mdss25 - description: Display AHB clock from gcc26 - description: Display AXI clock[all …]
1 // SPDX-License-Identifier: GPL-2.0-only6 #include "dsi.h"10 unsigned long host_flags = msm_dsi_host_get_mode_flags(msm_dsi->host); in msm_dsi_is_cmd_mode()17 return msm_dsi_host_get_dsc_config(msm_dsi->host); in msm_dsi_get_dsc_config()22 return msm_dsi_host_is_wide_bus_enabled(msm_dsi->host); in msm_dsi_wide_bus_enabled()27 struct platform_device *pdev = msm_dsi->pdev; in dsi_get_phy()31 phy_node = of_parse_phandle(pdev->dev.of_node, "phys", 0); in dsi_get_phy()33 DRM_DEV_ERROR(&pdev->dev, "cannot find phy device\n"); in dsi_get_phy()34 return -ENXIO; in dsi_get_phy()39 msm_dsi->phy = platform_get_drvdata(phy_pdev); in dsi_get_phy()[all …]