Searched refs:drrs_type (Results 1 – 4 of 4) sorted by relevance
252 dev_priv->vbt.drrs_type = STATIC_DRRS_SUPPORT; in parse_lfp_panel_data()256 dev_priv->vbt.drrs_type = SEAMLESS_DRRS_SUPPORT; in parse_lfp_panel_data()260 dev_priv->vbt.drrs_type = DRRS_NOT_SUPPORTED; in parse_lfp_panel_data()563 dev_priv->vbt.drrs_type = DRRS_NOT_SUPPORTED; in parse_driver_features()
6981 if (dev_priv->vbt.drrs_type != SEAMLESS_DRRS_SUPPORT) { in intel_dp_drrs_init()6992 dev_priv->drrs.type = dev_priv->vbt.drrs_type; in intel_dp_drrs_init()
3011 if (dev_priv->vbt.drrs_type == STATIC_DRRS_SUPPORT) in drrs_status_per_crtc()3013 else if (dev_priv->vbt.drrs_type == SEAMLESS_DRRS_SUPPORT) in drrs_status_per_crtc()3015 else if (dev_priv->vbt.drrs_type == DRRS_NOT_SUPPORTED) in drrs_status_per_crtc()
766 enum drrs_support_type drrs_type; member