Home
last modified time | relevance | path

Searched full:mdss (Results 1 – 25 of 78) sorted by relevance

1234

/Linux-v6.1/drivers/gpu/drm/msm/
Dmsm_mdss.c195 * HW_REV requires MDSS_MDP_CLK, which is not enabled by the mdss on in msm_mdss_enable()
202 * ubwc config is part of the "mdss" region which is not accessible in msm_mdss_enable()
258 "failed to acquire mdss reset\n"); in msm_mdss_reset()
275 * MDP5 MDSS uses at most three specified clocks.
318 msm_mdss->mmio = devm_platform_ioremap_resource_byname(pdev, is_mdp5 ? "mdss_phys" : "mdss"); in msm_mdss_init()
322 dev_dbg(&pdev->dev, "mapped mdss address space @%pK\n", msm_mdss->mmio); in msm_mdss_init()
362 struct msm_mdss *mdss = dev_get_drvdata(dev); in mdss_runtime_suspend() local
366 return msm_mdss_disable(mdss); in mdss_runtime_suspend()
371 struct msm_mdss *mdss = dev_get_drvdata(dev); in mdss_runtime_resume() local
375 return msm_mdss_enable(mdss); in mdss_runtime_resume()
[all …]
Dmsm_io_utils.c144 * path in the parent (MDSS) device. in msm_icc_get()
/Linux-v6.1/Documentation/devicetree/bindings/display/msm/
Dmdp5.txt5 This is the bindings documentation for the Mobile Display Subsytem(MDSS) that
9 MDSS:
12 * "qcom,mdss" - MDSS
17 - interrupts: The interrupt signal from MDSS.
28 - #address-cells: number of address cells for the MDSS children. Should be 1.
43 - interrupts: Interrupt line from MDP5 to MDSS interrupt controller.
87 mdss: mdss@1a00000 {
88 compatible = "qcom,mdss";
116 interrupt-parent = <&mdss>;
Ddpu-qcm2290.yaml13 Device tree bindings for MSM Mobile Display Subsystem(MDSS) that encapsulates
14 sub-blocks like DPU display controller and DSI. Device tree bindings of MDSS
20 - const: qcom,qcm2290-mdss
26 const: mdss
167 mdss: mdss@5e00000 {
170 compatible = "qcom,qcm2290-mdss";
172 reg-names = "mdss";
206 interrupt-parent = <&mdss>;
Ddpu-msm8998.yaml13 Device tree bindings for MSM Mobile Display Subsystem(MDSS) that encapsulates
15 bindings of MDSS and DPU are mentioned for MSM8998 target.
20 - const: qcom,msm8998-mdss
26 const: mdss
162 mdss: display-subsystem@c900000 {
163 compatible = "qcom,msm8998-mdss";
165 reg-names = "mdss";
198 interrupt-parent = <&mdss>;
Ddpu-sdm845.yaml13 Device tree bindings for MSM Mobile Display Subsystem(MDSS) that encapsulates
15 bindings of MDSS and DPU are mentioned for SDM845 target.
20 - const: qcom,sdm845-mdss
26 const: mdss
163 compatible = "qcom,sdm845-mdss";
165 reg-names = "mdss";
192 interrupt-parent = <&mdss>;
Ddpu-sc7180.yaml13 Device tree bindings for MSM Mobile Display Subsystem(MDSS) that encapsulates
15 bindings of MDSS and DPU are mentioned for SC7180 target.
20 - const: qcom,sc7180-mdss
26 const: mdss
175 compatible = "qcom,sc7180-mdss";
177 reg-names = "mdss";
210 interrupt-parent = <&mdss>;
Ddpu-sc7280.yaml13 Device tree bindings for MSM Mobile Display Subsystem (MDSS) that encapsulates
15 bindings of MDSS and DPU are mentioned for SC7280.
19 const: qcom,sc7280-mdss
25 const: mdss
173 compatible = "qcom,sc7280-mdss";
175 reg-names = "mdss";
214 interrupt-parent = <&mdss>;
Ddsi-controller-main.yaml18 - qcom,mdss-dsi-ctrl
151 compatible = "qcom,mdss-dsi-ctrl";
158 interrupt-parent = <&mdss>;
Ddp-controller.yaml158 interrupt-parent = <&mdss>;
/Linux-v6.1/drivers/iommu/arm/arm-smmu/
Darm-smmu-qcom.c247 { .compatible = "qcom,mdss" },
248 { .compatible = "qcom,sc7180-mdss" },
250 { .compatible = "qcom,sc7280-mdss" },
252 { .compatible = "qcom,sc8180x-mdss" },
253 { .compatible = "qcom,sm8250-mdss" },
254 { .compatible = "qcom,sdm845-mdss" },
/Linux-v6.1/arch/arm64/boot/dts/qcom/
Dsdm660.dtsi155 &mdss {
157 compatible = "qcom,mdss-dsi-ctrl";
165 interrupt-parent = <&mdss>;
Dmsm8916-samsung-a2015-common.dtsi207 &mdss {
383 mdss {
384 mdss_default: mdss-default {
391 mdss_sleep: mdss-sleep {
Dmsm8996-xiaomi-scorpio.dts46 /* MDSS power domain */
107 &mdss {
109 * MDSS depends on the MDP SMMU, and probing it alters the bootloader
/Linux-v6.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_intf.h93 const struct dpu_mdss_cfg *mdss; member
104 * @m : pointer to mdss catalog data
Ddpu_hw_vbif.h111 * @addr: Mapped register io address of MDSS
112 * @m: Pointer to mdss catalog data
Ddpu_hw_catalog.h81 * @DPU_MDP_BWC, MDSS HW supports Bandwidth compression.
272 * @base: register base offset to mdss
518 * @base: register base offset to mdss
534 * @base: register base offset to mdss
818 * struct dpu_mdss_cfg - information of MDSS HW
821 * register offsets, capabilities of the all MDSS HW sub-blocks.
Ddpu_hw_merge3d.h53 * @m: Pointer to mdss catalog data
Ddpu_hw_interrupts.h67 * @m : pointer to mdss catalog data
Ddpu_hw_dsc.h63 * @m: Pointer to mdss catalog data
Ddpu_hw_lm.h100 * @m : pointer to mdss catalog data
Ddpu_hw_wb.h103 * @m : pointer to mdss catalog data
Ddpu_hw_top.h151 * @m: Pointer to mdss catalog data
Ddpu_hw_pingpong.h172 * @m: Pointer to mdss catalog data
/Linux-v6.1/drivers/gpu/drm/msm/dp/
Ddp_parser.h15 #define DP_LABEL "MDSS DP DISPLAY"

1234