drm/amdgpu/display: fix aux registration (v2)
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 16 Apr 2020 18:20:58 +0000 (14:20 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 17 Apr 2020 21:31:37 +0000 (17:31 -0400)
commit00a8037e2070890b43ceeda326b8192323b5fa59
tree2cfba8cdbc1896af0c5657d971d20013f5f871b9
parentbbc25dadc7ed19f9d6b2e30980f0eb4c741bb8bf
drm/amdgpu/display: fix aux registration (v2)

We were registering the aux device in the MST late_register
rather than the regular one.

v2: handle eDP as well

Fixes: 405a1f9090d1ac ("drm/amdgpu/display: split dp connector registration (v4)")
Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/1100
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c