Home
last modified time | relevance | path

Searched +full:dmt028vghmcmi +full:- +full:1 +full:a (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/display/panel/
Dsitronix,st7701.yaml1 # 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 …]
/Linux-v6.1/drivers/gpu/drm/panel/
Dpanel-sitronix-st7701.c1 // SPDX-License-Identifier: GPL-2.0+
36 #define DSI_CMD2_BK1_PWCTLR1 0xB7 /* Power Control 1 */
40 #define DSI_CMD2_BK1_MIPISET1 0xD0 /* MIPI Setting 1 */
46 * BIT[1:0]...BKXSEL
47 * 1:00 = CMD2BK0, Command2 BK0
48 * 1:01 = CMD2BK1, Command2 BK1
49 * 1:11 = CMD2BK3, Command2 BK3
77 #define DSI_CMD2_BK0_LNESET_LINEDELTA GENMASK(1, 0)
93 #define DSI_CMD2_BK1_PWRCTRL1_APOS_MASK GENMASK(1, 0)
95 #define DSI_CMD2_BK1_PWRCTRL2_AVCL_MASK GENMASK(1, 0)
[all …]