Home
last modified time | relevance | path

Searched refs:IPU (Results 1 – 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/ingenic/
DKconfig21 bool "IPU support for Ingenic SoCs"
23 Choose this option to enable support for the IPU found in Ingenic SoCs.
25 The Image Processing Unit (IPU) will appear as a second primary plane.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/imx/
Dfsl-imx-drm.txt5 IPU or other display interface nodes that comprise the graphics subsystem.
10 of IPU devices
36 - fsl,prg: phandle to prg node associated with this IPU instance
127 Port 0 is the input port connected to the IPU display interface,
Dldb.txt14 multiplexer in the front to select any of the four IPU display
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/
Dimx.txt14 sensor interface ports of IPU devices
34 to the i.MX IPU CSIs.
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Ddra74-ipu-dsp-common.dtsi3 * Common IPU and DSP data for TI DRA74x/DRA76x/AM572x/AM574x platforms
Ddra7-ipu-dsp-common.dtsi3 * Common IPU and DSP data for TI DRA7xx/AM57xx platforms
Dimx53-qsb-common.dtsi315 fsl,hsync-pin = <7>; /* IPU DI1 PIN7 via EIM_OE */
316 fsl,vsync-pin = <8>; /* IPU DI1 PIN8 via EIM_RW */
Dimx6q-utilite-pro.dts177 * A single IPU is not able to drive both display interfaces available on the
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
DKconfig11 Processing Unit. This option only enables IPU base support.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/mediatek/
Dmediatek,ipu.txt1 Mediatek IPU controller
/kernel/linux/linux-5.10/Documentation/userspace-api/media/drivers/
Dimx-uapi.rst34 this happens, the IPU triggers a mechanism to re-establish vertical
46 While the reason for this observation isn't known (the IPU dummy
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/
Dfsl-imx-sdma.txt51 19 IPU Memory
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Dimx.rst9 The Freescale i.MX5/6 contains an Image Processing Unit (IPU), which
13 For image capture, the IPU contains the following internal subunits:
43 The IPU time-shares the IC task operations. The time-slice granularity
63 In addition to the IPU internal subunits, there are also two units
64 outside the IPU that are also involved in video capture on i.MX:
148 is a "CSI-2 to IPU gasket". The gasket acts as a demultiplexer of the
Dimx7.rst10 Unit (IPU); because of that the capabilities to perform operations or
/kernel/linux/linux-5.10/Documentation/admin-guide/hw-vuln/
Dprocessor_mmio_stale_data.rst241 Intel processors or platforms, utilizing the Intel Platform Update (IPU)
245 longer provide Servicing, such as through IPU or other similar update
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/
DTODO146 4. The driver supports only v2 of the IPU/Camera. It will not work with the
/kernel/linux/linux-5.10/drivers/mailbox/
DKconfig61 OMAP2/3; or IPU, IVA HD and DSP in OMAP4/5. Say Y here if you
/kernel/linux/linux-5.10/drivers/dma/
DKconfig446 int "Number of dynamically mapped interrupts for IPU"
451 Out of 137 interrupt sources on i.MX31 IPU only very few are used.
/kernel/linux/linux-5.10/include/trace/events/
Df2fs.h22 TRACE_DEFINE_ENUM(IPU);
66 { IPU, "IN-PLACE" }, \
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0005_linux_include.patch9203 + /* return for IPU fb caller */
9386 +/* IPU Driver channels definitions. */
9401 + * Enumeration of IPU logical channels. An IPU logical channel is defined as a
9402 + * combination of an input (memory to IPU), output (IPU to memory), and/or
9449 + /* fake channel for vdoa to link with IPU */
9461 + IPU_OUTPUT_BUFFER = 0, /*!< Buffer for output from IPU */
9462 + IPU_ALPHA_IN_BUFFER = 1, /*!< Buffer for input to IPU */
9463 + IPU_GRAPH_IN_BUFFER = 2, /*!< Buffer for input to IPU */
9464 + IPU_VIDEO_IN_BUFFER = 3, /*!< Buffer for input to IPU */
9684 + * Enumeration of IPU interrupt sources.
[all …]
/kernel/linux/linux-5.10/fs/f2fs/
Df2fs.h1059 IPU, enumerator
Ddata.c2735 trace_f2fs_do_write_data_page(fio->page, IPU); in f2fs_do_write_data_page()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0038_linux_drivers_mxc.patch32 + Y here. IPU is needed by Framebuffer and V4L2 drivers.