Home
last modified time | relevance | path

Searched +full:imx21 +full:- +full:lcdc (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/imx/
Dfsl,imx-lcdc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/imx/fsl,imx-lcdc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Sascha Hauer <s.hauer@pengutronix.de>
11 - Pengutronix Kernel Team <kernel@pengutronix.de>
16 - enum:
17 - fsl,imx1-fb
18 - fsl,imx21-fb
19 - items:
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/imx/
Dfsl,imx-fb.txt1 Freescale imx21 Framebuffer
3 This framebuffer driver supports devices imx1, imx21, imx25, and imx27.
6 - compatible : "fsl,<chip>-fb", chip should be imx1 or imx21
7 - reg : Should contain 1 register ranges(address and length)
8 - interrupts : One interrupt of the fb dev
11 - display: Phandle to a display node as described in
12 Documentation/devicetree/bindings/display/panel/display-timing.txt
14 - bits-per-pixel: Bits per pixel
15 - fsl,pcr: LCDC PCR value
17 - fsl,aus-mode: boolean to enable AUS mode (only for imx21)
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dimx25.dtsi1 // SPDX-License-Identifier: GPL-2.0+
5 #include <dt-bindings/gpio/gpio.h>
6 #include "imx25-pinfunc.h"
9 #address-cells = <1>;
10 #size-cells = <1>;
13 * pre-existing /chosen node to be available to insert the
46 #address-cells = <1>;
47 #size-cells = <0>;
50 compatible = "arm,arm926ej-s";
56 asic: asic-interrupt-controller@68000000 {
[all …]
/kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/imx/
Dimx25.dtsi1 // SPDX-License-Identifier: GPL-2.0+
5 #include <dt-bindings/gpio/gpio.h>
6 #include "imx25-pinfunc.h"
9 #address-cells = <1>;
10 #size-cells = <1>;
13 * pre-existing /chosen node to be available to insert the
46 #address-cells = <1>;
47 #size-cells = <0>;
50 compatible = "arm,arm926ej-s";
56 asic: asic-interrupt-controller@68000000 {
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/imx/lcdc/
Dimx-lcdc.c1 // SPDX-License-Identifier: GPL-2.0-only
2 // SPDX-FileCopyrightText: 2020 Marian Cichy <M.Cichy@pengutronix.de>
21 #include <linux/dma-mapping.h>
26 #define IMX21LCDC_LSSAR 0x0000 /* LCDC Screen Start Address Register */
27 #define IMX21LCDC_LSR 0x0004 /* LCDC Size Register */
28 #define IMX21LCDC_LVPWR 0x0008 /* LCDC Virtual Page Width Register */
29 #define IMX21LCDC_LCPR 0x000C /* LCDC Cursor Position Register */
30 #define IMX21LCDC_LCWHB 0x0010 /* LCDC Cursor Width Height and Blink Register*/
31 #define IMX21LCDC_LCCMR 0x0014 /* LCDC Color Cursor Mapping Register */
32 #define IMX21LCDC_LPCR 0x0018 /* LCDC Panel Configuration Register */
[all …]
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dimxfb.c14 * linux-arm-kernel@lists.arm.linux.org.uk
31 #include <linux/dma-mapping.h>
44 #include <linux/platform_data/video-imxfb.h>
51 #define DRIVER_NAME "imx-fb"
123 /* Used fb-mode. Can be set on kernel command line, therefore file-static. */
180 .name = "imx1-fb",
183 .name = "imx21-fb",
193 .compatible = "fsl,imx1-fb",
196 .compatible = "fsl,imx21-fb",
206 return fbi->devtype == IMX1_FB; in is_imx1_fb()
[all …]
/kernel/linux/linux-6.6/drivers/video/fbdev/
Dimxfb.c14 * linux-arm-kernel@lists.arm.linux.org.uk
31 #include <linux/dma-mapping.h>
63 #define DRIVER_NAME "imx-fb"
135 /* Used fb-mode. Can be set on kernel command line, therefore file-static. */
199 .name = "imx1-fb",
202 .name = "imx21-fb",
212 .compatible = "fsl,imx1-fb",
215 .compatible = "fsl,imx21-fb",
225 return fbi->devtype == IMX1_FB; in is_imx1_fb()
274 chan >>= 16 - bf->length; in chan_to_field()
[all …]