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 <sbillaka@codeaurora.org> Signed-off-by: Steve Cohen <cohens@codeaurora.org>
Цей коміт міститься в:

зафіксовано
Steve Cohen

джерело
d8ffbf3d39
коміт
766b43bd13
@@ -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;
|
||||
}
|
||||
|
Посилання в новій задачі
Заблокувати користувача