drrs_type
if (!driver->drrs_enabled && panel->vbt.drrs_type != DRRS_TYPE_NONE) {
panel->vbt.drrs_type = DRRS_TYPE_STATIC;
panel->vbt.drrs_type = DRRS_TYPE_NONE;
if (!panel_bool(power->drrs, panel_type) && panel->vbt.drrs_type != DRRS_TYPE_NONE) {
panel->vbt.drrs_type = DRRS_TYPE_STATIC;
panel->vbt.drrs_type = DRRS_TYPE_NONE;
panel->vbt.drrs_type = DRRS_TYPE_STATIC;
panel->vbt.drrs_type = DRRS_TYPE_SEAMLESS;
panel->vbt.drrs_type = DRRS_TYPE_NONE;
enum drrs_type drrs_type;
const char *intel_drrs_type_str(enum drrs_type drrs_type)
if (drrs_type >= ARRAY_SIZE(str))
return str[drrs_type];
enum drrs_type;
const char *intel_drrs_type_str(enum drrs_type drrs_type);
enum drrs_type intel_panel_drrs_type(struct intel_connector *connector)
return connector->panel.vbt.drrs_type;
connector->panel.vbt.drrs_type = DRRS_TYPE_NONE;
enum drrs_type;
enum drrs_type intel_panel_drrs_type(struct intel_connector *connector);