Searched +full:rg28xx +full:- +full:panel (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/display/panel/ |
D | sitronix,st7701.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/panel/sitronix,st7701.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jagan Teki <jagan@amarulasolutions.com> 17 Techstar TS8550B is 480x854, 2-lane MIPI DSI LCD panel which has 20 Densitron DMT028VGHMCMI-1A is 480x640, 2-lane MIPI DSI LCD panel 21 which has built-in ST7701 chip. 26 - enum: 27 - anbernic,rg-arc-panel [all …]
|
/linux-6.12.1/drivers/gpu/drm/panel/ |
D | panel-sitronix-st7701.c | 1 // SPDX-License-Identifier: GPL-2.0+ 94 (((typeof(_mask))(_val) << (__builtin_ffsll(_mask) - 1)) & (_mask)) 111 /* TFT matrix driver configuration, panel specific. */ 133 struct drm_panel panel; member 147 static inline struct st7701 *panel_to_st7701(struct drm_panel *panel) in panel_to_st7701() argument 149 return container_of(panel, struct st7701, panel); in panel_to_st7701() 155 return mipi_dsi_dcs_write(st7701->dsi, cmd, seq, len); in st7701_dsi_write() 161 return mipi_dbi_command_stackbuf(&st7701->dbi, cmd, seq, len); in st7701_dbi_write() 167 st7701->write_command(st7701, cmd, d, ARRAY_SIZE(d)); \ 172 const struct st7701_panel_desc *desc = st7701->desc; in st7701_vgls_map() [all …]
|