Lines Matching full:dsi1
7 * DOC: VC4 DSI0/DSI1 module
9 * BCM2835 contains two DSI modules, DSI0 and DSI1. DSI0 is a
10 * single-lane DSI controller, while DSI1 is a more modern 4-lane DSI
13 * Most Raspberry Pi boards expose DSI1 as their "DISPLAY" connector,
14 * while the compute module brings both DSI0 and DSI1 out.
16 * This driver has been tested for DSI1 video-mode display only
512 /* Whether we're on bcm2835's DSI0 or DSI1. */
1309 { .compatible = "brcm,bcm2835-dsi1", (void *)(uintptr_t)1 },
1497 /* DSI1 has a broken AXI slave that doesn't respond to writes in vc4_dsi_bind()
1608 vc4->dsi1 = dsi; in vc4_dsi_bind()
1653 vc4->dsi1 = NULL; in vc4_dsi_unbind()