Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196578
b: refs/heads/master
c: 04f542c
h: refs/heads/master
v: v3
  • Loading branch information
Ben Skeggs committed May 19, 2010
1 parent 23c074a commit a8eda32
Show file tree
Hide file tree
Showing 2 changed files with 4 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: f8b0be1a75dc62d2b5f5b9a8406c97d6c5f82b7d
refs/heads/master: 04f542c07e9376c732c72b40de7cdc71801f8cd5
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/nouveau/nouveau_bios.c
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,9 @@ init_i2c_device_find(struct drm_device *dev, int i2c_index)
}
if (i2c_index == 0x80) /* g80+ */
i2c_index = dcb->i2c_default_indices & 0xf;
else
if (i2c_index == 0x81)
i2c_index = (dcb->i2c_default_indices & 0xf0) >> 4;

if (i2c_index > DCB_MAX_NUM_I2C_ENTRIES) {
NV_ERROR(dev, "invalid i2c_index 0x%x\n", i2c_index);
Expand Down

0 comments on commit a8eda32

Please sign in to comment.