Searched full:sw43408 (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/panel/ |
D | panel-lg-sw43408.c | 43 struct sw43408_panel *sw43408 = to_panel_info(panel); in sw43408_unprepare() local 44 struct mipi_dsi_multi_context ctx = { .dsi = sw43408->link }; in sw43408_unprepare() 53 gpiod_set_value(sw43408->reset_gpio, 1); in sw43408_unprepare() 55 ret = regulator_bulk_disable(ARRAY_SIZE(sw43408->supplies), sw43408->supplies); in sw43408_unprepare() 62 struct sw43408_panel *sw43408 = to_panel_info(panel); in sw43408_program() local 63 struct mipi_dsi_multi_context ctx = { .dsi = sw43408->link }; in sw43408_program() 104 sw43408->link->mode_flags &= ~MIPI_DSI_MODE_LPM; in sw43408_program() 106 drm_dsc_pps_payload_pack(&pps, sw43408->link->dsc); in sw43408_program() 110 sw43408->link->mode_flags |= MIPI_DSI_MODE_LPM; in sw43408_program() 217 { .compatible = "lg,sw43408", }, [all …]
|
D | Makefile | 41 obj-$(CONFIG_DRM_PANEL_LG_SW43408) += panel-lg-sw43408.o
|
D | Kconfig | 377 tristate "LG SW43408 panel" 384 Say Y here if you want to enable support for LG sw43408 panel.
|
/linux-6.12.1/Documentation/devicetree/bindings/display/panel/ |
D | lg,sw43408.yaml | 4 $id: http://devicetree.org/schemas/display/panel/lg,sw43408.yaml# 7 title: LG SW43408 1080x2160 DSI panel 22 - const: lg,sw43408 49 compatible = "lg,sw43408";
|
/linux-6.12.1/ |
D | MAINTAINERS | 7161 DRM DRIVER FOR LG SW43408 PANELS 7166 F: Documentation/devicetree/bindings/display/panel/lg,sw43408.yaml 7167 F: drivers/gpu/drm/panel/panel-lg-sw43408.c
|