[Intel-gfx] [PATCH 11/14] drm/i915: Move PFI credit reprogramming into vlv/chv_set_cdclk()
ville.syrjala at linux.intel.com
ville.syrjala at linux.intel.com
Mon Dec 19 12:34:58 UTC 2016
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
Move the vlv_program_pfi_credits() into vlv_set_cdclk() and
chv_set_cdclk() so that we can neuter vlv_modeset_commit_cdclk().
Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
---
drivers/gpu/drm/i915/intel_cdclk.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/intel_cdclk.c b/drivers/gpu/drm/i915/intel_cdclk.c
index f92a570adf1b..4fe844c2cc24 100644
--- a/drivers/gpu/drm/i915/intel_cdclk.c
+++ b/drivers/gpu/drm/i915/intel_cdclk.c
@@ -494,6 +494,8 @@ static void vlv_set_cdclk(struct drm_i915_private *dev_priv,
mutex_unlock(&dev_priv->sb_lock);
+ vlv_program_pfi_credits(dev_priv);
+
intel_update_cdclk(dev_priv);
}
@@ -533,6 +535,8 @@ static void chv_set_cdclk(struct drm_i915_private *dev_priv,
}
mutex_unlock(&dev_priv->rps.hw_lock);
+ vlv_program_pfi_credits(dev_priv);
+
intel_update_cdclk(dev_priv);
}
@@ -1435,7 +1439,6 @@ static void vlv_modeset_commit_cdclk(struct drm_atomic_state *old_state)
else
vlv_set_cdclk(dev_priv, &old_intel_state->cdclk.actual);
- vlv_program_pfi_credits(dev_priv);
intel_display_power_put(dev_priv, POWER_DOMAIN_PIPE_A);
}
--
2.10.2
More information about the Intel-gfx
mailing list