Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panel/
H A 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 …]
H A 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.
H A DMakefile21 obj-$(CONFIG_DRM_PANEL_HIMAX_HX8394) += panel-himax-hx8394.o
H A Dpanel-himax-hx83102.c7 * Based on drivers/gpu/drm/panel/panel-himax-hx8394.c
/linux/Documentation/devicetree/bindings/display/panel/
H A 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/
H A DMAINTAINERS7269 DRM DRIVER FOR HIMAX HX8394 MIPI-DSI LCD panels
7274 F: Documentation/devicetree/bindings/display/panel/himax,hx8394.yaml
7275 F: drivers/gpu/drm/panel/panel-himax-hx8394.c