Home
last modified time | relevance | path

Searched +full:tv101wum +full:- +full:nl6 (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/devicetree/bindings/display/panel/
H A Dboe,tv101wum-nl6.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/panel/boe,tv101wum-nl6.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: BOE TV101WUM-NL6 DSI Display Panel
10 - Thierry Reding <thierry.reding@gmail.com>
11 - Sam Ravnborg <sam@ravnborg.org>
14 - $ref: panel-common.yaml#
19 # BOE TV101WUM-NL6 10.1" WUXGA TFT LCD panel
20 - boe,tv101wum-nl6
[all …]
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8183-kukui-krane-sku176.dts1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
5 * Device-tree for Krane sku176.
7 * SKU is a 8-bit value (0xb0 == 176):
8 * - Bits 7..4: Panel ID: 0xb (BOE)
9 * - Bits 3..0: SKU ID: 0x0 (default)
12 /dts-v1/;
13 #include "mt8183-kukui-krane.dtsi"
17 chassis-type = "tablet";
18 compatible = "google,krane-sku176", "google,krane", "mediatek,mt8183";
23 compatible = "boe,tv101wum-nl6";
/linux/drivers/gpu/drm/panel/
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 …]
H A Dpanel-boe-tv101wum-nl6.c1 // SPDX-License-Identifier: GPL-2.0
69 struct mipi_dsi_multi_context ctx = { .dsi = boe->dsi }; in boe_tv110c9m_init()
441 struct mipi_dsi_multi_context ctx = { .dsi = boe->dsi }; in inx_hj110iz_init()
840 struct mipi_dsi_multi_context ctx = { .dsi = boe->dsi }; in boe_init()
1140 struct mipi_dsi_multi_context ctx = { .dsi = boe->dsi }; in auo_kd101n80_45na_init()
1157 struct mipi_dsi_multi_context ctx = { .dsi = boe->dsi }; in auo_b101uan08_3_init()
1210 struct mipi_dsi_multi_context ctx = { .dsi = boe->dsi }; in starry_qfh032011_53g_init()
1320 struct mipi_dsi_multi_context ctx = { .dsi = boe->dsi }; in boe_panel_disable()
1322 boe->dsi->mode_flags &= ~MIPI_DSI_MODE_LPM; in boe_panel_disable()
1336 if (boe->desc->discharge_on_disable) { in boe_panel_unprepare()
[all …]