Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 521e62e4 authored by Rodrigo Vivi's avatar Rodrigo Vivi Committed by Daniel Vetter
Browse files

drm/i915: Enable semaphores on BDW

parent bae4fcd2
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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)