Home
last modified time | relevance | path

Searched refs:panel_type (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_bios.c225 int panel_type; in parse_panel_options() local
238 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 …]
H A Dintel_vbt_defs.h567 u8 panel_type; member
683 u8 panel_type; member
/netbsd-src/sys/dev/fdt/
H A Dpanel_fdt.c100 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()
H A Dpanel_fdt.h41 enum panel_type { enum
54 enum panel_type panel_type; member
/netbsd-src/sys/arch/arm/sunxi/
H A Dsunxi_tcon.c447 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()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_drv.h678 unsigned int panel_type:4; member