drm/i915/dp: Add DPCD data to debug output
Signed-off-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
9962c9252e
commit
a7de64e540
@ -1207,6 +1207,8 @@ ironlake_dp_detect(struct drm_connector *connector)
|
|||||||
if (dp_priv->dpcd[0] != 0)
|
if (dp_priv->dpcd[0] != 0)
|
||||||
status = connector_status_connected;
|
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;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user