Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371471
b: refs/heads/master
c: 182642b
h: refs/heads/master
i:
  371469: 556d65a
  371467: f36b66f
  371463: b26ba54
  371455: 829b62d
v: v3
  • Loading branch information
Mika Kuoppala authored and Daniel Vetter committed Apr 18, 2013
1 parent 2028fa6 commit 8b8f929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6a994761806388ad99f581d2063e3308d8d77f01
refs/heads/master: 182642b09311c94898acbc01cc9bac8e02f63da6
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/i915_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ static ssize_t gt_max_freq_mhz_show(struct device *kdev, struct device_attribute
int ret;

mutex_lock(&dev_priv->rps.hw_lock);
ret = dev_priv->rps.hw_max * GT_FREQUENCY_MULTIPLIER;
ret = dev_priv->rps.max_delay * GT_FREQUENCY_MULTIPLIER;
mutex_unlock(&dev_priv->rps.hw_lock);

return snprintf(buf, PAGE_SIZE, "%d\n", ret);
Expand Down

0 comments on commit 8b8f929

Please sign in to comment.