Home
last modified time | relevance | path

Searched +full:j716f +full:- +full:edo +full:- +full:rm69380 (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/display/panel/
Draydium,rm69380.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/display/panel/raydium,rm69380.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Raydium RM69380-based DSI display panels
10 - David Wronek <david@mainlining.org>
13 The Raydium RM69380 is a generic DSI panel IC used to control
17 - $ref: panel-common-dual.yaml#
22 - enum:
23 - lenovo,j716f-edo-rm69380
[all …]
/linux-6.12.1/drivers/gpu/drm/panel/
Dpanel-raydium-rm69380.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Generated with linux-mdss-dsi-panel-driver-generator from vendor device tree.
38 gpiod_set_value_cansleep(ctx->reset_gpio, 0); in rm69380_reset()
40 gpiod_set_value_cansleep(ctx->reset_gpio, 1); in rm69380_reset()
42 gpiod_set_value_cansleep(ctx->reset_gpio, 0); in rm69380_reset()
48 struct mipi_dsi_device *dsi = ctx->dsi[0]; in rm69380_on()
49 struct device *dev = &dsi->dev; in rm69380_on()
52 dsi->mode_flags |= MIPI_DSI_MODE_LPM; in rm69380_on()
53 if (ctx->dsi[1]) in rm69380_on()
54 ctx->dsi[1]->mode_flags |= MIPI_DSI_MODE_LPM; in rm69380_on()
[all …]