Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 97cdd710 authored by Adam Jackson's avatar Adam Jackson Committed by Keith Packard
Browse files

drm/i915/dp: Zero the DPCD data before connection probe

parent 9c54c0dd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1673,6 +1673,7 @@ intel_dp_detect(struct drm_connector *connector, bool force)
	struct edid *edid = NULL;

	intel_dp->has_audio = false;
	memset(intel_dp->dpcd, 0, sizeof(intel_dp->dpcd));

	if (HAS_PCH_SPLIT(dev))
		status = ironlake_dp_detect(intel_dp);