Searched full:nt35950 (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.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 77 compatible = "sharp,ls055d1sx04", "novatek,nt35950";
|
/linux-6.12.1/drivers/gpu/drm/panel/ |
D | panel-novatek-nt35950.c | 3 * Novatek NT35950 DriverIC panels driver 52 struct nt35950 { struct 86 static inline struct nt35950 *to_nt35950(struct drm_panel *panel) in to_nt35950() 88 return container_of(panel, struct nt35950, panel); in to_nt35950() 91 static void nt35950_reset(struct nt35950 *nt) in nt35950_reset() 108 struct nt35950 *nt, u8 page) in nt35950_set_cmd2_page() 126 struct nt35950 *nt, u8 comp_mode) in nt35950_set_data_compression() 219 struct nt35950 *nt) in nt35950_set_dispout() 233 static int nt35950_get_current_mode(struct nt35950 *nt) in nt35950_get_current_mode() 255 static int nt35950_on(struct nt35950 *nt) in nt35950_on() [all …]
|
D | Makefile | 48 obj-$(CONFIG_DRM_PANEL_NOVATEK_NT35950) += panel-novatek-nt35950.o
|
D | Kconfig | 460 tristate "Novatek NT35950 DSI panel" 466 around the Novatek NT35950 display controller, such as some
|