Searched full:hx8394 (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/panel/ |
D | panel-himax-hx8394.c | 3 * Driver for panels based on Himax HX8394 controller, such as: 27 #define DRV_NAME "panel-himax-hx8394" 29 /* Manufacturer specific commands sent via DSI, listed in HX8394-F datasheet */ 67 struct hx8394 { struct 83 int (*init_sequence)(struct hx8394 *ctx); argument 86 static inline struct hx8394 *panel_to_hx8394(struct drm_panel *panel) in panel_to_hx8394() 88 return container_of(panel, struct hx8394, panel); in panel_to_hx8394() 91 static int hsd060bhw4_init_sequence(struct hx8394 *ctx) in hsd060bhw4_init_sequence() 154 /* Unknown command, not listed in the HX8394-F datasheet */ in hsd060bhw4_init_sequence() 162 /* Unknown command, not listed in the HX8394-F datasheet */ in hsd060bhw4_init_sequence() [all …]
|
D | Kconfig | 177 tristate "HIMAX HX8394 MIPI-DSI LCD panels" 183 Himax HX8394 controller, such as the HannStar HSD060BHW4 186 If M is selected the module will be called panel-himax-hx8394.
|
D | Makefile | 21 obj-$(CONFIG_DRM_PANEL_HIMAX_HX8394) += panel-himax-hx8394.o
|
D | panel-himax-hx83102.c | 7 * Based on drivers/gpu/drm/panel/panel-himax-hx8394.c
|
/linux-6.12.1/Documentation/devicetree/bindings/display/panel/ |
D | himax,hx8394.yaml | 4 $id: http://devicetree.org/schemas/display/panel/himax,hx8394.yaml# 7 title: Himax HX8394 MIPI-DSI LCD panel controller 14 Device tree bindings for panels based on the Himax HX8394 controller, 25 - const: himax,hx8394 74 compatible = "hannstar,hsd060bhw4", "himax,hx8394";
|
/linux-6.12.1/arch/arm64/boot/dts/rockchip/ |
D | rk3566-powkiddy-x55.dts | 399 compatible = "powkiddy,x55-panel", "himax,hx8394";
|
/linux-6.12.1/ |
D | MAINTAINERS | 7108 DRM DRIVER FOR HIMAX HX8394 MIPI-DSI LCD panels 7113 F: Documentation/devicetree/bindings/display/panel/himax,hx8394.yaml 7114 F: drivers/gpu/drm/panel/panel-himax-hx8394.c
|