Searched +full:multi +full:- +full:inno (Results 1 – 10 of 10) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/display/panel/ |
D | panel-simple.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/panel/panel-simple.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Thierry Reding <[email protected]> 11 - Sam Ravnborg <[email protected]> 15 requires only a single power-supply. 23 - $ref: panel-common.yaml# 24 - $ref: ../lvds-data-mapping.yaml# 32 # Ampire AM-1280800N3TZQW-T00H 10.1" WQVGA TFT LCD panel [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/display/ |
D | multi-inno,mi0283qt.txt | 1 Multi-Inno MI0283QT display panel 4 - compatible: "multi-inno,mi0283qt". 7 all mandatory properties described in ../spi/spi-bus.txt must be specified. 10 - dc-gpios: D/C pin. The presence/absence of this GPIO determines 12 - present: IM=x110 4-wire 8-bit data serial interface 13 - absent: IM=x101 3-wire 9-bit data serial interface 14 - reset-gpios: Reset pin 15 - power-supply: A regulator node for the supply voltage. 16 - backlight: phandle of the backlight device attached to the panel 17 - rotation: panel rotation in degrees counter clockwise (0,90,180,270) [all …]
|
/linux-6.14.4/drivers/gpu/drm/tiny/ |
D | mi0283qt.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * DRM driver for Multi-Inno MI0283QT panels 56 struct mipi_dbi_dev *dbidev = drm_to_mipi_dbi_dev(pipe->crtc.dev); in mi0283qt_enable() 57 struct mipi_dbi *dbi = &dbidev->dbi; in mi0283qt_enable() 61 if (!drm_dev_enter(pipe->crtc.dev, &idx)) in mi0283qt_enable() 117 * resets only on power-on and not on each reboot through in mi0283qt_enable() 118 * a gpio like the rpi-display does. in mi0283qt_enable() 122 switch (dbidev->rotation) { in mi0283qt_enable() 161 .desc = "Multi-Inno MI0283QT", 167 { .compatible = "multi-inno,mi0283qt" }, [all …]
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 39 https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ 42 - stdvga (DRM_BOCHS, qemu -vga std, default in qemu 2.2+) 43 - qxl (DRM_QXL, qemu -vga qxl, works best with spice) 44 - virtio (DRM_VIRTIO_GPU), qemu -vga virtio) 83 https://github.com/notro/panel-mipi-dbi/wiki. 94 DRM driver for simple platform-provided framebuffers. 114 * YX350HV15-T 3.5" 340x350 TFT (Adafruit 3.5") 128 * NHD-1.8-128160EF 128x160 TFT 141 * No-name 2.2" color screen module [all …]
|
/linux-6.14.4/arch/arm64/boot/dts/freescale/ |
D | imx8mp-skov-revb-mi1010ait-1cp1.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 3 /dts-v1/; 5 #include "imx8mp-skov-reva.dtsi" 8 model = "SKOV IMX8MP CPU revB - MI1010AIT-1CP1"; 9 compatible = "skov,imx8mp-skov-revb-mi1010ait-1cp1", "fsl,imx8mp"; 12 compatible = "multi-inno,mi1010ait-1cp"; 14 power-supply = <®_tft_vcom>; 18 remote-endpoint = <&ldb_lvds_ch0>; 29 clock-frequency = <100000>; 30 pinctrl-names = "default"; [all …]
|
/linux-6.14.4/arch/arm/boot/dts/nxp/imx/ |
D | imx6q-skov-reve-mi1010ait-1cp1.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 5 /dts-v1/; 7 #include "imx6qdl-skov-cpu.dtsi" 11 compatible = "skov,imx6q-skov-reve-mi1010ait-1cp1", "fsl,imx6q"; 14 compatible = "pwm-backlight"; 15 pinctrl-names = "default"; 16 pinctrl-0 = <&pinctrl_backlight>; 17 enable-gpios = <&gpio6 23 GPIO_ACTIVE_LOW>; 19 brightness-levels = <0 255>; 20 num-interpolated-steps = <17>; [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/ |
D | vendor-prefixes.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/vendor-prefixes.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Rob Herring <[email protected]> 19 "^(at25|bm|devbus|dmacap|dsa|exynos|fsi[ab]|gpio-fan|gpio-key|gpio|gpmc|hdmi|i2c-gpio),.*": true 21 "^(pinctrl-single|#pinctrl-single|PowerPC),.*": true 22 "^(pl022|pxa-mmc|rcar_sound|rotary-encoder|s5m8767|sdhci),.*": true 23 "^(simple-audio-card|st-plgpio|st-spics|ts),.*": true 50 "^active-semi,.*": [all …]
|
/linux-6.14.4/drivers/gpu/drm/panel/ |
D | panel-simple.c | 17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 27 #include <linux/media-bus-format.h> 46 * struct panel_desc - Describes a simple panel. 169 for (i = 0; i < panel->desc->num_timings; i++) { in panel_simple_get_timings_modes() 170 const struct display_timing *dt = &panel->desc->timings[i]; in panel_simple_get_timings_modes() 174 mode = drm_mode_create(connector->dev); in panel_simple_get_timings_modes() 176 dev_err(panel->base.dev, "failed to add mode %ux%u\n", in panel_simple_get_timings_modes() 177 dt->hactive.typ, dt->vactive.typ); in panel_simple_get_timings_modes() 183 mode->type |= DRM_MODE_TYPE_DRIVER; in panel_simple_get_timings_modes() 185 if (panel->desc->num_timings == 1) in panel_simple_get_timings_modes() [all …]
|
/linux-6.14.4/sound/soc/codecs/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 5 # setting - SPI can't be modular so that case doesn't need to be covered. 489 tristate "Analog Devices AU1761 CODEC - I2C" 495 tristate "Analog Devices AU1761 CODEC - SPI" 532 tristate "Analog Devices ADAU7002 Stereo PDM-to-I2S/TDM Converter" 538 tristate "Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM Converter - HW Mode" 541 Enable support for the Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM 547 will be called snd-soc-adau7118-hw. 550 tristate "Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM Converter - I2C" 555 Enable support for the Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM [all …]
|
/linux-6.14.4/ |
D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-[email protected] 88 F: drivers/scsi/3w-* [all …]
|