Searched full:tpg110 (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/display/panel/ |
D | tpo,tpg110.yaml | 4 $id: http://devicetree.org/schemas/display/panel/tpo,tpg110.yaml# 7 title: TPO TPG110 Panel 18 SPI. By talking to the TPG110 over SPI, the strapped properties 24 RGB -> | TPG110 | 33 The TPG110 does not know the physical dimensions of the panel 51 - const: tpo,tpg110 52 - const: tpo,tpg110 84 compatible = "tpo,tpg110";
|
/Linux-v6.1/drivers/gpu/drm/panel/ |
D | panel-tpo-tpg110.c | 3 * Panel driver for the TPO TPG110 400CH LTPS TFT LCD Single Chip 63 * struct tpg110 - state container for the TPG110 panel 65 struct tpg110 { struct 97 * TPG110 modes, these are the simple modes, the dualscan modes that 183 static inline struct tpg110 * 186 return container_of(panel, struct tpg110, panel); in to_tpg110() 189 static u8 tpg110_readwrite_reg(struct tpg110 *tpg, bool write, in tpg110_readwrite_reg() 249 static u8 tpg110_read_reg(struct tpg110 *tpg, u8 address) in tpg110_read_reg() 254 static void tpg110_write_reg(struct tpg110 *tpg, u8 address, u8 outval) in tpg110_write_reg() 259 static int tpg110_startup(struct tpg110 *tpg) in tpg110_startup() [all …]
|
D | Makefile | 71 obj-$(CONFIG_DRM_PANEL_TPO_TPG110) += panel-tpo-tpg110.o
|
D | Kconfig | 681 Say Y here if you want to enable support for TPO TPG110
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | ste-nomadik-nhk15.dts | 220 * WVGA (800x480): 4.3" TPG110 TDO43MTEA2 24-bit RGB 228 compatible = "tpo,tpg110";
|
/Linux-v6.1/ |
D | MAINTAINERS | 6746 DRM DRIVER FOR TPO TPG110 PANELS 6750 F: Documentation/devicetree/bindings/display/panel/tpo,tpg110.yaml 6751 F: drivers/gpu/drm/panel/panel-tpo-tpg110.c
|