Searched +full:jd +full:- +full:t18003 +full:- +full:t01 (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/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 <[email protected]> 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.14.4/drivers/gpu/drm/tiny/ |
D | st7735r.c | 1 // SPDX-License-Identifier: GPL-2.0+ 12 #include <linux/dma-buf.h> 63 struct mipi_dbi_dev *dbidev = drm_to_mipi_dbi_dev(pipe->crtc.dev); in st7735r_pipe_enable() 66 struct mipi_dbi *dbi = &dbidev->dbi; in st7735r_pipe_enable() 70 if (!drm_dev_enter(pipe->crtc.dev, &idx)) in st7735r_pipe_enable() 96 switch (dbidev->rotation) { in st7735r_pipe_enable() 111 if (priv->cfg->rgb) in st7735r_pipe_enable() 168 { .compatible = "jianda,jd-t18003-t01", .data = &jd_t18003_t01_cfg }, 175 { "jd-t18003-t01", (uintptr_t)&jd_t18003_t01_cfg }, 183 struct device *dev = &spi->dev; in st7735r_probe() [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 …]
|