Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138976
b: refs/heads/master
c: 53c379e
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Mar 13, 2009
1 parent 22c4a30 commit 8dcbe75
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: 800b69951174f7de294da575d7e7921041a7e783
refs/heads/master: 53c379e9462b59d4e166429ff064aaf0e7743795
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_cp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1702,7 +1702,7 @@ void radeon_do_release(struct drm_device * dev)
if (dev_priv) {
if (dev_priv->cp_running) {
/* Stop the cp */
if ((dev_priv->flags & RADEON_FAMILY_MASK) < CHIP_R600) {
if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R600) {
while ((ret = r600_do_cp_idle(dev_priv)) != 0) {
DRM_DEBUG("radeon_do_cp_idle %d\n", ret);
#ifdef __linux__
Expand Down

0 comments on commit 8dcbe75

Please sign in to comment.