HomeSort by: relevance | last modified time | path
    Searched defs:panel_type (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/fdt/
panel_fdt.h 41 enum panel_type { enum
54 enum panel_type panel_type; member in struct:fdt_panel
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_bios.c 225 int panel_type; local in function:parse_panel_options
238 panel_type = ret;
239 DRM_DEBUG_KMS("Panel type: %d (OpRegion)\n", panel_type);
241 if (lvds_options->panel_type > 0xf) {
243 lvds_options->panel_type);
246 panel_type = lvds_options->panel_type;
247 DRM_DEBUG_KMS("Panel type: %d (VBT)\n", panel_type);
250 dev_priv->vbt.panel_type = panel_type;
285 int panel_type = dev_priv->vbt.panel_type; local in function:parse_lfp_panel_dtd
424 int panel_type = dev_priv->vbt.panel_type; local in function:parse_lfp_backlight
692 u8 panel_type = dev_priv->vbt.panel_type; local in function:parse_power_conservation_features
719 int panel_type = dev_priv->vbt.panel_type; local in function:parse_edp
829 int panel_type = dev_priv->vbt.panel_type; local in function:parse_psr
989 int panel_type = dev_priv->vbt.panel_type; local in function:parse_mipi_config
1304 int panel_type = dev_priv->vbt.panel_type; local in function:parse_mipi_sequence
    [all...]
intel_vbt_defs.h 567 u8 panel_type; member in struct:bdb_sdvo_lvds_options
683 u8 panel_type; member in struct:bdb_lvds_options
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_drv.h 678 unsigned int panel_type:4; member in struct:intel_vbt_data

Completed in 15 milliseconds