Searched full:nt35950 (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/display/panel/ |
D | novatek,nt35950.yaml | 4 $id: http://devicetree.org/schemas/display/panel/novatek,nt35950.yaml# 7 title: Novatek NT35950-based display panels 13 The nt35950 IC from Novatek is a Driver IC used to drive MIPI-DSI panels, 29 - const: novatek,nt35950 31 that is in turn using the NT35950 panel driver. The compatible 32 string determines how the NT35950 panel driver shall be configured 33 to work with the indicated panel. The novatek,nt35950 compatible shall 74 compatible = "sharp,ls055d1sx04", "novatek,nt35950";
|
/Linux-v6.1/drivers/gpu/drm/panel/ |
D | panel-novatek-nt35950.c | 3 * Novatek NT35950 DriverIC panels driver 52 struct nt35950 { struct 87 static inline struct nt35950 *to_nt35950(struct drm_panel *panel) in to_nt35950() 89 return container_of(panel, struct nt35950, panel); in to_nt35950() 100 static void nt35950_reset(struct nt35950 *nt) in nt35950_reset() 117 static int nt35950_set_cmd2_page(struct nt35950 *nt, u8 page) in nt35950_set_cmd2_page() 139 static int nt35950_set_data_compression(struct nt35950 *nt, u8 comp_mode) in nt35950_set_data_compression() 186 static int nt35950_set_scaler(struct nt35950 *nt, u8 scale_up) in nt35950_set_scaler() 201 static int nt35950_set_scale_mode(struct nt35950 *nt, u8 mode) in nt35950_set_scale_mode() 223 static int nt35950_inject_black_image(struct nt35950 *nt) in nt35950_inject_black_image() [all …]
|
D | Makefile | 33 obj-$(CONFIG_DRM_PANEL_NOVATEK_NT35950) += panel-novatek-nt35950.o
|
D | Kconfig | 331 tristate "Novatek NT35950 DSI panel" 337 around the Novatek NT35950 display controller, such as some
|