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>
Wed, 22 Apr 2020 22:11:46 +0000 (18:11 -0400)
commitbdb9fbc6bae07c610048b23ca6709e035597e7ae
tree2e467e1aedb1a63868eff7a44a380ae911d9313d
parent7ce016e71a8e8db239d0113e06a47fdf60fd8ea3
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