Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
a6b17b43
Commit
a6b17b43
authored
Sep 21, 2010
by
Chris Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm/i915: Use the correct DPB GMBUS port for GPIOE
Signed-off-by:
Chris Wilson
<
chris@chris-wilson.co.uk
>
parent
cdd59983
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/gpu/drm/i915/intel_dvo.c
drivers/gpu/drm/i915/intel_dvo.c
+2
-2
No files found.
drivers/gpu/drm/i915/intel_dvo.c
View file @
a6b17b43
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment