Parcourir la source

disp: msm: dp: remove link probe from dp display driver

When resuming the video session from a source initiated power down, the
dp_display driver is doing a link probe again to override the previous
link information parameters. The link_probe is not accurately capturing
all the sink capabilities resulting in the link getting trained at a
different rate when resuming from a PM suspend or a secure display
session. The HBR3 support is indicated in the extended capabilities
DPCD registers which is not considered in the upstream link probe
implementation.

This change will remove the drm_dp_link_probe function from the DP
driver because it is not capturing the accurate DP sink capabilities.

Change-Id: I3c225cf825c826edd73592b18fae74c8b5b8236c
Signed-off-by: Sankeerth Billakanti <[email protected]>
Signed-off-by: Steve Cohen <[email protected]>
Sankeerth Billakanti il y a 5 ans
Parent
commit
766b43bd13
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      msm/dp/dp_panel.c

+ 0 - 2
msm/dp/dp_panel.c

@@ -2271,8 +2271,6 @@ static int dp_panel_init_panel_info(struct dp_panel *dp_panel)
 	* Control Field" (register 0x600).
 	*/
 	usleep_range(1000, 2000);
-
-	drm_dp_link_probe(panel->aux->drm_aux, &dp_panel->link_info);
 end:
 	return rc;
 }