Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_bios.c731 } panel_types[] = { in get_panel_type() local
751 for (i = 0; i < ARRAY_SIZE(panel_types); i++) { in get_panel_type()
752 panel_types[i].panel_type = panel_types[i].get_panel_type(display, devdata, in get_panel_type()
755 drm_WARN_ON(display->drm, panel_types[i].panel_type > 0xf && in get_panel_type()
756 panel_types[i].panel_type != 0xff); in get_panel_type()
758 if (panel_types[i].panel_type >= 0) in get_panel_type()
760 panel_types[i].name, panel_types[i].panel_type); in get_panel_type()
763 if (panel_types[PANEL_TYPE_OPREGION].panel_type >= 0) in get_panel_type()
765 else if (panel_types[PANEL_TYPE_VBT].panel_type == 0xff && in get_panel_type()
766 panel_types[PANEL_TYPE_PNPID].panel_type >= 0) in get_panel_type()
[all …]