Searched +full:imx21 +full:- +full:fb (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/devicetree/bindings/display/imx/ |
H A D | fsl,imx-lcdc.yaml | 1 # 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 …]
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx27.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 5 #include "imx27-pinfunc.h" 7 #include <dt-bindings/clock/imx27-clock.h> 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/input/input.h> 10 #include <dt-bindings/interrupt-controller/irq.h> 13 #address-cells = <1>; 14 #size-cells = <1>; 17 * pre-existing /chosen node to be available to insert the 43 aitc: aitc-interrupt-controller@10040000 { [all …]
|
H A D | imx25.dtsi | 1 // 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 …]
|
/linux/drivers/gpu/drm/imx/lcdc/ |
H A D | imx-lcdc.c | 1 // SPDX-License-Identifier: GPL-2.0-only 2 // SPDX-FileCopyrightText: 2020 Marian Cichy <M.Cichy@pengutronix.de> 22 #include <linux/dma-mapping.h> 126 DRM_WARN("Format not supported - fallback to XRGB8888\n"); in imx_lcdc_get_format() 141 struct drm_crtc *crtc = &pipe->crtc; in imx_lcdc_update_hw_registers() 142 struct drm_plane_state *new_state = pipe->plane.state; in imx_lcdc_update_hw_registers() 143 struct drm_framebuffer *fb = new_state->fb; in imx_lcdc_update_hw_registers() local 144 struct imx_lcdc *lcdc = imx_lcdc_from_drmdev(pipe->crtc.dev); in imx_lcdc_update_hw_registers() 149 addr = drm_fb_dma_get_gem_addr(fb, new_state, 0); in imx_lcdc_update_hw_registers() 151 writel(addr, lcdc->base + IMX21LCDC_LSSAR); in imx_lcdc_update_hw_registers() [all …]
|
/linux/drivers/video/fbdev/ |
H A D | imxfb.c | 1 // SPDX-License-Identifier: GPL-2.0-only 11 * linux-arm-kernel@lists.arm.linux.org.uk 21 #include <linux/fb.h> 28 #include <linux/dma-mapping.h> 54 #define DRIVER_NAME "imx-fb" 134 /* Used fb-mode. Can be set on kernel command line, therefore file-static. */ 198 .name = "imx1-fb", 201 .name = "imx21-fb", 211 .compatible = "fsl,imx1-fb", 214 .compatible = "fsl,imx21-fb", [all …]
|