Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231089
b: refs/heads/master
c: 1591192
h: refs/heads/master
i:
  231087: 522a37b
v: v3
  • Loading branch information
Chris Wilson committed Jan 14, 2011
1 parent 11e1e0a commit e8d320d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 595dad76a0d213adc3dbe4f463f7887e905082b9
refs/heads/master: 1591192d3a17adeebd03be0ce5888b88bddfaf89
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/i915/i915_gem_execbuffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,8 @@ i915_gem_execbuffer_sync_rings(struct drm_i915_gem_object *obj,
if (from == NULL || to == from)
return 0;

if (INTEL_INFO(obj->base.dev)->gen < 6)
/* XXX gpu semaphores are currently causing hard hangs on SNB mobile */
if (INTEL_INFO(obj->base.dev)->gen < 6 || IS_MOBILE(obj->base.dev))
return i915_gem_object_wait_rendering(obj, true);

idx = intel_ring_sync_index(from, to);
Expand Down

0 comments on commit e8d320d

Please sign in to comment.