]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/dm: Don't forget to attach MST encoders
authorLyude Paul <lyude@redhat.com>
Mon, 19 Nov 2018 15:00:10 +0000 (15:00 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 21 Nov 2018 20:52:10 +0000 (15:52 -0500)
commit9dc8e7ebc4f5325dc17d2dbfcafeaecb3db23365
tree5613bc5a7946882ce8139c70539d819b461ca589
parent3ce595105de5ab8edd5941698b2561ad106ff20e
drm/amd/dm: Don't forget to attach MST encoders

The change fixed huge delay in SST daisy chain and S3 soft hang
observed in 4.19 kernel rebase.

Regression point in drm:
drm/fb-helper: Eliminate the .best_encoder() usage

The aux sequence is altered due to the failure in
drm_connector_for_each_possible_encoder(). The failure is
caused by missing attached encoder in the process of adding
MST connector.
 
drm_dp_send_enum_path_resources() aux transaction is pushed after
mode probe, which causes conflict to drm_dp_mst_i2c_xfer(),
leading to the transaction timeout.

Signed-off-by: Lyude Paul <lyude@redhat.com>
Reviewed-by: Jerry (Fangzhi) Zuo <Jerry.Zuo@amd.com>
Cc: Stable <stable@vger.kernel.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c