Lines Matching +full:required +full:- +full:for +full:- +full:hardware +full:- +full:jobs

8 or blocks amongst themselves, can use syncpoints for synchronization.
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
24 - A set of custom userspace IOCTLs that can be used to submit jobs to the
35 tree for matching device nodes, adding the required clients to a list. Drivers
36 for individual clients register with the infrastructure as well and are added
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
64 The display hardware has remained mostly backwards compatible over the various
69 -------------------
93 from YUV to RGB at scanout time. This makes them useful for displaying video
95 has a hardware cursor that is exposed as a cursor plane.
98 -------
118 to support HDMI 2.0, though support for this is currently not merged.
132 panel for notebook form factors. Tegra210 added support for full DisplayPort
143 -----------
146 with Tegra-specific flags. This is useful for buffers that should be tiled, or
147 that are to be scanned out upside down (useful for 3D content).
154 ----------
162 the syncpoint to wait for. The kernel will release the application when the
166 -------------------------