Home
last modified time | relevance | path

Searched +full:fp5 +full:- +full:rm692e5 +full:- +full:boe (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/display/panel/
H A Draydium,rm692e5.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/display/panel/raydium,rm692e5.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Raydium RM692E5 based DSI display panels
10 - Konrad Dybcio <konradybcio@kernel.org>
13 The Raydium RM692E5 is a generic DSI Panel IC used to control
17 - $ref: panel-common.yaml#
22 - const: fairphone,fp5-rm692e5-boe
23 - const: raydium,rm692e5
[all …]
/linux/drivers/gpu/drm/panel/
H A Dpanel-raydium-rm692e5.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Generated with linux-mdss-dsi-panel-driver-generator from vendor device tree.
35 gpiod_set_value_cansleep(ctx->reset_gpio, 0); in rm692e5_reset()
37 gpiod_set_value_cansleep(ctx->reset_gpio, 1); in rm692e5_reset()
39 gpiod_set_value_cansleep(ctx->reset_gpio, 0); in rm692e5_reset()
45 dsi_ctx->dsi->mode_flags |= MIPI_DSI_MODE_LPM; in rm692e5_on()
124 struct mipi_dsi_device *dsi = ctx->dsi; in rm692e5_disable()
127 dsi->mode_flags &= ~MIPI_DSI_MODE_LPM; in rm692e5_disable()
144 struct mipi_dsi_multi_context dsi_ctx = { .dsi = ctx->dsi }; in rm692e5_prepare()
146 dsi_ctx.accum_err = regulator_bulk_enable(ARRAY_SIZE(ctx->supplies), ctx->supplies); in rm692e5_prepare()
[all …]