[Bug 82551] [HSW/BDW/SKL mobile] HDMI hot plug sporadically cause ERROR
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Mar 11 12:13:12 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=82551
Jesse Barnes <jbarnes at virtuousgeek.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
--- Comment #14 from Jesse Barnes <jbarnes at virtuousgeek.org> ---
Can you try this patch? Just to see if gmbus is at fault here; we might need
to reset it harder in pre_xfer somehow.
diff --git a/drivers/gpu/drm/i915/intel_i2c.c
b/drivers/gpu/drm/i915/intel_i2c.c
index b31088a..0c82044 100644
--- a/drivers/gpu/drm/i915/intel_i2c.c
+++ b/drivers/gpu/drm/i915/intel_i2c.c
@@ -554,6 +554,8 @@ int intel_setup_gmbus(struct drm_device *dev)
if (IS_I830(dev))
bus->force_bit = 1;
+ bus->force_bit = 1;
+
intel_gpio_setup(bus, port);
ret = i2c_add_adapter(&bus->adapter);
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20150311/edb5a792/attachment.html>
More information about the intel-gfx-bugs
mailing list