Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218084
b: refs/heads/master
c: a6b17b4
h: refs/heads/master
v: v3
  • Loading branch information
Chris Wilson committed Sep 21, 2010
1 parent 072a0c2 commit 9f62fa0
Show file tree
Hide file tree
Showing 2 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: cdd59983118c02d9c5ba0c116ded1faef47ec452
refs/heads/master: a6b17b4367ed5d9bac94bc87d1489de3847fce98
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/i915/intel_dvo.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static const struct intel_dvo_device intel_dvo_devices[] = {
.name = "ch7017",
.dvo_reg = DVOC,
.slave_addr = 0x75,
.gpio = GMBUS_PORT_DPD,
.gpio = GMBUS_PORT_DPB,
.dev_ops = &ch7017_ops,
}
};
Expand Down Expand Up @@ -386,7 +386,7 @@ void intel_dvo_init(struct drm_device *dev)
else if (dvo->type == INTEL_DVO_CHIP_LVDS)
gpio = GMBUS_PORT_PANEL;
else
gpio = GMBUS_PORT_DPD;
gpio = GMBUS_PORT_DPB;

/* Set up the I2C bus necessary for the chip we're probing.
* It appears that everything is on GPIOE except for panels
Expand Down

0 comments on commit 9f62fa0

Please sign in to comment.