Searched refs:pvi (Results 1 – 3 of 3) sorted by relevance
45 struct imx8mp_hdmi_pvi *pvi = to_imx8mp_hdmi_pvi(bridge); in imx8mp_hdmi_pvi_bridge_attach() local47 return drm_bridge_attach(bridge->encoder, pvi->next_bridge, in imx8mp_hdmi_pvi_bridge_attach()55 struct imx8mp_hdmi_pvi *pvi = to_imx8mp_hdmi_pvi(bridge); in imx8mp_hdmi_pvi_bridge_enable() local66 if (WARN_ON(pm_runtime_resume_and_get(pvi->dev))) in imx8mp_hdmi_pvi_bridge_enable()79 if (pvi->next_bridge->timings) in imx8mp_hdmi_pvi_bridge_enable()80 bus_flags = pvi->next_bridge->timings->input_bus_flags; in imx8mp_hdmi_pvi_bridge_enable()87 writel(val, pvi->regs + HTX_PVI_CTRL); in imx8mp_hdmi_pvi_bridge_enable()93 struct imx8mp_hdmi_pvi *pvi = to_imx8mp_hdmi_pvi(bridge); in imx8mp_hdmi_pvi_bridge_disable() local95 writel(0x0, pvi->regs + HTX_PVI_CTRL); in imx8mp_hdmi_pvi_bridge_disable()97 pm_runtime_put(pvi->dev); in imx8mp_hdmi_pvi_bridge_disable()[all …]
3 obj-$(CONFIG_DRM_IMX8MP_HDMI_PVI) += imx8mp-hdmi-pvi.o
2023 "pai", "pvi", "trng",2043 compatible = "fsl,imx8mp-hdmi-pvi";