[PATCH 0/2] drm/amdgpu: Remove duplicated DPCD logging
From: Lyude Paul
Date: Tue Mar 31 2020 - 17:22:44 EST
There's a bunch of messy DPCD tracing code in amdgpu that isn't needed
since we already support this in DRM. Plus, it's really spammy. So, just
get rid of it.
Lyude Paul (2):
drm/amd/amdgpu_dm/mst: Remove useless sideband tracing
drm/amd/dc: Kill dc_conn_log_hex_linux()
.../display/amdgpu_dm/amdgpu_dm_mst_types.c | 43 -------------------
.../gpu/drm/amd/display/dc/basics/Makefile | 3 +-
.../drm/amd/display/dc/basics/log_helpers.c | 39 -----------------
.../amd/display/include/logger_interface.h | 4 --
4 files changed, 1 insertion(+), 88 deletions(-)
delete mode 100644 drivers/gpu/drm/amd/display/dc/basics/log_helpers.c
--
2.25.1