Searched full:st7701 (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/panel/ |
D | panel-sitronix-st7701.c | 99 struct st7701 { struct 109 static inline struct st7701 *panel_to_st7701(struct drm_panel *panel) in panel_to_st7701() argument 111 return container_of(panel, struct st7701, panel); in panel_to_st7701() 114 static inline int st7701_dsi_write(struct st7701 *st7701, const void *seq, in st7701_dsi_write() argument 117 return mipi_dsi_dcs_write_buffer(st7701->dsi, seq, len); in st7701_dsi_write() 120 #define ST7701_DSI(st7701, seq...) \ argument 123 st7701_dsi_write(st7701, d, ARRAY_SIZE(d)); \ 126 static void st7701_init_sequence(struct st7701 *st7701) in st7701_init_sequence() argument 128 const struct drm_display_mode *mode = st7701->desc->mode; in st7701_init_sequence() 130 ST7701_DSI(st7701, MIPI_DCS_SOFT_RESET, 0x00); in st7701_init_sequence() [all …]
|
D | Kconfig | 404 tristate "Sitronix ST7701 panel driver" 410 ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI
|
D | Makefile | 45 obj-$(CONFIG_DRM_PANEL_SITRONIX_ST7701) += panel-sitronix-st7701.o
|
/Linux-v5.10/Documentation/devicetree/bindings/display/panel/ |
D | sitronix,st7701.yaml | 4 $id: http://devicetree.org/schemas/display/panel/sitronix,st7701.yaml# 7 title: Sitronix ST7701 based LCD panels 13 ST7701 designed for small and medium sizes of TFT LCD display, is 18 inbuilt ST7701 chip. 28 - const: sitronix,st7701 62 compatible = "techstar,ts8550b", "sitronix,st7701";
|
/Linux-v5.10/ |
D | MAINTAINERS | 5668 DRM DRIVER FOR SITRONIX ST7701 PANELS 5671 F: Documentation/devicetree/bindings/display/panel/sitronix,st7701.yaml 5672 F: drivers/gpu/drm/panel/panel-sitronix-st7701.c
|