Skip to content

Commit

Permalink
drm/i915/dp: Zero the DPCD data before connection probe
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Jackson <[email protected]>
Reviewed-by: Keith Packard <[email protected]>
Signed-off-by: Keith Packard <[email protected]>
  • Loading branch information
nwnk authored and keith-packard committed Jul 25, 2011
1 parent 9c54c0d commit 97cdd71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/i915/intel_dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 97cdd71

Please sign in to comment.