Searched full:st7701 (Results 1 – 11 of 11) sorted by relevance
| /kernel/linux/linux-5.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 | 405 tristate "Sitronix ST7701 panel driver" 411 ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI
|
| D | Makefile | 45 obj-$(CONFIG_DRM_PANEL_SITRONIX_ST7701) += panel-sitronix-st7701.o
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/panel/ |
| D | panel-sitronix-st7701.c | 101 struct st7701; 127 void (*gip_sequence)(struct st7701 *st7701); 130 struct st7701 { struct 141 static inline struct st7701 *panel_to_st7701(struct drm_panel *panel) in panel_to_st7701() argument 143 return container_of(panel, struct st7701, panel); in panel_to_st7701() 146 static inline int st7701_dsi_write(struct st7701 *st7701, const void *seq, in st7701_dsi_write() argument 149 return mipi_dsi_dcs_write_buffer(st7701->dsi, seq, len); in st7701_dsi_write() 152 #define ST7701_DSI(st7701, seq...) \ argument 155 st7701_dsi_write(st7701, d, ARRAY_SIZE(d)); \ 158 static u8 st7701_vgls_map(struct st7701 *st7701) in st7701_vgls_map() argument [all …]
|
| D | Makefile | 71 obj-$(CONFIG_DRM_PANEL_SITRONIX_ST7701) += panel-sitronix-st7701.o
|
| D | Kconfig | 679 tristate "Sitronix ST7701 panel driver" 685 ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI
|
| /kernel/linux/linux-6.6/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. 21 which has built-in ST7701 chip. 33 - const: sitronix,st7701 70 compatible = "techstar,ts8550b", "sitronix,st7701";
|
| /kernel/linux/linux-5.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";
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/rockchip/ |
| D | rk3326-odroid-go3.dts | 145 compatible = "elida,kd50t048a", "sitronix,st7701";
|
| /kernel/linux/linux-5.10/ |
| D | MAINTAINERS | 5662 DRM DRIVER FOR SITRONIX ST7701 PANELS 5665 F: Documentation/devicetree/bindings/display/panel/sitronix,st7701.yaml 5666 F: drivers/gpu/drm/panel/panel-sitronix-st7701.c
|
| /kernel/linux/linux-6.6/ |
| D | MAINTAINERS | 6761 DRM DRIVER FOR SITRONIX ST7701 PANELS 6764 F: Documentation/devicetree/bindings/display/panel/sitronix,st7701.yaml 6765 F: drivers/gpu/drm/panel/panel-sitronix-st7701.c
|