From: Rodrigo Vivi Date: Mon, 30 Jun 2014 16:53:44 +0000 (-0700) Subject: drm/i915: Enable semaphores on BDW X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=521e62e49a42661a4ee0102644517dbe2f100a23;p=linux-beck.git drm/i915: Enable semaphores on BDW Signed-off-by: Rodrigo Vivi Signed-off-by: Daniel Vetter --- 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) if (i915.semaphores >= 0) return i915.semaphores; - /* Until we get further testing... */ - if (IS_GEN8(dev)) - return false; - #ifdef CONFIG_INTEL_IOMMU /* Enable semaphores on SNB when IO remapping is off */ if (INTEL_INFO(dev)->gen == 6 && intel_iommu_gfx_mapped)