]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd69783c80f5f2cffe5cdb85b67472d7ffbb0f70e
tree2e467e1aedb1a63868eff7a44a380ae911d9313d
parentf9df9fdad83d360db277bb9f6c17ee7a5fb02b06
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: 6e0b7027d2077f ("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