Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228792
b: refs/heads/master
c: 0be7328
h: refs/heads/master
v: v3
  • Loading branch information
Chris Wilson committed Dec 6, 2010
1 parent 3aefbd5 commit 8fbd600
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: 0ac74c6b3386f0413baf48f6d61850650e0dc4ab
refs/heads/master: 0be732841fb925b6f1242211ea211c022b6ac26c
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/i915_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -2926,7 +2926,7 @@ i915_gem_object_set_to_display_plane(struct drm_i915_gem_object *obj,
i915_gem_object_flush_gpu_write_domain(obj);

/* Currently, we are always called from an non-interruptible context. */
if (!pipelined) {
if (pipelined != obj->ring) {
ret = i915_gem_object_wait_rendering(obj, false);
if (ret)
return ret;
Expand Down

0 comments on commit 8fbd600

Please sign in to comment.