Home
last modified time | relevance | path

Searched refs:pvi (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/bridge/imx/
Dimx8mp-hdmi-pvi.c45 struct imx8mp_hdmi_pvi *pvi = to_imx8mp_hdmi_pvi(bridge); in imx8mp_hdmi_pvi_bridge_attach() local
47 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() local
66 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() local
95 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 …]
DMakefile3 obj-$(CONFIG_DRM_IMX8MP_HDMI_PVI) += imx8mp-hdmi-pvi.o
/linux-6.12.1/arch/arm64/boot/dts/freescale/
Dimx8mp.dtsi2023 "pai", "pvi", "trng",
2043 compatible = "fsl,imx8mp-hdmi-pvi";