]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/amdgpu_dm/mst: Stop printing extra messages in dm_dp_add_mst_connector()
authorLyude Paul <lyude@redhat.com>
Tue, 31 Mar 2020 20:57:36 +0000 (16:57 -0400)
committerLyude Paul <lyude@redhat.com>
Fri, 3 Apr 2020 20:51:51 +0000 (16:51 -0400)
commit50ceca7d6af89bc082482349a9fe2d390f44871e
treea4152e0a66a3a9916f9b2118d9f56fe14450093a
parent0288c11469a6c09098ba0089a0f3445932799d24
drm/amd/amdgpu_dm/mst: Stop printing extra messages in dm_dp_add_mst_connector()

You can already trace the creation and destruction of connectors using
DRM, and we definitely don't need to be printing info messages on
connector hotplugs as well. So, get rid of these.

Signed-off-by: Lyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200331205740.135525-4-lyude@redhat.com
Reviewed-by: Alex Deucher <alexdeucher@gmail.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c