Lines Matching +full:dsi +full:- +full:controller

6 the host1x controller. host1x supplies command streams, gathered from a push
11 supports the built-in GPU, comprised of the gr2d and gr3d engines. Starting
18 - A host1x driver that provides infrastructure and access to the host1x
21 - A KMS driver that supports the display controllers as well as a number of
22 outputs, such as RGB, HDMI, DSI, and DisplayPort.
24 - A set of custom userspace IOCTLs that can be used to submit jobs to the
40 device using a driver-provided function which will set up the bits specific to
48 -------------------------------
50 .. kernel-doc:: include/linux/host1x.h
52 .. kernel-doc:: drivers/gpu/host1x/bus.c
56 --------------------------
58 .. kernel-doc:: drivers/gpu/host1x/syncpt.c
69 -------------------
72 zero or more outputs. Outputs can also share a single display controller, but
75 on two outputs don't match. A display controller is modelled as a CRTC in KMS
79 display controller can no longer drive all of the outputs. While two of these
80 controllers can drive both DSI outputs and both SOR outputs, the third cannot
81 drive any DSI.
86 A display controller controls a set of windows that can be used to composite
94 content. In KMS, each window is modelled as a plane. Each display controller
98 -------
102 very simple RGB interfaces (one per display controller), recent generations no
103 longer do and instead provide standard interfaces such as DSI and eDP/DP.
111 the more standard DSI and eDP interfaces.
120 DSI subsection
123 Although Tegra has supported DSI since Tegra30, the controller has changed in
125 boards prior to Dalmore (Tegra114) have made use of DSI, only Tegra114 and
143 -----------
146 with Tegra-specific flags. This is useful for buffers that should be tiled, or
154 ----------
166 -------------------------