Searched +full:dmt028vghmcmi +full:- +full:1 +full:a (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | sitronix,st7701.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 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. 24 - $ref: panel-common.yaml# 29 - enum: 30 - densitron,dmt028vghmcmi-1a [all …]
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-sitronix-st7701.c | 1 // SPDX-License-Identifier: GPL-2.0+ 39 #define DSI_CMD2_BK1_PWCTLR1 0xB7 /* Power Control 1 */ 43 #define DSI_CMD2_BK1_MIPISET1 0xD0 /* MIPI Setting 1 */ 65 #define DSI_CMD2_BK0_LNESET_LINEDELTA GENMASK(1, 0) 81 #define DSI_CMD2_BK1_PWRCTRL1_APOS_MASK GENMASK(1, 0) 83 #define DSI_CMD2_BK1_PWRCTRL2_AVCL_MASK GENMASK(1, 0) 92 (((typeof(_mask))(_val) << (__builtin_ffsll(_mask) - 1)) & (_mask)) 149 return mipi_dsi_dcs_write_buffer(st7701->dsi, seq, len); in st7701_dsi_write() 160 const struct st7701_panel_desc *desc = st7701->desc; in st7701_vgls_map() 165 { -7060, 0x0 }, { -7470, 0x1 }, in st7701_vgls_map() [all …]
|