Home
last modified time | relevance | path

Searched +full:th101mb31ig002 +full:- +full:28 +full:a (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/display/panel/
H A Dboe,th101mb31ig002-28a.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/panel/boe,th101mb31ig002-28a.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: BOE TH101MB31IG002-28A WXGA DSI Display Panel
10 - Manuel Traut <manut@mecka.net>
15 # BOE TH101MB31IG002-28A 10.1" WXGA TFT LCD panel
16 - boe,th101mb31ig002-28a
17 # The Starry-er88577 is a 10.1" WXGA TFT-LCD panel
18 - starry,er88577
[all …]
/linux/drivers/gpu/drm/panel/
H A Dpanel-boe-th101mb31ig002-28a.c1 // SPDX-License-Identifier: GPL-2.0-only
53 gpiod_direction_output(ctx->reset, 0); in boe_th101mb31ig002_reset()
55 gpiod_direction_output(ctx->reset, 1); in boe_th101mb31ig002_reset()
57 gpiod_direction_output(ctx->reset, 0); in boe_th101mb31ig002_reset()
63 struct mipi_dsi_multi_context dsi_ctx = { .dsi = ctx->dsi }; in boe_th101mb31ig002_enable()
120 struct mipi_dsi_multi_context dsi_ctx = { .dsi = ctx->dsi }; in starry_er88577_init_cmd()
185 struct mipi_dsi_multi_context dsi_ctx = { .dsi = ctx->dsi }; in boe_th101mb31ig002_disable()
187 if (ctx->desc->backlight_off_to_display_off_delay_ms) in boe_th101mb31ig002_disable()
188 mipi_dsi_msleep(&dsi_ctx, ctx->desc->backlight_off_to_display_off_delay_ms); in boe_th101mb31ig002_disable()
196 if (ctx->desc->enter_sleep_to_reset_down_delay_ms) in boe_th101mb31ig002_disable()
[all …]
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_DRM_PANEL_ABT_Y030XX067A) += panel-abt-y030xx067a.o
3 obj-$(CONFIG_DRM_PANEL_ARM_VERSATILE) += panel-arm-versatile.o
4 obj-$(CONFIG_DRM_PANEL_ASUS_Z00T_TM5P5_NT35596) += panel-asus-z00t-tm5p5-n35596.o
5 obj-$(CONFIG_DRM_PANEL_AUO_A030JTN01) += panel-auo-a030jtn01.o
6 obj-$(CONFIG_DRM_PANEL_BOE_BF060Y8M_AJ0) += panel-boe-bf060y8m-aj0.o
7 obj-$(CONFIG_DRM_PANEL_BOE_HIMAX8279D) += panel-boe-himax8279d.o
8 obj-$(CONFIG_DRM_PANEL_BOE_TH101MB31UIG002_28A) += panel-boe-th101mb31ig002-28a.o
9 obj-$(CONFIG_DRM_PANEL_BOE_TV101WUM_LL2) += panel-boe-tv101wum-ll2.o
10 obj-$(CONFIG_DRM_PANEL_BOE_TV101WUM_NL6) += panel-boe-tv101wum-nl6.o
[all …]