|
@@ -4915,9 +4915,9 @@ static void __gen6_update_ring_freq(struct drm_device *dev)
|
|
|
* to use for memory access. We do this by specifying the IA frequency
|
|
* to use for memory access. We do this by specifying the IA frequency
|
|
|
* the PCU should use as a reference to determine the ring frequency.
|
|
* the PCU should use as a reference to determine the ring frequency.
|
|
|
*/
|
|
*/
|
|
|
- for (gpu_freq = dev_priv->rps.max_freq_softlimit; gpu_freq >= dev_priv->rps.min_freq_softlimit;
|
|
|
|
|
|
|
+ for (gpu_freq = dev_priv->rps.max_freq; gpu_freq >= dev_priv->rps.min_freq;
|
|
|
gpu_freq--) {
|
|
gpu_freq--) {
|
|
|
- int diff = dev_priv->rps.max_freq_softlimit - gpu_freq;
|
|
|
|
|
|
|
+ int diff = dev_priv->rps.max_freq - gpu_freq;
|
|
|
unsigned int ia_freq = 0, ring_freq = 0;
|
|
unsigned int ia_freq = 0, ring_freq = 0;
|
|
|
|
|
|
|
|
if (INTEL_INFO(dev)->gen >= 8) {
|
|
if (INTEL_INFO(dev)->gen >= 8) {
|