Searched refs:panel_type (Results 1 – 6 of 6) sorted by relevance
225 int panel_type; in parse_panel_options() local238 panel_type = ret; in parse_panel_options()239 DRM_DEBUG_KMS("Panel type: %d (OpRegion)\n", panel_type); in parse_panel_options()241 if (lvds_options->panel_type > 0xf) { in parse_panel_options()243 lvds_options->panel_type); in parse_panel_options()246 panel_type = lvds_options->panel_type; in parse_panel_options()247 DRM_DEBUG_KMS("Panel type: %d (VBT)\n", panel_type); in parse_panel_options()250 dev_priv->vbt.panel_type = panel_type; in parse_panel_options()253 >> (panel_type * 2)) & MODE_MASK; in parse_panel_options()285 int panel_type = dev_priv->vbt.panel_type; in parse_lfp_panel_dtd() local[all …]
567 u8 panel_type; member683 u8 panel_type; member
100 sc->sc_panel.panel_type = in fdt_panel_attach()124 switch(sc->sc_panel.panel_type) { in fdt_panel_attach()144 panic("unknown panel type %d", sc->sc_panel.panel_type); in fdt_panel_attach()149 switch(sc->sc_panel.panel_type) { in fdt_panel_attach()157 panic(" unknown panel type %d", sc->sc_panel.panel_type); in fdt_panel_attach()
41 enum panel_type { enum54 enum panel_type panel_type; member
447 KASSERT(panel->panel_type == PANEL_DUAL_LVDS || in sunxi_tcon0_set_video()448 panel->panel_type == PANEL_LVDS); in sunxi_tcon0_set_video()466 if (panel->panel_type == PANEL_DUAL_LVDS) in sunxi_tcon0_set_video()
678 unsigned int panel_type:4; member