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

Commit 8f9a3f9b authored by Chris Wilson's avatar Chris Wilson
Browse files

drm/i915: Enable GMBUS for post-gen2 chipsets



With the recent SDVO fix, this is working on all the machines I have to
hand - except for an 845G.

Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
parent 4a1dc3ff
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -384,6 +384,7 @@ int intel_setup_gmbus(struct drm_device *dev)
		bus->reg0 = i | GMBUS_RATE_100KHZ;

		/* XXX force bit banging until GMBUS is fully debugged */
		if (IS_GEN2(dev))
			bus->force_bit = intel_gpio_create(dev_priv, i);
	}