aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorRodrigo Vivi <rodrigo.vivi@intel.com>2014-06-30 12:53:44 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-07-07 17:16:56 -0400
commit521e62e49a42661a4ee0102644517dbe2f100a23 (patch)
tree29c8595a86c3107ca13a6cc73e47f6372da567e7 /drivers/gpu
parentbae4fcd2c7b778a3f69e03e244221cd4932b8f67 (diff)
drm/i915: Enable semaphores on BDW
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/i915/i915_drv.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
index 8a0cb0cc39ad..bc1962362ffb 100644
--- a/drivers/gpu/drm/i915/i915_drv.c
+++ b/drivers/gpu/drm/i915/i915_drv.c
@@ -477,10 +477,6 @@ bool i915_semaphore_is_enabled(struct drm_device *dev)
477 if (i915.semaphores >= 0) 477 if (i915.semaphores >= 0)
478 return i915.semaphores; 478 return i915.semaphores;
479 479
480 /* Until we get further testing... */
481 if (IS_GEN8(dev))
482 return false;
483
484#ifdef CONFIG_INTEL_IOMMU 480#ifdef CONFIG_INTEL_IOMMU
485 /* Enable semaphores on SNB when IO remapping is off */ 481 /* Enable semaphores on SNB when IO remapping is off */
486 if (INTEL_INFO(dev)->gen == 6 && intel_iommu_gfx_mapped) 482 if (INTEL_INFO(dev)->gen == 6 && intel_iommu_gfx_mapped)