HomeSort by: relevance | last modified time | path
    Searched refs:drrs (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dp.c 2480 dev_priv->drrs.type == SEAMLESS_DRRS_SUPPORT) {
6992 * The caller of this function needs to take a lock on dev_priv->drrs.
6998 struct intel_dp *intel_dp = dev_priv->drrs.dp;
7008 DRM_DEBUG_KMS("DRRS not supported.\n");
7013 DRM_DEBUG_KMS("DRRS: intel_crtc not initialized\n");
7017 if (dev_priv->drrs.type < SEAMLESS_DRRS_SUPPORT) {
7018 DRM_DEBUG_KMS("Only Seamless DRRS supported.\n");
7026 if (index == dev_priv->drrs.refresh_rate_type) {
7028 "DRRS requested for previously set RR...ignoring\n");
7068 dev_priv->drrs.refresh_rate_type = index
    [all...]
intel_vbt_defs.h 679 /* Mask for DRRS / Panel Channel / SSC / BLT control bits extraction */
818 u16 drrs; member in struct:bdb_lfp_power
intel_psr.c 868 WARN_ON(dev_priv->drrs.dp);
intel_bios.c 255 * VBT has static DRRS = 0 and seamless DRRS = 2.
262 DRM_DEBUG_KMS("DRRS supported mode is static\n");
266 DRM_DEBUG_KMS("DRRS supported mode is seamless\n");
270 DRM_DEBUG_KMS("DRRS not supported (VBT input)\n");
673 DRM_DEBUG_KMS("DRRS State Enabled:%d\n", driver->drrs_enabled);
675 * If DRRS is not supported, drrs_type has to be set to 0.
677 * static DRRS is 0 and DRRS not supported is represented by
704 * If DRRS is not supported, drrs_type has to be set to 0
    [all...]
intel_display.c 8118 * gen7, but we only support DRRS on gen7+
8138 * M2_N2 registers are set only if DRRS is supported
17585 mutex_init(&i915->drrs.mutex);
18593 mutex_destroy(&i915->drrs.mutex);
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_debugfs.c 2914 struct i915_drrs *drrs = &dev_priv->drrs; local in function:drrs_status_per_crtc
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
    [all...]
i915_drv.h 1005 struct i915_drrs drrs; member in struct:drm_i915_private

Completed in 104 milliseconds