Searched full:mantix (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/panel/ |
H A D | panel-mantix-mlaf057we51.c | 3 * Mantix MLAF057WE51 5.7" MIPI-DSI panel driver 22 #define DRV_NAME "panel-mantix-mlaf057we51" 29 struct mantix { struct 43 static inline struct mantix *panel_to_mantix(struct drm_panel *panel) in panel_to_mantix() argument 45 return container_of(panel, struct mantix, panel); in panel_to_mantix() 70 struct mantix *ctx = panel_to_mantix(panel); in mantix_enable() 91 struct mantix *ctx = panel_to_mantix(panel); in mantix_disable() 103 struct mantix *ctx = panel_to_mantix(panel); in mantix_unprepare() 122 struct mantix *ctx = panel_to_mantix(panel); in mantix_prepare() 198 struct mantix *ctx = panel_to_mantix(panel); in mantix_get_modes() [all …]
|
H A D | Makefile | 53 obj-$(CONFIG_DRM_PANEL_MANTIX_MLAF057WE51) += panel-mantix-mlaf057we51.o
|
H A D | Kconfig | 401 tristate "Mantix MLAF057WE51-X MIPI-DSI LCD panel" 406 Say Y here if you want to enable support for the Mantix
|
/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | mantix,mlaf057we51-x.yaml | 4 $id: http://devicetree.org/schemas/display/panel/mantix,mlaf057we51-x.yaml# 7 title: Mantix MLAF057WE51-X 5.7" 720x1440 TFT LCD panel 13 Mantix MLAF057WE51 X is a 720x1440 TFT LCD panel connected using 22 - mantix,mlaf057we51-x 41 mantix,tp-rstn-gpios: 65 compatible = "mantix,mlaf057we51-x"; 71 mantix,tp-rstn-gpios = <&gpio1 24 GPIO_ACTIVE_LOW>;
|
/linux/Documentation/devicetree/bindings/ |
H A D | vendor-prefixes.yaml | 893 "^mantix,.*": 894 description: Mantix Display Technology Co.,Ltd.
|
/linux/ |
H A D | MAINTAINERS | 7345 DRM DRIVER FOR MANTIX MLAF057WE51 PANELS 7349 F: Documentation/devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml 7350 F: drivers/gpu/drm/panel/panel-mantix-mlaf057we51.c
|