drm/amd/display: Update MST edid property every time
authorJerry (Fangzhi) Zuo <Jerry.Zuo@amd.com>
Tue, 17 Apr 2018 17:49:48 +0000 (13:49 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 May 2018 18:44:12 +0000 (13:44 -0500)
commit7ab3fdde04218c4733e96712b651751c413d51c3
treec2db129aeb5ab3536e430dcbf2b52a0bb3d3d7db
parent8ec06a179613f7b7379daf78844afe1cc301e2c7
drm/amd/display: Update MST edid property every time

Extended fix to: "Don't read EDID in atomic_check"

Fix display property not observed in GUI display after hot plug.

Call drm_mode_connector_update_edid_property every time in
.get_modes hook, due to the fact that edid property is getting
removed from usermode ioctl DRM_IOCTL_MODE_GETCONNECTOR each time
in hot unplug.

Signed-off-by: Jerry (Fangzhi) Zuo <Jerry.Zuo@amd.com>
Reviewed-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c