Searched +full:dmt028vghmcmi +full:- +full:1 +full:a (Results 1 – 2 of 2) sorted by relevance
/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. 26 - enum: 27 - anbernic,rg-arc-panel 28 - anbernic,rg28xx-panel [all …]
|
/linux/drivers/gpu/drm/panel/ |
H A D | panel-sitronix-st7701.c | 1 // SPDX-License-Identifier: GPL-2.0+ 41 #define ST7701_CMD2_BK1_PWCTLR1 0xB7 /* Power Control 1 */ 45 #define ST7701_CMD2_BK1_MIPISET1 0xD0 /* MIPI Setting 1 */ 67 #define ST7701_CMD2_BK0_LNESET_LINEDELTA GENMASK(1, 0) 83 #define ST7701_CMD2_BK1_PWRCTRL1_APOS_MASK GENMASK(1, 0) 85 #define ST7701_CMD2_BK1_PWRCTRL2_AVCL_MASK GENMASK(1, 0) 94 (((typeof(_mask))(_val) << (__builtin_ffsll(_mask) - 1)) & (_mask)) 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)); \ [all …]
|