projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdd5998
)
drm/i915: Use the correct DPB GMBUS port for GPIOE
author
Chris Wilson
<chris@chris-wilson.co.uk>
Tue, 21 Sep 2010 11:34:25 +0000
(12:34 +0100)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Tue, 21 Sep 2010 11:50:13 +0000
(12:50 +0100)
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_dvo.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_dvo.c
b/drivers/gpu/drm/i915/intel_dvo.c
index ad28bc4fb732241c6af1e9a7ddf55cd6d666aaaa..561fbc34cec81581f62d150acfbbc854f39c596e 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_dvo.c
+++ b/
drivers/gpu/drm/i915/intel_dvo.c
@@
-72,7
+72,7
@@
static const struct intel_dvo_device intel_dvo_devices[] = {
.name = "ch7017",
.dvo_reg = DVOC,
.slave_addr = 0x75,
- .gpio = GMBUS_PORT_DP
D
,
+ .gpio = GMBUS_PORT_DP
B
,
.dev_ops = &ch7017_ops,
}
};
@@
-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_DP
D
;
+ gpio = GMBUS_PORT_DP
B
;
/* Set up the I2C bus necessary for the chip we're probing.
* It appears that everything is on GPIOE except for panels