Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269794
b: refs/heads/master
c: 552fb0b
h: refs/heads/master
v: v3
  • Loading branch information
Keith Packard committed Oct 6, 2011
1 parent 6b04bc2 commit 7c3347f
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: 245e2708773796aaa13e97523e035676b008b337
refs/heads/master: 552fb0b7a6e8079339913512b75d8c203f54bfdf
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/i915/intel_dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2079,8 +2079,6 @@ intel_dp_init(struct drm_device *dev, int output_reg)
break;
}

intel_dp_i2c_init(intel_dp, intel_connector, name);

/* Cache some DPCD data in the eDP case */
if (is_edp(intel_dp)) {
bool ret;
Expand Down Expand Up @@ -2112,6 +2110,8 @@ intel_dp_init(struct drm_device *dev, int output_reg)
}
}

intel_dp_i2c_init(intel_dp, intel_connector, name);

intel_encoder->hot_plug = intel_dp_hot_plug;

if (is_edp(intel_dp)) {
Expand Down

0 comments on commit 7c3347f

Please sign in to comment.