Home
last modified time | relevance | path

Searched +full:himax83102 +full:- +full:j02 (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/display/panel/
Dhimax,hx83102.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Himax HX83102 MIPI-DSI LCD panel controller
10 - Cong Yang <yangcong5@huaqin.corp-partner.google.com>
13 - $ref: panel-common.yaml#
18 - enum:
19 # Boe nv110wum-l60 11.0" WUXGA TFT LCD panel
20 - boe,nv110wum-l60
22 - ivo,t109nw41
[all …]
/linux-6.12.1/drivers/gpu/drm/panel/
Dpanel-himax-hx83102.c1 // SPDX-License-Identifier: GPL-2.0
5 * - Starry 10.51" WUXGA MIPI-DSI panel
7 * Based on drivers/gpu/drm/panel/panel-himax-hx8394.c
94 struct mipi_dsi_multi_context dsi_ctx = { .dsi = ctx->dsi }; in starry_himax83102_j02_init()
191 struct mipi_dsi_multi_context dsi_ctx = { .dsi = ctx->dsi }; in boe_nv110wum_init()
296 struct mipi_dsi_multi_context dsi_ctx = { .dsi = ctx->dsi }; in ivo_t109nw41_init()
474 struct mipi_dsi_device *dsi = ctx->dsi; in hx83102_disable()
477 dsi->mode_flags &= ~MIPI_DSI_MODE_LPM; in hx83102_disable()
491 gpiod_set_value(ctx->enable_gpio, 0); in hx83102_unprepare()
493 regulator_disable(ctx->avee); in hx83102_unprepare()
[all …]