drm/i915/dp: Zero the DPCD data before connection probe
Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Keith Packard <keithp@keithp.com> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
9c54c0dd94
commit
97cdd71010
|
@ -1673,6 +1673,7 @@ intel_dp_detect(struct drm_connector *connector, bool force)
|
||||||
struct edid *edid = NULL;
|
struct edid *edid = NULL;
|
||||||
|
|
||||||
intel_dp->has_audio = false;
|
intel_dp->has_audio = false;
|
||||||
|
memset(intel_dp->dpcd, 0, sizeof(intel_dp->dpcd));
|
||||||
|
|
||||||
if (HAS_PCH_SPLIT(dev))
|
if (HAS_PCH_SPLIT(dev))
|
||||||
status = ironlake_dp_detect(intel_dp);
|
status = ironlake_dp_detect(intel_dp);
|
||||||
|
|
Loading…
Reference in New Issue