Home
last modified time | relevance | path

Searched full:pxl2dpi (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/display/bridge/
Dfsl,imx8qxp-pxl2dpi.yaml4 $id: http://devicetree.org/schemas/display/bridge/fsl,imx8qxp-pxl2dpi.yaml#
13 The Freescale i.MX8qxp Pixel Link to Display Pixel Interface(PXL2DPI)
19 The i.MX8qxp PXL2DPI is controlled by Control and Status Registers(CSR) module.
20 The CSR module, as a system controller, contains the PXL2DPI's configuration
25 const: fsl,imx8qxp-pxl2dpi
29 description: The SCU resource ID associated with this PXL2DPI instance.
34 fsl,companion-pxl2dpi:
37 A phandle which points to companion PXL2DPI which is used by downstream
46 description: The PXL2DPI input port node from pixel link.
50 description: The PXL2DPI output port node to downstream bridge.
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/mfd/
Dfsl,imx8qxp-csr.yaml43 "^(ldb|phy|pxl2dpi)$":
61 - pxl2dpi
86 mipi_lvds_0_pxl2dpi: pxl2dpi {
87 compatible = "fsl,imx8qxp-pxl2dpi";
/Linux-v6.1/drivers/gpu/drm/bridge/imx/
Dimx8qxp-pxl2dpi.c33 #define DRIVER_NAME "imx8qxp-pxl2dpi"
334 /* Locate the companion PXL2DPI for dual-link operation, if any. */ in imx8qxp_pxl2dpi_parse_dt_companion()
335 companion = of_parse_phandle(dev->of_node, "fsl,companion-pxl2dpi", 0); in imx8qxp_pxl2dpi_parse_dt_companion()
340 DRM_DEV_ERROR(dev, "companion PXL2DPI is not available\n"); in imx8qxp_pxl2dpi_parse_dt_companion()
351 DRM_DEV_ERROR(dev, "companion PXL2DPI is incompatible\n"); in imx8qxp_pxl2dpi_parse_dt_companion()
371 * even pixels and odd pixels than we need to use the companion PXL2DPI. in imx8qxp_pxl2dpi_parse_dt_companion()
470 { .compatible = "fsl,imx8qxp-pxl2dpi", },
DMakefile9 obj-$(CONFIG_DRM_IMX8QXP_PIXEL_LINK_TO_DPI) += imx8qxp-pxl2dpi.o
DKconfig44 Choose this to enable pixel link to display pixel interface(PXL2DPI)
Dimx8qxp-pixel-link.c315 /* specially select the next bridge with companion PXL2DPI */ in imx8qxp_pixel_link_find_next_bridge()
316 if (of_find_property(remote, "fsl,companion-pxl2dpi", NULL)) in imx8qxp_pixel_link_find_next_bridge()
/Linux-v6.1/
DMAINTAINERS6905 F: Documentation/devicetree/bindings/display/bridge/fsl,imx8qxp-pxl2dpi.yaml