Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307456
b: refs/heads/master
c: 83ee9e6
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Vetter committed May 19, 2012
1 parent a04b7ef commit 9aa3b3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: edc912f58eaec20fd3372d9b1dab33fc28b3b3fd
refs/heads/master: 83ee9e645846f0c56bd9b33ee28ead03b416bb25
4 changes: 4 additions & 0 deletions trunk/drivers/gpu/drm/i915/intel_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,10 @@ int intel_setup_gmbus(struct drm_device *dev)
/* By default use a conservative clock rate */
bus->reg0 = port | GMBUS_RATE_100KHZ;

/* gmbus seems to be broken on i830 */
if (IS_I830(dev))
bus->force_bit = true;

intel_gpio_setup(bus, port);
}

Expand Down

0 comments on commit 9aa3b3f

Please sign in to comment.