Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277024
b: refs/heads/master
c: ebbd857
h: refs/heads/master
v: v3
  • Loading branch information
Keith Packard authored and Linus Torvalds committed Dec 27, 2011
1 parent 052297a commit 341b55d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7f54492fbca0074d7db117d7972a80347e0b40a5
refs/heads/master: ebbd857e6b9a92c0aff4aacd1b1d2361d888633e
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/i915/i915_gem_execbuffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -756,9 +756,9 @@ intel_enable_semaphores(struct drm_device *dev)
if (i915_semaphores >= 0)
return i915_semaphores;

/* Enable semaphores on SNB when IO remapping is off */
/* Disable semaphores on SNB */
if (INTEL_INFO(dev)->gen == 6)
return !intel_iommu_enabled;
return 0;

return 1;
}
Expand Down

0 comments on commit 341b55d

Please sign in to comment.