Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199593
b: refs/heads/master
c: a7de64e
h: refs/heads/master
i:
  199591: 29b2dd6
v: v3
  • Loading branch information
Adam Jackson authored and Eric Anholt committed May 26, 2010
1 parent 9bb6bb2 commit caf3789
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9962c9252e46eda7058067cbe73bdf1ed74b0d37
refs/heads/master: a7de64e540d2017a8e44dec1ca9d88a509aa7e05
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/i915/intel_dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1207,6 +1207,8 @@ ironlake_dp_detect(struct drm_connector *connector)
if (dp_priv->dpcd[0] != 0)
status = connector_status_connected;
}
DRM_DEBUG_KMS("DPCD: %hx%hx%hx%hx\n", dp_priv->dpcd[0],
dp_priv->dpcd[1], dp_priv->dpcd[2], dp_priv->dpcd[3]);
return status;
}

Expand Down

0 comments on commit caf3789

Please sign in to comment.