Home
last modified time | relevance | path

Searched full:hx8394 (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/panel/
Dpanel-himax-hx8394.c3 * 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 …]
DKconfig177 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.
DMakefile21 obj-$(CONFIG_DRM_PANEL_HIMAX_HX8394) += panel-himax-hx8394.o
Dpanel-himax-hx83102.c7 * Based on drivers/gpu/drm/panel/panel-himax-hx8394.c
/linux-6.12.1/Documentation/devicetree/bindings/display/panel/
Dhimax,hx8394.yaml4 $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/
Drk3566-powkiddy-x55.dts399 compatible = "powkiddy,x55-panel", "himax,hx8394";
/linux-6.12.1/
DMAINTAINERS7108 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