Searched refs:boe (Results 1 – 8 of 8) sorted by relevance
434 static int boe_panel_init_dcs_cmd(struct boe_panel *boe) in boe_panel_init_dcs_cmd() argument436 struct mipi_dsi_device *dsi = boe->dsi; in boe_panel_init_dcs_cmd()437 struct drm_panel *panel = &boe->base; in boe_panel_init_dcs_cmd()440 if (boe->desc->init_cmds) { in boe_panel_init_dcs_cmd()441 const struct panel_init_cmd *init_cmds = boe->desc->init_cmds; in boe_panel_init_dcs_cmd()473 static int boe_panel_enter_sleep_mode(struct boe_panel *boe) in boe_panel_enter_sleep_mode() argument475 struct mipi_dsi_device *dsi = boe->dsi; in boe_panel_enter_sleep_mode()493 struct boe_panel *boe = to_boe_panel(panel); in boe_panel_unprepare() local496 if (!boe->prepared) in boe_panel_unprepare()499 ret = boe_panel_enter_sleep_mode(boe); in boe_panel_unprepare()[all …]
4 obj-$(CONFIG_DRM_PANEL_BOE_HIMAX8279D) += panel-boe-himax8279d.o5 obj-$(CONFIG_DRM_PANEL_BOE_TV101WUM_NL6) += panel-boe-tv101wum-nl6.o
21 compatible = "boe,nv101wxmn51";
39 compatible = "boe,nv140fhmn49";
17 compatible = "boe,nv133fhm-n62";
78 compatible ="boe,tv080wum-nl0";
77 compatible = "boe,hv070wsa-100";
5484 F: Documentation/devicetree/bindings/display/panel/boe,himax8279d.yaml5485 F: drivers/gpu/drm/panel/panel-boe-himax8279d.c