Searched refs:drrs_type (Results 1 – 5 of 5) sorted by relevance
11 enum drrs_type;21 const char *intel_drrs_type_str(enum drrs_type drrs_type);
54 const char *intel_drrs_type_str(enum drrs_type drrs_type) in intel_drrs_type_str() argument62 if (drrs_type >= ARRAY_SIZE(str)) in intel_drrs_type_str()65 return str[drrs_type]; in intel_drrs_type_str()
194 enum drrs_type intel_panel_drrs_type(struct intel_connector *connector) in intel_panel_drrs_type()196 return connector->panel.vbt.drrs_type; in intel_panel_drrs_type()437 connector->panel.vbt.drrs_type = DRRS_TYPE_NONE; in intel_panel_init()
822 panel->vbt.drrs_type = DRRS_TYPE_STATIC; in parse_panel_options()826 panel->vbt.drrs_type = DRRS_TYPE_SEAMLESS; in parse_panel_options()831 panel->vbt.drrs_type = DRRS_TYPE_NONE; in parse_panel_options()1347 if (!driver->drrs_enabled && panel->vbt.drrs_type != DRRS_TYPE_NONE) { in parse_panel_driver_features()1353 panel->vbt.drrs_type = DRRS_TYPE_STATIC; in parse_panel_driver_features()1355 panel->vbt.drrs_type = DRRS_TYPE_NONE; in parse_panel_driver_features()1386 if (!panel_bool(power->drrs, panel_type) && panel->vbt.drrs_type != DRRS_TYPE_NONE) { in parse_power_conservation_features()1392 panel->vbt.drrs_type = DRRS_TYPE_STATIC; in parse_power_conservation_features()1394 panel->vbt.drrs_type = DRRS_TYPE_NONE; in parse_power_conservation_features()
314 enum drrs_type { enum332 enum drrs_type drrs_type; member