Searched +full:jd +full:- +full:t18003 +full:- +full:t01 (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/Documentation/devicetree/bindings/display/ |
D | sitronix,st7735r.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - David Lechner <david@lechnology.com> 17 - $ref: panel/panel-common.yaml# 22 - description: 25 - enum: 26 - jianda,jd-t18003-t01 27 - const: sitronix,st7735r 28 - description: [all …]
|
/Linux-v5.10/drivers/gpu/drm/tiny/ |
D | st7735r.c | 1 // SPDX-License-Identifier: GPL-2.0+ 12 #include <linux/dma-buf.h> 62 struct mipi_dbi_dev *dbidev = drm_to_mipi_dbi_dev(pipe->crtc.dev); in st7735r_pipe_enable() 65 struct mipi_dbi *dbi = &dbidev->dbi; in st7735r_pipe_enable() 69 if (!drm_dev_enter(pipe->crtc.dev, &idx)) in st7735r_pipe_enable() 95 switch (dbidev->rotation) { in st7735r_pipe_enable() 110 if (priv->cfg->rgb) in st7735r_pipe_enable() 170 { .compatible = "jianda,jd-t18003-t01", .data = &jd_t18003_t01_cfg }, 177 { "jd-t18003-t01", (uintptr_t)&jd_t18003_t01_cfg }, 184 struct device *dev = &spi->dev; in st7735r_probe() [all …]
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 15 https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ 18 - stdvga (DRM_BOCHS, qemu -vga std, default in qemu 2.2+) 19 - qxl (DRM_QXL, qemu -vga qxl, works best with spice) 20 - virtio (DRM_VIRTIO_GPU), qemu -vga virtio) 40 * YX350HV15-T 3.5" 340x350 TFT (Adafruit 3.5") 52 * No-name 2.2" color screen module 65 * YX240QV29-T 2.4" 240x320 TFT (Adafruit 2.4") 91 DRM driver for the Multi-Inno MI0283QT display panel 130 * Jianda JD-T18003-T01 1.8" 128x160 TFT
|