Home
last modified time | relevance | path

Searched refs:dpi_output (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/arm/boot/dts/nvidia/
H A Dtegra30-asus-lvds-display.dtsi14 dpi_output: endpoint { label
50 remote-endpoint = <&dpi_output>;
H A Dtegra30-asus-tf700t.dts19 dpi_output: endpoint { label
787 remote-endpoint = <&dpi_output>;
/openbmc/linux/drivers/gpu/drm/mcde/
H A Dmcde_drm.h77 bool dpi_output; member
H A Dmcde_display.c92 if (!mcde->dpi_output && mcde_dsi_irq(mcde->mdsi)) { in mcde_display_irq()
608 if (mcde->dpi_output) { in mcde_configure_channel()
708 if (mcde->dpi_output) { in mcde_configure_fifo()
1185 if (mcde->dpi_output) in mcde_display_enable()
1221 if (mcde->dpi_output) { in mcde_display_enable()
1313 if (mcde->dpi_output) { in mcde_display_disable()
H A Dmcde_drv.c161 mcde->dpi_output = true; in mcde_modeset_init()