Searched +full:jd +full:- +full:t18003 +full:- +full:t01 (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/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# 18 - $ref: /schemas/spi/spi-peripheral-props.yaml# 23 - description: 26 - enum: 27 - jianda,jd-t18003-t01 28 - const: sitronix,st7735r [all …]
|
/linux-6.12.1/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() 167 { .compatible = "jianda,jd-t18003-t01", .data = &jd_t18003_t01_cfg }, 174 { "jd-t18003-t01", (uintptr_t)&jd_t18003_t01_cfg }, 182 struct device *dev = &spi->dev; in st7735r_probe() [all …]
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 38 https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ 41 - stdvga (DRM_BOCHS, qemu -vga std, default in qemu 2.2+) 42 - qxl (DRM_QXL, qemu -vga qxl, works best with spice) 43 - virtio (DRM_VIRTIO_GPU), qemu -vga virtio) 79 https://github.com/notro/panel-mipi-dbi/wiki. 89 DRM driver for simple platform-provided framebuffers. 108 * YX350HV15-T 3.5" 340x350 TFT (Adafruit 3.5") 121 * NHD-1.8-128160EF 128x160 TFT 133 * No-name 2.2" color screen module [all …]
|