drm/amdgpu/dce: Don't turn off DP sink when disconnected
authorMichel Dänzer <michel.daenzer@amd.com>
Fri, 9 Mar 2018 17:26:18 +0000 (18:26 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 14 Mar 2018 21:01:17 +0000 (16:01 -0500)
commitdaf8809626c0ee7a152f9c34058fc3b43385dd51
tree12f038270ed779dd7770ed88216b3170a751a91e
parentc30c950ed82b72b61fb9382d7c6fdd4d4181ae56
drm/amdgpu/dce: Don't turn off DP sink when disconnected

Turning off the sink in this case causes various issues, because
userspace expects it to stay on until it turns it off explicitly.

Instead, turn the sink off and back on when a display is connected
again. This dance seems necessary for link training to work correctly.

Bugzilla: https://bugs.freedesktop.org/105308
Cc: stable@vger.kernel.org
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c