Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210077
b: refs/heads/master
c: ab699ec
h: refs/heads/master
i:
  210075: 79742e3
v: v3
  • Loading branch information
Ben Skeggs committed Aug 26, 2010
1 parent ebb6145 commit 644287a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e3461a2bc0d67ce60a915e0f26e2a6eb4a4d4b99
refs/heads/master: ab699ec64a4294f2f6ccd34b9bf8a2dcb4c4cb3c
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/nouveau/nouveau_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,9 @@ validate_init(struct nouveau_channel *chan, struct drm_file *file_priv,
return -EINVAL;
}

mutex_unlock(&drm_global_mutex);
ret = ttm_bo_wait_cpu(&nvbo->bo, false);
mutex_lock(&drm_global_mutex);
if (ret) {
NV_ERROR(dev, "fail wait_cpu\n");
return ret;
Expand Down

0 comments on commit 644287a

Please sign in to comment.