Home | History | Annotate | Download | only in i915

Lines Matching defs:drrs

2914 	struct i915_drrs *drrs = &dev_priv->drrs;
2942 mutex_lock(&drrs->mutex);
2943 /* DRRS Supported */
2946 /* disable_drrs() will make drrs->dp NULL */
2947 if (!drrs->dp) {
2948 seq_puts(m, "Idleness DRRS: Disabled\n");
2951 "\tAs PSR is enabled, DRRS is not enabled\n");
2952 mutex_unlock(&drrs->mutex);
2956 panel = &drrs->dp->attached_connector->panel;
2958 drrs->busy_frontbuffer_bits);
2961 if (drrs->refresh_rate_type == DRRS_HIGH_RR) {
2964 } else if (drrs->refresh_rate_type == DRRS_LOW_RR) {
2969 drrs->refresh_rate_type);
2970 mutex_unlock(&drrs->mutex);
2976 mutex_unlock(&drrs->mutex);
2978 /* DRRS not supported. Print the VBT parameter*/
4156 DRM_DEBUG_DRIVER("Manually %sabling DRRS. %llu\n",