Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_opregion.c1094 u32 panel_details; in intel_opregion_get_panel_type() local
1097 ret = swsci(dev_priv, SWSCI_GBDA_PANEL_DETAILS, 0x0, &panel_details); in intel_opregion_get_panel_type()
1104 ret = (panel_details >> 8) & 0xff; in intel_opregion_get_panel_type()