Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311032
b: refs/heads/master
c: 351cfc3
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Vetter committed Jun 16, 2012
1 parent 7858d87 commit bd8b71e
Show file tree
Hide file tree
Showing 2 changed files with 5 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: b708a1d5ea7880b399dbd45cacafff6ae8d73171
refs/heads/master: 351cfc34db8decb0c5cc1aac7cf1780a0e45c8b1
4 changes: 4 additions & 0 deletions trunk/drivers/gpu/drm/i915/intel_dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1973,13 +1973,17 @@ intel_dp_probe_oui(struct intel_dp *intel_dp)
if (!(intel_dp->dpcd[DP_DOWN_STREAM_PORT_COUNT] & DP_OUI_SUPPORT))
return;

ironlake_edp_panel_vdd_on(intel_dp);

if (intel_dp_aux_native_read_retry(intel_dp, DP_SINK_OUI, buf, 3))
DRM_DEBUG_KMS("Sink OUI: %02hx%02hx%02hx\n",
buf[0], buf[1], buf[2]);

if (intel_dp_aux_native_read_retry(intel_dp, DP_BRANCH_OUI, buf, 3))
DRM_DEBUG_KMS("Branch OUI: %02hx%02hx%02hx\n",
buf[0], buf[1], buf[2]);

ironlake_edp_panel_vdd_off(intel_dp, false);
}

static bool
Expand Down

0 comments on commit bd8b71e

Please sign in to comment.