Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196511
b: refs/heads/master
c: c00f53b
h: refs/heads/master
i:
  196509: 592f093
  196507: f43bb00
  196503: f442137
  196495: 2ab8ed7
  196479: a81a123
v: v3
  • Loading branch information
Alex Deucher authored and Dave Airlie committed May 18, 2010
1 parent fc31e74 commit 7555a70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a48b9b4edb8bb87deb13b9f088a595cf71457b69
refs/heads/master: c00f53be5ec70038d7a34f64872df51dabfc5a5b
5 changes: 5 additions & 0 deletions trunk/drivers/gpu/drm/radeon/radeon_pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,11 @@ static void radeon_pm_set_clocks(struct radeon_device *rdev)
}
}

/* update display watermarks based on new power state */
radeon_update_bandwidth_info(rdev);
if (rdev->pm.active_crtc_count)
radeon_bandwidth_update(rdev);

mutex_unlock(&rdev->cp.mutex);
}

Expand Down

0 comments on commit 7555a70

Please sign in to comment.