Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293609
b: refs/heads/master
c: 1849ecb
h: refs/heads/master
i:
  293607: 8f9d425
v: v3
  • Loading branch information
Jean Delvare authored and Dave Airlie committed Feb 3, 2012
1 parent f113305 commit 49500b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6d75e83ee31c146c8a3d56c762d3e15c483dc40e
refs/heads/master: 1849ecb22fb3b5d57b65e7369a3957adf9f26f39
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

/* Intel GPIO access functions */

#define I2C_RISEFALL_TIME 20
#define I2C_RISEFALL_TIME 10

static inline struct intel_gmbus *
to_intel_gmbus(struct i2c_adapter *i2c)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ struct radeon_i2c_chan *radeon_i2c_create(struct drm_device *dev,
i2c->algo.bit.setscl = set_clock;
i2c->algo.bit.getsda = get_data;
i2c->algo.bit.getscl = get_clock;
i2c->algo.bit.udelay = 20;
i2c->algo.bit.udelay = 10;
/* vesa says 2.2 ms is enough, 1 jiffy doesn't seem to always
* make this, 2 jiffies is a lot more reliable */
i2c->algo.bit.timeout = 2;
Expand Down

0 comments on commit 49500b9

Please sign in to comment.